Voracious White
#feeeed
Looking for the precise values behind Voracious White (#feeeed)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #feeeed | |
|---|---|---|
| RGB | rgb(254, 238, 237) | |
| HSL | hsl(4, 89%, 96%) | |
| CMYK | cmyk(0%, 6%, 7%, 0%) | |
| LAB | lab(95, 5, 3) | |
| OKLCH | oklch(0.96 0.017 22) |
Color harmonies
Tints & shades
Code snippets
color: #feeeed;
background-color: #feeeed;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFEEEED)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.93, blue: 0.93, alpha: 1.0)