#F8C5C5
A very light, vivid red closely aligning with Pink.
About #F8C5C5
The precise color #F8C5C5 is an excellent choice for modern design projects. Designers often compare it to the standard color Pink. This translates to an RGB value of rgb(248, 197, 197).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 21% magenta, 21% yellow, and 3% black. With a hue angle of 0.0 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#F8C5C5
RGB248, 197, 197
HSL0.0°, 78.5%, 87.3%
CMYK0%, 21%, 21%, 3%
HSV0.0°, 20.6%, 97.3%
LAB83.9, 18.1, 6.9
XYZ68.8, 63.9, 61.5
Decimal16303557
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.78:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8C5C5;
}
.text-color {
color: #F8C5C5;
}
.border-color {
border: 2px solid #F8C5C5;
}