Noodles
#f9e3b4
Noodles, represented by the hex value #f9e3b4, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f9e3b4 | |
|---|---|---|
| RGB | rgb(249, 227, 180) | |
| HSL | hsl(41, 85%, 84%) | |
| CMYK | cmyk(0%, 9%, 28%, 2%) | |
| LAB | lab(91, 3, 26) | |
| OKLCH | oklch(0.92 0.065 86) |
Color harmonies
Tints & shades
Code snippets
color: #f9e3b4;
background-color: #f9e3b4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF9E3B4)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.89, blue: 0.71, alpha: 1.0)