#F8BDBD
A very light, vivid red closely aligning with Pink.
About #F8BDBD
Visually, #F8BDBD is defined as a vivid red. Its closest recognized web color is Pink. Its digital footprint relies on 248 parts red, 189 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, 24% magenta, 24% yellow, and 3% black. The HSL representation is 0.0° hue, 80.8% saturation, and 85.7% lightness.
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#F8BDBD
RGB248, 189, 189
HSL0.0°, 80.8%, 85.7%
CMYK0%, 24%, 24%, 3%
HSV0.0°, 23.8%, 97.3%
LAB81.9, 21.2, 8.2
XYZ66.1, 60.0, 56.2
Decimal16301501
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.61:1
Text on #FFFFFF
FAIL
13.01:1
Text on #000000
AAA
1.54:1
Text on #F8FAFC
FAIL
11.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8BDBD;
}
.text-color {
color: #F8BDBD;
}
.border-color {
border: 2px solid #F8BDBD;
}