Snowman
#fefafb
Looking for the precise values behind Snowman (#fefafb)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fefafb | |
|---|---|---|
| RGB | rgb(254, 250, 251) | |
| HSL | hsl(345, 67%, 99%) | |
| CMYK | cmyk(0%, 2%, 1%, 0%) | |
| LAB | lab(99, 2, 0) | |
| OKLCH | oklch(0.99 0.004 360) |
Color harmonies
Tints & shades
Code snippets
color: #fefafb;
background-color: #fefafb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFEFAFB)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.98, blue: 0.98, alpha: 1.0)