Shades of Cream Brulee #FCE3A0
Tints of Cream Brulee #FCE3A0
RGB
CMYK
RGB Variations
Color information
#FCE3A0 (or 0xFCE3A0) is known color: Cream Brulee. HEX triplet: FC, E3 and A0. RGB value is (252,227,160). Sum of RGB (Red+Green+Blue) = 252+227+160=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 227 (89.06% from 255 or 35.52% from 639); Blue value is 160 (62.89% from 255 or 25.04% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE3A0 is #031C5F. Grayscale: #E3E3E3. Windows color (decimal): -203872 or 10544124. OLE color: 10544124.
HSL color Cylindrical-coordinate representation of color #FCE3A0: hue angle of 43.7º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCE3A0 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 160 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.01 |
| HSL | 43.7º | 0.94% | 0.81% | - |
| HSV(B) | 43.7º | 0.37% | 0.99% | - |
| XYZ | 73.96 | 78.17 | 44.45 | - |
| YUV | 226.84 | 90.28 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 160 | 0 | 0.10 | 0.37 | 0.01 | 43.7 | 0.94 | 0.81 |
| Hex | FC | E3 | A0 | 0 | A | 25 | 1 | 2C | 5E | 51 |
| Octal | 374 | 343 | 240 | 0 | 12 | 45 | 1 | 54 | 136 | 121 |
| Binary | 11111100 | 11100011 | 10100000 | 0 | 1010 | 100101 | 1 | 101100 | 1011110 | 1010001 |
Color Harmonies of #FCE3A0
Complementary color
Monochromatic Colors of #FCE3A0
Black with #FCE3A0
Text Example
Text Example
White with #FCE3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE3A0; }
p { color: rgb(252,227,160); }
H1.HeaderClassName
{
color: #FCE3A0;
}
.AnyTagClassName
{
color: #FCE3A0;
}
</style>
background-color css
<style>
a { background-color: #FCE3A0; }
a { background-color: rgb(252,227,160); }
div.DivClassName
{
background-color: #FCE3A0;
}
.BgClassName
{
background-color: #FCE3A0;
}
</style>
border-color css
<style>
span { border-color: #FCE3A0; }
span { border-color: rgb(252,227,160); }
td.TdClassName
{
border-color: #FCE3A0;
}
.TagClassName
{
border-color: #FCE3A0;
}
</style>