Shades of Cream Brulee #FEE29F
Tints of Cream Brulee #FEE29F
RGB
CMYK
RGB Variations
Color information
#FEE29F (or 0xFEE29F) is known color: Cream Brulee. HEX triplet: FE, E2 and 9F. RGB value is (254,226,159). Sum of RGB (Red+Green+Blue) = 254+226+159=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 226 (88.67% from 255 or 35.37% from 639); Blue value is 159 (62.5% from 255 or 24.88% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE29F is #011D60. Grayscale: #E3E3E3. Windows color (decimal): -73057 or 10478334. OLE color: 10478334.
HSL color Cylindrical-coordinate representation of color #FEE29F: hue angle of 42.32º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEE29F is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 159 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.00 |
| HSL | 42.32º | 0.98% | 0.81% | - |
| HSV(B) | 42.32º | 0.37% | 1% | - |
| XYZ | 74.33 | 77.97 | 43.93 | - |
| YUV | 226.73 | 89.78 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 159 | 0 | 0.11 | 0.37 | 0.00 | 42.32 | 0.98 | 0.81 |
| Hex | FE | E2 | 9F | 0 | B | 25 | 0 | 2A | 62 | 51 |
| Octal | 376 | 342 | 237 | 0 | 13 | 45 | 0 | 52 | 142 | 121 |
| Binary | 11111110 | 11100010 | 10011111 | 0 | 1011 | 100101 | 0 | 101010 | 1100010 | 1010001 |
Color Harmonies of #FEE29F
Complementary color
Monochromatic Colors of #FEE29F
Black with #FEE29F
Text Example
Text Example
White with #FEE29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE29F; }
p { color: rgb(254,226,159); }
H1.HeaderClassName
{
color: #FEE29F;
}
.AnyTagClassName
{
color: #FEE29F;
}
</style>
background-color css
<style>
a { background-color: #FEE29F; }
a { background-color: rgb(254,226,159); }
div.DivClassName
{
background-color: #FEE29F;
}
.BgClassName
{
background-color: #FEE29F;
}
</style>
border-color css
<style>
span { border-color: #FEE29F; }
span { border-color: rgb(254,226,159); }
td.TdClassName
{
border-color: #FEE29F;
}
.TagClassName
{
border-color: #FEE29F;
}
</style>