Shades of Cream Brulee #FEE096
Tints of Cream Brulee #FEE096
RGB
CMYK
RGB Variations
Color information
#FEE096 (or 0xFEE096) is known color: Cream Brulee. HEX triplet: FE, E0 and 96. RGB value is (254,224,150). Sum of RGB (Red+Green+Blue) = 254+224+150=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 224 (87.89% from 255 or 35.67% from 628); Blue value is 150 (58.98% from 255 or 23.89% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE096 is #011F69. Grayscale: #E0E0E0. Windows color (decimal): -73578 or 9887998. OLE color: 9887998.
HSL color Cylindrical-coordinate representation of color #FEE096: hue angle of 42.69º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FEE096 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 150 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.00 |
| HSL | 42.69º | 0.98% | 0.79% | - |
| HSV(B) | 42.69º | 0.41% | 1% | - |
| XYZ | 73.03 | 76.58 | 39.79 | - |
| YUV | 224.53 | 85.94 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 150 | 0 | 0.12 | 0.41 | 0.00 | 42.69 | 0.98 | 0.79 |
| Hex | FE | E0 | 96 | 0 | C | 29 | 0 | 2B | 62 | 4F |
| Octal | 376 | 340 | 226 | 0 | 14 | 51 | 0 | 53 | 142 | 117 |
| Binary | 11111110 | 11100000 | 10010110 | 0 | 1100 | 101001 | 0 | 101011 | 1100010 | 1001111 |
Color Harmonies of #FEE096
Complementary color
Monochromatic Colors of #FEE096
Black with #FEE096
Text Example
Text Example
White with #FEE096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE096; }
p { color: rgb(254,224,150); }
H1.HeaderClassName
{
color: #FEE096;
}
.AnyTagClassName
{
color: #FEE096;
}
</style>
background-color css
<style>
a { background-color: #FEE096; }
a { background-color: rgb(254,224,150); }
div.DivClassName
{
background-color: #FEE096;
}
.BgClassName
{
background-color: #FEE096;
}
</style>
border-color css
<style>
span { border-color: #FEE096; }
span { border-color: rgb(254,224,150); }
td.TdClassName
{
border-color: #FEE096;
}
.TagClassName
{
border-color: #FEE096;
}
</style>