Shades of Cream Brulee #FEE29C
Tints of Cream Brulee #FEE29C
RGB
CMYK
RGB Variations
Color information
#FEE29C (or 0xFEE29C) is known color: Cream Brulee. HEX triplet: FE, E2 and 9C. RGB value is (254,226,156). Sum of RGB (Red+Green+Blue) = 254+226+156=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 226 (88.67% from 255 or 35.53% from 636); Blue value is 156 (61.33% from 255 or 24.53% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE29C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE29C is #011D63. Grayscale: #E2E2E2. Windows color (decimal): -73060 or 10281726. OLE color: 10281726.
HSL color Cylindrical-coordinate representation of color #FEE29C: hue angle of 42.86º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FEE29C is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 156 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.00 |
| HSL | 42.86º | 0.98% | 0.8% | - |
| HSV(B) | 42.86º | 0.39% | 1% | - |
| XYZ | 74.07 | 77.86 | 42.58 | - |
| YUV | 226.39 | 88.28 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 156 | 0 | 0.11 | 0.39 | 0.00 | 42.86 | 0.98 | 0.8 |
| Hex | FE | E2 | 9C | 0 | B | 27 | 0 | 2B | 62 | 50 |
| Octal | 376 | 342 | 234 | 0 | 13 | 47 | 0 | 53 | 142 | 120 |
| Binary | 11111110 | 11100010 | 10011100 | 0 | 1011 | 100111 | 0 | 101011 | 1100010 | 1010000 |
Color Harmonies of #FEE29C
Complementary color
Monochromatic Colors of #FEE29C
Black with #FEE29C
Text Example
Text Example
White with #FEE29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE29C; }
p { color: rgb(254,226,156); }
H1.HeaderClassName
{
color: #FEE29C;
}
.AnyTagClassName
{
color: #FEE29C;
}
</style>
background-color css
<style>
a { background-color: #FEE29C; }
a { background-color: rgb(254,226,156); }
div.DivClassName
{
background-color: #FEE29C;
}
.BgClassName
{
background-color: #FEE29C;
}
</style>
border-color css
<style>
span { border-color: #FEE29C; }
span { border-color: rgb(254,226,156); }
td.TdClassName
{
border-color: #FEE29C;
}
.TagClassName
{
border-color: #FEE29C;
}
</style>