Shades of Cream Brulee #FCE096
Tints of Cream Brulee #FCE096
RGB
CMYK
RGB Variations
Color information
#FCE096 (or 0xFCE096) is known color: Cream Brulee. HEX triplet: FC, E0 and 96. RGB value is (252,224,150). Sum of RGB (Red+Green+Blue) = 252+224+150=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 224 (87.89% from 255 or 35.78% from 626); Blue value is 150 (58.98% from 255 or 23.96% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE096 is #031F69. Grayscale: #E0E0E0. Windows color (decimal): -204650 or 9887996. OLE color: 9887996.
HSL color Cylindrical-coordinate representation of color #FCE096: hue angle of 43.53º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCE096 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 150 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.01 |
| HSL | 43.53º | 0.94% | 0.79% | - |
| HSV(B) | 43.53º | 0.4% | 0.99% | - |
| XYZ | 72.31 | 76.21 | 39.75 | - |
| YUV | 223.94 | 86.28 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 150 | 0 | 0.11 | 0.40 | 0.01 | 43.53 | 0.94 | 0.79 |
| Hex | FC | E0 | 96 | 0 | B | 28 | 1 | 2C | 5E | 4F |
| Octal | 374 | 340 | 226 | 0 | 13 | 50 | 1 | 54 | 136 | 117 |
| Binary | 11111100 | 11100000 | 10010110 | 0 | 1011 | 101000 | 1 | 101100 | 1011110 | 1001111 |
Color Harmonies of #FCE096
Complementary color
Monochromatic Colors of #FCE096
Black with #FCE096
Text Example
Text Example
White with #FCE096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE096; }
p { color: rgb(252,224,150); }
H1.HeaderClassName
{
color: #FCE096;
}
.AnyTagClassName
{
color: #FCE096;
}
</style>
background-color css
<style>
a { background-color: #FCE096; }
a { background-color: rgb(252,224,150); }
div.DivClassName
{
background-color: #FCE096;
}
.BgClassName
{
background-color: #FCE096;
}
</style>
border-color css
<style>
span { border-color: #FCE096; }
span { border-color: rgb(252,224,150); }
td.TdClassName
{
border-color: #FCE096;
}
.TagClassName
{
border-color: #FCE096;
}
</style>