#FFBDCC
A very light, vivid red closely aligning with Pink.
About #FFBDCC
The hex code #FFBDCC represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Pink. This translates to an RGB value of rgb(255, 189, 204).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 26% M, 20% Y, and 0% K. With a hue angle of 346.4 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFBDCC
RGB255, 189, 204
HSL346.4°, 100.0%, 87.1%
CMYK0%, 26%, 20%, 0%
HSV346.4°, 25.9%, 100.0%
LAB82.9, 25.9, 1.8
XYZ70.3, 62.0, 65.4
Decimal16760268
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.40:1
Text on #000000
AAA
1.50:1
Text on #F8FAFC
FAIL
11.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFBDCC;
}
.text-color {
color: #FFBDCC;
}
.border-color {
border: 2px solid #FFBDCC;
}