#F8CCD3
A very light, vivid red closely aligning with Pink.
About #F8CCD3
At its core, #F8CCD3 is a very light and vivid hue. It is closely associated with the named CSS color Pink. This translates to an RGB value of rgb(248, 204, 211).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 18% magenta, 15% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F8CCD3
RGB248, 204, 211
HSL350.5°, 75.9%, 88.6%
CMYK0%, 18%, 15%, 3%
HSV350.5°, 17.7%, 97.3%
LAB85.9, 16.6, 2.4
XYZ72.1, 67.8, 70.9
Decimal16305363
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.57:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8CCD3;
}
.text-color {
color: #F8CCD3;
}
.border-color {
border: 2px solid #F8CCD3;
}