Shades of Cream Brulee #FCE5A1
Tints of Cream Brulee #FCE5A1
RGB
CMYK
RGB Variations
Color information
#FCE5A1 (or 0xFCE5A1) is known color: Cream Brulee. HEX triplet: FC, E5 and A1. RGB value is (252,229,161). Sum of RGB (Red+Green+Blue) = 252+229+161=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 229 (89.84% from 255 or 35.67% from 642); Blue value is 161 (63.28% from 255 or 25.08% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE5A1 is #031A5E. Grayscale: #E4E4E4. Windows color (decimal): -203359 or 10610172. OLE color: 10610172.
HSL color Cylindrical-coordinate representation of color #FCE5A1: hue angle of 44.84º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCE5A1 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 161 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.01 |
| HSL | 44.84º | 0.94% | 0.81% | - |
| HSV(B) | 44.84º | 0.36% | 0.99% | - |
| XYZ | 74.6 | 79.31 | 45.09 | - |
| YUV | 228.13 | 90.12 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 161 | 0 | 0.09 | 0.36 | 0.01 | 44.84 | 0.94 | 0.81 |
| Hex | FC | E5 | A1 | 0 | 9 | 24 | 1 | 2D | 5E | 51 |
| Octal | 374 | 345 | 241 | 0 | 11 | 44 | 1 | 55 | 136 | 121 |
| Binary | 11111100 | 11100101 | 10100001 | 0 | 1001 | 100100 | 1 | 101101 | 1011110 | 1010001 |
Color Harmonies of #FCE5A1
Complementary color
Monochromatic Colors of #FCE5A1
Black with #FCE5A1
Text Example
Text Example
White with #FCE5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5A1; }
p { color: rgb(252,229,161); }
H1.HeaderClassName
{
color: #FCE5A1;
}
.AnyTagClassName
{
color: #FCE5A1;
}
</style>
background-color css
<style>
a { background-color: #FCE5A1; }
a { background-color: rgb(252,229,161); }
div.DivClassName
{
background-color: #FCE5A1;
}
.BgClassName
{
background-color: #FCE5A1;
}
</style>
border-color css
<style>
span { border-color: #FCE5A1; }
span { border-color: rgb(252,229,161); }
td.TdClassName
{
border-color: #FCE5A1;
}
.TagClassName
{
border-color: #FCE5A1;
}
</style>