Fatback
#fff7ed
Here's everything about the color Fatback (#fff7ed) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #fff7ed | |
|---|---|---|
| RGB | rgb(255, 247, 237) | |
| HSL | hsl(33, 100%, 96%) | |
| CMYK | cmyk(0%, 3%, 7%, 0%) | |
| LAB | lab(98, 2, 6) | |
| OKLCH | oklch(0.98 0.016 74) |
Color harmonies
Tints & shades
Code snippets
color: #fff7ed;
background-color: #fff7ed;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFF7ED)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.97, blue: 0.93, alpha: 1.0)