White Strawberry
#fde3b5
White Strawberry, represented by the hex value #fde3b5, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fde3b5 | |
|---|---|---|
| RGB | rgb(253, 227, 181) | |
| HSL | hsl(38, 95%, 85%) | |
| CMYK | cmyk(0%, 10%, 28%, 1%) | |
| LAB | lab(92, 4, 26) | |
| OKLCH | oklch(0.93 0.066 82) |
Color harmonies
Tints & shades
Code snippets
color: #fde3b5;
background-color: #fde3b5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFDE3B5)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.89, blue: 0.71, alpha: 1.0)