#FFCCE2
A very light, vivid magenta closely aligning with Pink.
About #FFCCE2
The precise color #FFCCE2 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Pink. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 204, and 226.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 20% M, 11% Y, and 0% K. With a hue angle of 334.1 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a very light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFCCE2
RGB255, 204, 226
HSL334.1°, 100.0%, 90.0%
CMYK0%, 20%, 11%, 0%
HSV334.1°, 20.0%, 100.0%
LAB87.0, 21.4, -4.0
XYZ76.6, 69.9, 81.4
Decimal16764130
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
14.99:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFCCE2;
}
.text-color {
color: #FFCCE2;
}
.border-color {
border: 2px solid #FFCCE2;
}