Shades of Cream Brulee #FCE299
Tints of Cream Brulee #FCE299
RGB
CMYK
RGB Variations
Color information
#FCE299 (or 0xFCE299) is known color: Cream Brulee. HEX triplet: FC, E2 and 99. RGB value is (252,226,153). Sum of RGB (Red+Green+Blue) = 252+226+153=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 226 (88.67% from 255 or 35.82% from 631); Blue value is 153 (60.16% from 255 or 24.25% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE299 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE299 is #031D66. Grayscale: #E1E1E1. Windows color (decimal): -204135 or 10085116. OLE color: 10085116.
HSL color Cylindrical-coordinate representation of color #FCE299: hue angle of 44.24º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCE299 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 153 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.01 |
| HSL | 44.24º | 0.94% | 0.79% | - |
| HSV(B) | 44.24º | 0.39% | 0.99% | - |
| XYZ | 73.09 | 77.39 | 41.22 | - |
| YUV | 225.45 | 87.11 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 153 | 0 | 0.10 | 0.39 | 0.01 | 44.24 | 0.94 | 0.79 |
| Hex | FC | E2 | 99 | 0 | A | 27 | 1 | 2C | 5E | 4F |
| Octal | 374 | 342 | 231 | 0 | 12 | 47 | 1 | 54 | 136 | 117 |
| Binary | 11111100 | 11100010 | 10011001 | 0 | 1010 | 100111 | 1 | 101100 | 1011110 | 1001111 |
Color Harmonies of #FCE299
Complementary color
Monochromatic Colors of #FCE299
Black with #FCE299
Text Example
Text Example
White with #FCE299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE299; }
p { color: rgb(252,226,153); }
H1.HeaderClassName
{
color: #FCE299;
}
.AnyTagClassName
{
color: #FCE299;
}
</style>
background-color css
<style>
a { background-color: #FCE299; }
a { background-color: rgb(252,226,153); }
div.DivClassName
{
background-color: #FCE299;
}
.BgClassName
{
background-color: #FCE299;
}
</style>
border-color css
<style>
span { border-color: #FCE299; }
span { border-color: rgb(252,226,153); }
td.TdClassName
{
border-color: #FCE299;
}
.TagClassName
{
border-color: #FCE299;
}
</style>