Cream
#ffffc2
Cream, represented by the hex value #ffffc2, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ffffc2 | |
|---|---|---|
| RGB | rgb(255, 255, 194) | |
| HSL | hsl(60, 100%, 88%) | |
| CMYK | cmyk(0%, 0%, 24%, 0%) | |
| LAB | lab(99, -7, 29) | |
| OKLCH | oklch(0.99 0.078 108) |
Color harmonies
Tints & shades
Code snippets
color: #ffffc2;
background-color: #ffffc2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFFFC2)
/* Swift / UIKit */
UIColor(red: 1.00, green: 1.00, blue: 0.76, alpha: 1.0)