Painter’s Canvas
#f9f2de
Here's everything about the color Painter’s Canvas (#f9f2de) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #f9f2de | |
|---|---|---|
| RGB | rgb(249, 242, 222) | |
| HSL | hsl(44, 69%, 92%) | |
| CMYK | cmyk(0%, 3%, 11%, 2%) | |
| LAB | lab(96, 0, 11) | |
| OKLCH | oklch(0.96 0.027 91) |
Color harmonies
Tints & shades
Code snippets
color: #f9f2de;
background-color: #f9f2de;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF9F2DE)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.95, blue: 0.87, alpha: 1.0)