Shades of Cream Brulee #FCE4A1
Tints of Cream Brulee #FCE4A1
RGB
CMYK
RGB Variations
Color information
#FCE4A1 (or 0xFCE4A1) is known color: Cream Brulee. HEX triplet: FC, E4 and A1. RGB value is (252,228,161). Sum of RGB (Red+Green+Blue) = 252+228+161=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 228 (89.45% from 255 or 35.57% from 641); Blue value is 161 (63.28% from 255 or 25.12% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE4A1 is #031B5E. Grayscale: #E3E3E3. Windows color (decimal): -203615 or 10609916. OLE color: 10609916.
HSL color Cylindrical-coordinate representation of color #FCE4A1: hue angle of 44.18º 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 #FCE4A1 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 161 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.01 |
| HSL | 44.18º | 0.94% | 0.81% | - |
| HSV(B) | 44.18º | 0.36% | 0.99% | - |
| XYZ | 74.32 | 78.76 | 45 | - |
| YUV | 227.54 | 90.45 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 161 | 0 | 0.10 | 0.36 | 0.01 | 44.18 | 0.94 | 0.81 |
| Hex | FC | E4 | A1 | 0 | A | 24 | 1 | 2C | 5E | 51 |
| Octal | 374 | 344 | 241 | 0 | 12 | 44 | 1 | 54 | 136 | 121 |
| Binary | 11111100 | 11100100 | 10100001 | 0 | 1010 | 100100 | 1 | 101100 | 1011110 | 1010001 |
Color Harmonies of #FCE4A1
Complementary color
Monochromatic Colors of #FCE4A1
Black with #FCE4A1
Text Example
Text Example
White with #FCE4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE4A1; }
p { color: rgb(252,228,161); }
H1.HeaderClassName
{
color: #FCE4A1;
}
.AnyTagClassName
{
color: #FCE4A1;
}
</style>
background-color css
<style>
a { background-color: #FCE4A1; }
a { background-color: rgb(252,228,161); }
div.DivClassName
{
background-color: #FCE4A1;
}
.BgClassName
{
background-color: #FCE4A1;
}
</style>
border-color css
<style>
span { border-color: #FCE4A1; }
span { border-color: rgb(252,228,161); }
td.TdClassName
{
border-color: #FCE4A1;
}
.TagClassName
{
border-color: #FCE4A1;
}
</style>