Shades of Cream Brulee #FCE7A1
Tints of Cream Brulee #FCE7A1
RGB
CMYK
RGB Variations
Color information
#FCE7A1 (or 0xFCE7A1) is known color: Cream Brulee. HEX triplet: FC, E7 and A1. RGB value is (252,231,161). Sum of RGB (Red+Green+Blue) = 252+231+161=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 231 (90.62% from 255 or 35.87% from 644); Blue value is 161 (63.28% from 255 or 25% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE7A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE7A1 is #03185E. Grayscale: #E5E5E5. Windows color (decimal): -202847 or 10610684. OLE color: 10610684.
HSL color Cylindrical-coordinate representation of color #FCE7A1: hue angle of 46.15º 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 #FCE7A1 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 161 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.01 |
| HSL | 46.15º | 0.94% | 0.81% | - |
| HSV(B) | 46.15º | 0.36% | 0.99% | - |
| XYZ | 75.15 | 80.42 | 45.28 | - |
| YUV | 229.3 | 89.46 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 161 | 0 | 0.08 | 0.36 | 0.01 | 46.15 | 0.94 | 0.81 |
| Hex | FC | E7 | A1 | 0 | 8 | 24 | 1 | 2E | 5E | 51 |
| Octal | 374 | 347 | 241 | 0 | 10 | 44 | 1 | 56 | 136 | 121 |
| Binary | 11111100 | 11100111 | 10100001 | 0 | 1000 | 100100 | 1 | 101110 | 1011110 | 1010001 |
Color Harmonies of #FCE7A1
Complementary color
Monochromatic Colors of #FCE7A1
Black with #FCE7A1
Text Example
Text Example
White with #FCE7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE7A1; }
p { color: rgb(252,231,161); }
H1.HeaderClassName
{
color: #FCE7A1;
}
.AnyTagClassName
{
color: #FCE7A1;
}
</style>
background-color css
<style>
a { background-color: #FCE7A1; }
a { background-color: rgb(252,231,161); }
div.DivClassName
{
background-color: #FCE7A1;
}
.BgClassName
{
background-color: #FCE7A1;
}
</style>
border-color css
<style>
span { border-color: #FCE7A1; }
span { border-color: rgb(252,231,161); }
td.TdClassName
{
border-color: #FCE7A1;
}
.TagClassName
{
border-color: #FCE7A1;
}
</style>