Shades of Cream Brulee #FCE6A0
Tints of Cream Brulee #FCE6A0
RGB
CMYK
RGB Variations
Color information
#FCE6A0 (or 0xFCE6A0) is known color: Cream Brulee. HEX triplet: FC, E6 and A0. RGB value is (252,230,160). Sum of RGB (Red+Green+Blue) = 252+230+160=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 230 (90.23% from 255 or 35.83% from 642); Blue value is 160 (62.89% from 255 or 24.92% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE6A0 is #03195F. Grayscale: #E4E4E4. Windows color (decimal): -203104 or 10544892. OLE color: 10544892.
HSL color Cylindrical-coordinate representation of color #FCE6A0: hue angle of 45.65º 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 #FCE6A0 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 160 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.01 |
| HSL | 45.65º | 0.94% | 0.81% | - |
| HSV(B) | 45.65º | 0.37% | 0.99% | - |
| XYZ | 74.79 | 79.83 | 44.72 | - |
| YUV | 228.6 | 89.29 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 160 | 0 | 0.09 | 0.37 | 0.01 | 45.65 | 0.94 | 0.81 |
| Hex | FC | E6 | A0 | 0 | 9 | 25 | 1 | 2E | 5E | 51 |
| Octal | 374 | 346 | 240 | 0 | 11 | 45 | 1 | 56 | 136 | 121 |
| Binary | 11111100 | 11100110 | 10100000 | 0 | 1001 | 100101 | 1 | 101110 | 1011110 | 1010001 |
Color Harmonies of #FCE6A0
Complementary color
Monochromatic Colors of #FCE6A0
Black with #FCE6A0
Text Example
Text Example
White with #FCE6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE6A0; }
p { color: rgb(252,230,160); }
H1.HeaderClassName
{
color: #FCE6A0;
}
.AnyTagClassName
{
color: #FCE6A0;
}
</style>
background-color css
<style>
a { background-color: #FCE6A0; }
a { background-color: rgb(252,230,160); }
div.DivClassName
{
background-color: #FCE6A0;
}
.BgClassName
{
background-color: #FCE6A0;
}
</style>
border-color css
<style>
span { border-color: #FCE6A0; }
span { border-color: rgb(252,230,160); }
td.TdClassName
{
border-color: #FCE6A0;
}
.TagClassName
{
border-color: #FCE6A0;
}
</style>