Honey Bee
#fcdfa4
Looking for the precise values behind Honey Bee (#fcdfa4)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fcdfa4 | |
|---|---|---|
| RGB | rgb(252, 223, 164) | |
| HSL | hsl(40, 94%, 82%) | |
| CMYK | cmyk(0%, 12%, 35%, 1%) | |
| LAB | lab(90, 4, 33) | |
| OKLCH | oklch(0.91 0.082 85) |
Color harmonies
Tints & shades
Code snippets
color: #fcdfa4;
background-color: #fcdfa4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFCDFA4)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.87, blue: 0.64, alpha: 1.0)