Bullet Hell
#faf1c8
Bullet Hell, represented by the hex value #faf1c8, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #faf1c8 | |
|---|---|---|
| RGB | rgb(250, 241, 200) | |
| HSL | hsl(49, 83%, 88%) | |
| CMYK | cmyk(0%, 4%, 20%, 2%) | |
| LAB | lab(95, -2, 21) | |
| OKLCH | oklch(0.95 0.054 97) |
Color harmonies
Tints & shades
Code snippets
color: #faf1c8;
background-color: #faf1c8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFAF1C8)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.95, blue: 0.78, alpha: 1.0)