Shades of Cream Brulee #FCE09B
Tints of Cream Brulee #FCE09B
RGB
CMYK
RGB Variations
Color information
#FCE09B (or 0xFCE09B) is known color: Cream Brulee. HEX triplet: FC, E0 and 9B. RGB value is (252,224,155). Sum of RGB (Red+Green+Blue) = 252+224+155=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 155 (60.94% from 255 or 24.56% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE09B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE09B is #031F64. Grayscale: #E0E0E0. Windows color (decimal): -204645 or 10215676. OLE color: 10215676.
HSL color Cylindrical-coordinate representation of color #FCE09B: hue angle of 42.68º 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 #FCE09B is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 155 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.01 |
| HSL | 42.68º | 0.94% | 0.8% | - |
| HSV(B) | 42.68º | 0.38% | 0.99% | - |
| XYZ | 72.72 | 76.37 | 41.92 | - |
| YUV | 224.51 | 88.78 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 155 | 0 | 0.11 | 0.38 | 0.01 | 42.68 | 0.94 | 0.8 |
| Hex | FC | E0 | 9B | 0 | B | 26 | 1 | 2B | 5E | 50 |
| Octal | 374 | 340 | 233 | 0 | 13 | 46 | 1 | 53 | 136 | 120 |
| Binary | 11111100 | 11100000 | 10011011 | 0 | 1011 | 100110 | 1 | 101011 | 1011110 | 1010000 |
Color Harmonies of #FCE09B
Complementary color
Monochromatic Colors of #FCE09B
Black with #FCE09B
Text Example
Text Example
White with #FCE09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE09B; }
p { color: rgb(252,224,155); }
H1.HeaderClassName
{
color: #FCE09B;
}
.AnyTagClassName
{
color: #FCE09B;
}
</style>
background-color css
<style>
a { background-color: #FCE09B; }
a { background-color: rgb(252,224,155); }
div.DivClassName
{
background-color: #FCE09B;
}
.BgClassName
{
background-color: #FCE09B;
}
</style>
border-color css
<style>
span { border-color: #FCE09B; }
span { border-color: rgb(252,224,155); }
td.TdClassName
{
border-color: #FCE09B;
}
.TagClassName
{
border-color: #FCE09B;
}
</style>