Dipped in Cream
#fcf6eb
Looking for the precise values behind Dipped in Cream (#fcf6eb)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fcf6eb | |
|---|---|---|
| RGB | rgb(252, 246, 235) | |
| HSL | hsl(39, 74%, 95%) | |
| CMYK | cmyk(0%, 2%, 7%, 1%) | |
| LAB | lab(97, 1, 6) | |
| OKLCH | oklch(0.97 0.016 83) |
Color harmonies
Tints & shades
Code snippets
color: #fcf6eb;
background-color: #fcf6eb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFCF6EB)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.96, blue: 0.92, alpha: 1.0)