#F0B6CC
A very light, moderate magenta closely aligning with Pink.
About #F0B6CC
At its core, #F0B6CC is a very light and moderate hue. Designers often compare it to the standard color Pink. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 182, and 204.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 24% M, 15% Y, and 6% K. With a hue angle of 337.2 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F0B6CC
RGB240, 182, 204
HSL337.2°, 65.9%, 82.7%
CMYK0%, 24%, 15%, 6%
HSV337.2°, 24.2%, 94.1%
LAB79.8, 24.3, -2.9
XYZ63.6, 56.3, 64.7
Decimal15775436
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.71:1
Text on #FFFFFF
FAIL
12.27:1
Text on #000000
AAA
1.64:1
Text on #F8FAFC
FAIL
10.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0B6CC;
}
.text-color {
color: #F0B6CC;
}
.border-color {
border: 2px solid #F0B6CC;
}