Saturn
#fae5bf
Saturn, represented by the hex value #fae5bf, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fae5bf | |
|---|---|---|
| RGB | rgb(250, 229, 191) | |
| HSL | hsl(39, 86%, 86%) | |
| CMYK | cmyk(0%, 8%, 24%, 2%) | |
| LAB | lab(92, 3, 21) | |
| OKLCH | oklch(0.93 0.055 82) |
Color harmonies
Tints & shades
Code snippets
color: #fae5bf;
background-color: #fae5bf;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFAE5BF)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.90, blue: 0.75, alpha: 1.0)