Emptiness
#fcfdfc
Here's everything about the color Emptiness (#fcfdfc) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #fcfdfc | |
|---|---|---|
| RGB | rgb(252, 253, 252) | |
| HSL | hsl(120, 20%, 99%) | |
| CMYK | cmyk(0%, 0%, 0%, 1%) | |
| LAB | lab(99, 0, 0) | |
| OKLCH | oklch(0.99 0.002 146) |
Color harmonies
Tints & shades
Code snippets
color: #fcfdfc;
background-color: #fcfdfc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFCFDFC)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.99, blue: 0.99, alpha: 1.0)