Polar Bear in a Blizzard
#fcffff
Polar Bear in a Blizzard is a color with the hex code #fcffff. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fcffff | |
|---|---|---|
| RGB | rgb(252, 255, 255) | |
| HSL | hsl(180, 100%, 99%) | |
| CMYK | cmyk(1%, 0%, 0%, 0%) | |
| LAB | lab(100, -1, 0) | |
| OKLCH | oklch(1 0.003 197) |
Color harmonies
Tints & shades
Code snippets
color: #fcffff;
background-color: #fcffff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFCFFFF)
/* Swift / UIKit */
UIColor(red: 0.99, green: 1.00, blue: 1.00, alpha: 1.0)