Shades of Cream Brulee #FCE59B
Tints of Cream Brulee #FCE59B
RGB
CMYK
RGB Variations
Color information
#FCE59B (or 0xFCE59B) is known color: Cream Brulee. HEX triplet: FC, E5 and 9B. RGB value is (252,229,155). Sum of RGB (Red+Green+Blue) = 252+229+155=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 229 (89.84% from 255 or 36.01% from 636); Blue value is 155 (60.94% from 255 or 24.37% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE59B is #031A64. Grayscale: #E3E3E3. Windows color (decimal): -203365 or 10216956. OLE color: 10216956.
HSL color Cylindrical-coordinate representation of color #FCE59B: hue angle of 45.77º 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 #FCE59B is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 155 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.01 |
| HSL | 45.77º | 0.94% | 0.8% | - |
| HSV(B) | 45.77º | 0.38% | 0.99% | - |
| XYZ | 74.08 | 79.1 | 42.37 | - |
| YUV | 227.44 | 87.12 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 155 | 0 | 0.09 | 0.38 | 0.01 | 45.77 | 0.94 | 0.8 |
| Hex | FC | E5 | 9B | 0 | 9 | 26 | 1 | 2E | 5E | 50 |
| Octal | 374 | 345 | 233 | 0 | 11 | 46 | 1 | 56 | 136 | 120 |
| Binary | 11111100 | 11100101 | 10011011 | 0 | 1001 | 100110 | 1 | 101110 | 1011110 | 1010000 |
Color Harmonies of #FCE59B
Complementary color
Monochromatic Colors of #FCE59B
Black with #FCE59B
Text Example
Text Example
White with #FCE59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE59B; }
p { color: rgb(252,229,155); }
H1.HeaderClassName
{
color: #FCE59B;
}
.AnyTagClassName
{
color: #FCE59B;
}
</style>
background-color css
<style>
a { background-color: #FCE59B; }
a { background-color: rgb(252,229,155); }
div.DivClassName
{
background-color: #FCE59B;
}
.BgClassName
{
background-color: #FCE59B;
}
</style>
border-color css
<style>
span { border-color: #FCE59B; }
span { border-color: rgb(252,229,155); }
td.TdClassName
{
border-color: #FCE59B;
}
.TagClassName
{
border-color: #FCE59B;
}
</style>