#F0B6B6
A very light, moderate red closely aligning with Pink.
About #F0B6B6
At its core, #F0B6B6 is a very light and moderate hue. Designers often compare it to the standard color Pink. Its digital footprint relies on 240 parts red, 182 parts green, and 182 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 24% M, 24% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F0B6B6
RGB240, 182, 182
HSL0.0°, 65.9%, 82.7%
CMYK0%, 24%, 24%, 6%
HSV0.0°, 24.2%, 94.1%
LAB79.2, 21.0, 8.2
XYZ61.1, 55.4, 51.7
Decimal15775414
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.07:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0B6B6;
}
.text-color {
color: #F0B6B6;
}
.border-color {
border: 2px solid #F0B6B6;
}