Vintage Porcelain
#f2edec
Vintage Porcelain is a color with the hex code #f2edec. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f2edec | |
|---|---|---|
| RGB | rgb(242, 237, 236) | |
| HSL | hsl(10, 19%, 94%) | |
| CMYK | cmyk(0%, 2%, 2%, 5%) | |
| LAB | lab(94, 2, 1) | |
| OKLCH | oklch(0.95 0.006 31) |
Color harmonies
Tints & shades
Code snippets
color: #f2edec;
background-color: #f2edec;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF2EDEC)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.93, blue: 0.93, alpha: 1.0)