#F0BDC5
A very light, moderate red closely aligning with Pink.
About #F0BDC5
The precise color #F0BDC5 is an excellent choice for modern design projects. Its closest recognized web color is Pink. In the RGB color space, it consists of 240 red, 189 green, and 197 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 21% magenta, 18% yellow, and 6% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F0BDC5
RGB240, 189, 197
HSL350.6°, 63.0%, 84.1%
CMYK0%, 21%, 18%, 6%
HSV350.6°, 21.2%, 94.1%
LAB81.3, 19.5, 3.0
XYZ64.2, 59.0, 60.8
Decimal15777221
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.79:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0BDC5;
}
.text-color {
color: #F0BDC5;
}
.border-color {
border: 2px solid #F0BDC5;
}