Biscuit
#feedca
Here's everything about the color Biscuit (#feedca) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #feedca | |
|---|---|---|
| RGB | rgb(254, 237, 202) | |
| HSL | hsl(40, 96%, 89%) | |
| CMYK | cmyk(0%, 7%, 20%, 0%) | |
| LAB | lab(94, 2, 19) | |
| OKLCH | oklch(0.95 0.049 85) |
Color harmonies
Tints & shades
Code snippets
color: #feedca;
background-color: #feedca;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFEEDCA)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.93, blue: 0.79, alpha: 1.0)