Shades of Cream Brulee #FCE09C
Tints of Cream Brulee #FCE09C
RGB
CMYK
RGB Variations
Color information
#FCE09C (or 0xFCE09C) is known color: Cream Brulee. HEX triplet: FC, E0 and 9C. RGB value is (252,224,156). Sum of RGB (Red+Green+Blue) = 252+224+156=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 224 (87.89% from 255 or 35.44% from 632); Blue value is 156 (61.33% from 255 or 24.68% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE09C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE09C is #031F63. Grayscale: #E0E0E0. Windows color (decimal): -204644 or 10281212. OLE color: 10281212.
HSL color Cylindrical-coordinate representation of color #FCE09C: hue angle of 42.5º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCE09C is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 156 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.01 |
| HSL | 42.5º | 0.94% | 0.8% | - |
| HSV(B) | 42.5º | 0.38% | 0.99% | - |
| XYZ | 72.8 | 76.41 | 42.36 | - |
| YUV | 224.62 | 89.28 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 156 | 0 | 0.11 | 0.38 | 0.01 | 42.5 | 0.94 | 0.8 |
| Hex | FC | E0 | 9C | 0 | B | 26 | 1 | 2A | 5E | 50 |
| Octal | 374 | 340 | 234 | 0 | 13 | 46 | 1 | 52 | 136 | 120 |
| Binary | 11111100 | 11100000 | 10011100 | 0 | 1011 | 100110 | 1 | 101010 | 1011110 | 1010000 |
Color Harmonies of #FCE09C
Complementary color
Monochromatic Colors of #FCE09C
Black with #FCE09C
Text Example
Text Example
White with #FCE09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE09C; }
p { color: rgb(252,224,156); }
H1.HeaderClassName
{
color: #FCE09C;
}
.AnyTagClassName
{
color: #FCE09C;
}
</style>
background-color css
<style>
a { background-color: #FCE09C; }
a { background-color: rgb(252,224,156); }
div.DivClassName
{
background-color: #FCE09C;
}
.BgClassName
{
background-color: #FCE09C;
}
</style>
border-color css
<style>
span { border-color: #FCE09C; }
span { border-color: rgb(252,224,156); }
td.TdClassName
{
border-color: #FCE09C;
}
.TagClassName
{
border-color: #FCE09C;
}
</style>