Fuzzy Sheep
#f0e9d1
Fuzzy Sheep, represented by the hex value #f0e9d1, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f0e9d1 | |
|---|---|---|
| RGB | rgb(240, 233, 209) | |
| HSL | hsl(46, 51%, 88%) | |
| CMYK | cmyk(0%, 3%, 13%, 6%) | |
| LAB | lab(92, 0, 13) | |
| OKLCH | oklch(0.93 0.033 94) |
Color harmonies
Tints & shades
Code snippets
color: #f0e9d1;
background-color: #f0e9d1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF0E9D1)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.91, blue: 0.82, alpha: 1.0)