Whipped Cream
#f2f0e7
Here's everything about the color Whipped Cream (#f2f0e7) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #f2f0e7 | |
|---|---|---|
| RGB | rgb(242, 240, 231) | |
| HSL | hsl(49, 30%, 93%) | |
| CMYK | cmyk(0%, 1%, 5%, 5%) | |
| LAB | lab(95, 0, 5) | |
| OKLCH | oklch(0.95 0.012 96) |
Color harmonies
Tints & shades
Code snippets
color: #f2f0e7;
background-color: #f2f0e7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF2F0E7)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.94, blue: 0.91, alpha: 1.0)