Kendall Rose
#f7cccd
Looking for the precise values behind Kendall Rose (#f7cccd)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f7cccd | |
|---|---|---|
| RGB | rgb(247, 204, 205) | |
| HSL | hsl(359, 73%, 88%) | |
| CMYK | cmyk(0%, 17%, 17%, 3%) | |
| LAB | lab(86, 16, 6) | |
| OKLCH | oklch(0.88 0.049 17) |
Color harmonies
Tints & shades
Code snippets
color: #f7cccd;
background-color: #f7cccd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF7CCCD)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.80, blue: 0.80, alpha: 1.0)