Dolly Cheek
#fcc9b6
Dolly Cheek, represented by the hex value #fcc9b6, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fcc9b6 | |
|---|---|---|
| RGB | rgb(252, 201, 182) | |
| HSL | hsl(16, 92%, 85%) | |
| CMYK | cmyk(0%, 20%, 28%, 1%) | |
| LAB | lab(85, 17, 17) | |
| OKLCH | oklch(0.88 0.064 41) |
Color harmonies
Tints & shades
Code snippets
color: #fcc9b6;
background-color: #fcc9b6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFCC9B6)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.79, blue: 0.71, alpha: 1.0)