Light pink color: code #FFB6C1
Light pink
#FFB6C1
Color codes
- HEX
#FFB6C1 - RGB
rgb(255, 182, 193) - HSL
hsl(351, 100%, 86%) - HSV
hsv(351, 29%, 100%) - CMYK
cmyk(0%, 29%, 24%, 0%) - LAB
lab(81.1% 28 5) - OKLCH
oklch(84.7% 0.086 9.1)
About the color Light pink
Light pink has the HEX code #FFB6C1, which corresponds to rgb(255, 182, 193) in the RGB model. On the color wheel its hue sits at 351°, with 100% saturation and 86% lightness (hsl(351, 100%, 86%)).
Because of its hue it reads as a warm color: it tends to feel energetic and close, and it visually “advances” in a composition.
As a background it calls for dark text: black reaches a 12.71:1 contrast ratio on it, versus 1.65:1 for white.
For print, the approximate conversion is cmyk(0%, 29%, 24%, 0%). Always confirm with your printer’s color profile, because the result depends on paper and ink.
Lighter tints
Darker shades
Color combinations with Light pink
Complementary
#FFB6C1 · #B8FFF4
Analogous
#FFB8E6 · #FFB6C1 · #FFD1B8
Triadic
#FFB6C1 · #C2FFB8 · #B8C2FF
Tetradic
#FFB6C1 · #E6FFB8 · #B8FFF4 · #D1B8FF
Split-complementary
#FFB6C1 · #B8FFD1 · #B8E6FF
Monochromatic
#FF3856 · #FF8597 · #FFB6C1 · #FFFFFF · #FFFFFF
Light pink with white and black text
How to use it in CSS
:root {
--color-light-pink: #FFB6C1;
--color-light-pink-rgb: 255, 182, 193;
}
.elemento {
background-color: var(--color-light-pink);
color: #000000;
}