#F0C5BD
A very light, moderate red closely aligning with Pink.
About #F0C5BD
Visually, #F0C5BD is defined as a moderate red. Its closest recognized web color is Pink. Its digital footprint relies on 240 parts red, 197 parts green, and 189 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 18% magenta, 21% yellow, and 6% black. The HSL representation is 9.4° hue, 63.0% saturation, and 84.1% lightness.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F0C5BD
RGB240, 197, 189
HSL9.4°, 63.0%, 84.1%
CMYK0%, 18%, 21%, 6%
HSV9.4°, 21.2%, 94.1%
LAB83.0, 14.1, 9.7
XYZ65.1, 62.1, 56.7
Decimal15779261
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.43:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0C5BD;
}
.text-color {
color: #F0C5BD;
}
.border-color {
border: 2px solid #F0C5BD;
}