Award Winning White
#fef0de
Looking for the precise values behind Award Winning White (#fef0de)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fef0de | |
|---|---|---|
| RGB | rgb(254, 240, 222) | |
| HSL | hsl(34, 94%, 93%) | |
| CMYK | cmyk(0%, 6%, 13%, 0%) | |
| LAB | lab(96, 3, 11) | |
| OKLCH | oklch(0.96 0.028 74) |
Color harmonies
Tints & shades
Code snippets
color: #fef0de;
background-color: #fef0de;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFEF0DE)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.94, blue: 0.87, alpha: 1.0)