#FECDD3
Tailwind rose-200
#FECDD3 is a red colour. In RGB it is 254 red, 205 green and 211 blue, which converts to a hue of 353 degrees, 96% saturation and 90% lightness. It is Tailwind rose-200 in that design system's palette.
Color values
| HEX | #FECDD3 |
|---|---|
| RGB | rgb(254, 205, 211) |
| HSL | hsl(353, 96%, 90%) |
| HSV | hsv(353, 19%, 100%) |
| CMYK | cmyk(0%, 19%, 17%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.41:1, and against black it is 14.89:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 1.41:1 | Fail | Fail |
| Black | 14.89:1 | AAA | AAA |
Tints and shades
Lighter tints move #FECDD3 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FECDD3; |
|---|---|
| CSS rgb() | color: rgb(254 205 211); |
| Tailwind | bg-[#fecdd3] |
| SwiftUI | Color(red: 0.996, green: 0.804, blue: 0.827) |
| Android | Color.parseColor("#FECDD3") |
Closest named color
The nearest CSS colour keyword to #FECDD3 is pink (#FFC0CB).