#F8BDAF
A very light, vivid red closely aligning with Pink.
About #F8BDAF
Visually, #F8BDAF is defined as a vivid red. Its closest recognized web color is Pink. This translates to an RGB value of rgb(248, 189, 175).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 24% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F8BDAF
RGB248, 189, 175
HSL11.5°, 83.9%, 82.9%
CMYK0%, 24%, 29%, 3%
HSV11.5°, 29.4%, 97.3%
LAB81.5, 19.3, 15.3
XYZ64.6, 59.4, 48.6
Decimal16301487
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.89:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8BDAF;
}
.text-color {
color: #F8BDAF;
}
.border-color {
border: 2px solid #F8BDAF;
}