Shades of Cream Brulee #FCE49D
Tints of Cream Brulee #FCE49D
RGB
CMYK
RGB Variations
Color information
#FCE49D (or 0xFCE49D) is known color: Cream Brulee. HEX triplet: FC, E4 and 9D. RGB value is (252,228,157). Sum of RGB (Red+Green+Blue) = 252+228+157=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 157 (61.72% from 255 or 24.65% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE49D is #031B62. Grayscale: #E3E3E3. Windows color (decimal): -203619 or 10347772. OLE color: 10347772.
HSL color Cylindrical-coordinate representation of color #FCE49D: hue angle of 44.84º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCE49D is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 157 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.01 |
| HSL | 44.84º | 0.94% | 0.8% | - |
| HSV(B) | 44.84º | 0.38% | 0.99% | - |
| XYZ | 73.97 | 78.62 | 43.17 | - |
| YUV | 227.08 | 88.45 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 157 | 0 | 0.10 | 0.38 | 0.01 | 44.84 | 0.94 | 0.8 |
| Hex | FC | E4 | 9D | 0 | A | 26 | 1 | 2D | 5E | 50 |
| Octal | 374 | 344 | 235 | 0 | 12 | 46 | 1 | 55 | 136 | 120 |
| Binary | 11111100 | 11100100 | 10011101 | 0 | 1010 | 100110 | 1 | 101101 | 1011110 | 1010000 |
Color Harmonies of #FCE49D
Complementary color
Monochromatic Colors of #FCE49D
Black with #FCE49D
Text Example
Text Example
White with #FCE49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE49D; }
p { color: rgb(252,228,157); }
H1.HeaderClassName
{
color: #FCE49D;
}
.AnyTagClassName
{
color: #FCE49D;
}
</style>
background-color css
<style>
a { background-color: #FCE49D; }
a { background-color: rgb(252,228,157); }
div.DivClassName
{
background-color: #FCE49D;
}
.BgClassName
{
background-color: #FCE49D;
}
</style>
border-color css
<style>
span { border-color: #FCE49D; }
span { border-color: rgb(252,228,157); }
td.TdClassName
{
border-color: #FCE49D;
}
.TagClassName
{
border-color: #FCE49D;
}
</style>