French Porcelain
#f6f4f6
Looking for the precise values behind French Porcelain (#f6f4f6)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f6f4f6 | |
|---|---|---|
| RGB | rgb(246, 244, 246) | |
| HSL | hsl(300, 10%, 96%) | |
| CMYK | cmyk(0%, 1%, 0%, 4%) | |
| LAB | lab(96, 1, -1) | |
| OKLCH | oklch(0.97 0.003 326) |
Color harmonies
Tints & shades
Code snippets
color: #f6f4f6;
background-color: #f6f4f6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF6F4F6)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.96, blue: 0.96, alpha: 1.0)