#F8B6AF
A very light, vivid red closely aligning with Lightpink.
About #F8B6AF
The precise color #F8B6AF is an excellent choice for modern design projects. Its closest recognized web color is Lightpink. In the RGB color space, it consists of 248 red, 182 green, and 175 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 27% magenta, 29% yellow, and 3% black. 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. Because it is a very light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F8B6AF
RGB248, 182, 175
HSL5.8°, 83.9%, 82.9%
CMYK0%, 27%, 29%, 3%
HSV5.8°, 29.4%, 97.3%
LAB79.9, 23.0, 13.0
XYZ63.2, 56.5, 48.1
Decimal16299695
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.71:1
Text on #FFFFFF
FAIL
12.30:1
Text on #000000
AAA
1.63:1
Text on #F8FAFC
FAIL
10.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8B6AF;
}
.text-color {
color: #F8B6AF;
}
.border-color {
border: 2px solid #F8B6AF;
}