Shades of Cream Brulee #FCE197
Tints of Cream Brulee #FCE197
RGB
CMYK
RGB Variations
Color information
#FCE197 (or 0xFCE197) is known color: Cream Brulee. HEX triplet: FC, E1 and 97. RGB value is (252,225,151). Sum of RGB (Red+Green+Blue) = 252+225+151=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 151 (59.38% from 255 or 24.04% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE197 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE197 is #031E68. Grayscale: #E0E0E0. Windows color (decimal): -204393 or 9953788. OLE color: 9953788.
HSL color Cylindrical-coordinate representation of color #FCE197: hue angle of 43.96º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCE197 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 151 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.01 |
| HSL | 43.96º | 0.94% | 0.79% | - |
| HSV(B) | 43.96º | 0.4% | 0.99% | - |
| XYZ | 72.66 | 76.78 | 40.27 | - |
| YUV | 224.64 | 86.45 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 151 | 0 | 0.11 | 0.40 | 0.01 | 43.96 | 0.94 | 0.79 |
| Hex | FC | E1 | 97 | 0 | B | 28 | 1 | 2C | 5E | 4F |
| Octal | 374 | 341 | 227 | 0 | 13 | 50 | 1 | 54 | 136 | 117 |
| Binary | 11111100 | 11100001 | 10010111 | 0 | 1011 | 101000 | 1 | 101100 | 1011110 | 1001111 |
Color Harmonies of #FCE197
Complementary color
Monochromatic Colors of #FCE197
Black with #FCE197
Text Example
Text Example
White with #FCE197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE197; }
p { color: rgb(252,225,151); }
H1.HeaderClassName
{
color: #FCE197;
}
.AnyTagClassName
{
color: #FCE197;
}
</style>
background-color css
<style>
a { background-color: #FCE197; }
a { background-color: rgb(252,225,151); }
div.DivClassName
{
background-color: #FCE197;
}
.BgClassName
{
background-color: #FCE197;
}
</style>
border-color css
<style>
span { border-color: #FCE197; }
span { border-color: rgb(252,225,151); }
td.TdClassName
{
border-color: #FCE197;
}
.TagClassName
{
border-color: #FCE197;
}
</style>