#F0AFBD
A very light, moderate red closely aligning with Lightpink.
About #F0AFBD
Visually, #F0AFBD is defined as a moderate red. It is closely associated with the named CSS color Lightpink. This translates to an RGB value of rgb(240, 175, 189).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 27% magenta, 21% yellow, and 6% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F0AFBD
RGB240, 175, 189
HSL347.1°, 68.4%, 81.4%
CMYK0%, 27%, 21%, 6%
HSV347.1°, 27.1%, 94.1%
LAB77.8, 25.7, 2.3
XYZ60.5, 52.9, 55.2
Decimal15773629
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.81:1
Text on #FFFFFF
FAIL
11.57:1
Text on #000000
AAA
1.73:1
Text on #F8FAFC
FAIL
9.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0AFBD;
}
.text-color {
color: #F0AFBD;
}
.border-color {
border: 2px solid #F0AFBD;
}