Fresco
#f4dbd9
Fresco is a color with the hex code #f4dbd9. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f4dbd9 | |
|---|---|---|
| RGB | rgb(244, 219, 217) | |
| HSL | hsl(4, 55%, 90%) | |
| CMYK | cmyk(0%, 10%, 11%, 4%) | |
| LAB | lab(89, 9, 4) | |
| OKLCH | oklch(0.91 0.028 23) |
Color harmonies
Tints & shades
Code snippets
color: #f4dbd9;
background-color: #f4dbd9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF4DBD9)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.86, blue: 0.85, alpha: 1.0)