Wedding in White
#fffee5
Wedding in White, represented by the hex value #fffee5, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fffee5 | |
|---|---|---|
| RGB | rgb(255, 254, 229) | |
| HSL | hsl(58, 100%, 95%) | |
| CMYK | cmyk(0%, 0%, 10%, 0%) | |
| LAB | lab(99, -3, 12) | |
| OKLCH | oklch(0.99 0.033 105) |
Color harmonies
Tints & shades
Code snippets
color: #fffee5;
background-color: #fffee5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFFEE5)
/* Swift / UIKit */
UIColor(red: 1.00, green: 1.00, blue: 0.90, alpha: 1.0)