#FFF1F2
Tailwind rose-50
#FFF1F2 is a red colour. In RGB it is 255 red, 241 green and 242 blue, which converts to a hue of 356 degrees, 100% saturation and 97% lightness. It is Tailwind rose-50 in that design system's palette.
Color values
| HEX | #FFF1F2 |
|---|---|
| RGB | rgb(255, 241, 242) |
| HSL | hsl(356, 100%, 97%) |
| HSV | hsv(356, 5%, 100%) |
| CMYK | cmyk(0%, 5%, 5%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.1:1, and against black it is 19.12: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.1:1 | Fail | Fail |
| Black | 19.12:1 | AAA | AAA |
Tints and shades
Lighter tints move #FFF1F2 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FFF1F2; |
|---|---|
| CSS rgb() | color: rgb(255 241 242); |
| Tailwind | bg-[#fff1f2] |
| SwiftUI | Color(red: 1.000, green: 0.945, blue: 0.949) |
| Android | Color.parseColor("#FFF1F2") |
Closest named color
The nearest CSS colour keyword to #FFF1F2 is lavenderblush (#FFF0F5).