Sunbathed Beach
#fad28f
Sunbathed Beach, represented by the hex value #fad28f, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fad28f | |
|---|---|---|
| RGB | rgb(250, 210, 143) | |
| HSL | hsl(38, 91%, 77%) | |
| CMYK | cmyk(0%, 16%, 43%, 2%) | |
| LAB | lab(87, 8, 39) | |
| OKLCH | oklch(0.88 0.096 80) |
Color harmonies
Tints & shades
Code snippets
color: #fad28f;
background-color: #fad28f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFAD28F)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.82, blue: 0.56, alpha: 1.0)