Whiskers
#f6f1e2
Here's everything about the color Whiskers (#f6f1e2) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #f6f1e2 | |
|---|---|---|
| RGB | rgb(246, 241, 226) | |
| HSL | hsl(45, 53%, 93%) | |
| CMYK | cmyk(0%, 2%, 8%, 4%) | |
| LAB | lab(95, 0, 8) | |
| OKLCH | oklch(0.96 0.021 92) |
Color harmonies
Tints & shades
Code snippets
color: #f6f1e2;
background-color: #f6f1e2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF6F1E2)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.95, blue: 0.89, alpha: 1.0)