Shades of Cream Brulee #FCDE98
Tints of Cream Brulee #FCDE98
RGB
CMYK
RGB Variations
Color information
#FCDE98 (or 0xFCDE98) is known color: Cream Brulee. HEX triplet: FC, DE and 98. RGB value is (252,222,152). Sum of RGB (Red+Green+Blue) = 252+222+152=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 152 (59.77% from 255 or 24.28% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDE98 is #032167. Grayscale: #DFDFDF. Windows color (decimal): -205160 or 10018556. OLE color: 10018556.
HSL color Cylindrical-coordinate representation of color #FCDE98: hue angle of 42º 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 #FCDE98 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 152 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.01 |
| HSL | 42º | 0.94% | 0.79% | - |
| HSV(B) | 42º | 0.4% | 0.99% | - |
| XYZ | 71.93 | 75.21 | 40.43 | - |
| YUV | 222.99 | 87.94 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 152 | 0 | 0.12 | 0.40 | 0.01 | 42 | 0.94 | 0.79 |
| Hex | FC | DE | 98 | 0 | C | 28 | 1 | 2A | 5E | 4F |
| Octal | 374 | 336 | 230 | 0 | 14 | 50 | 1 | 52 | 136 | 117 |
| Binary | 11111100 | 11011110 | 10011000 | 0 | 1100 | 101000 | 1 | 101010 | 1011110 | 1001111 |
Color Harmonies of #FCDE98
Complementary color
Monochromatic Colors of #FCDE98
Black with #FCDE98
Text Example
Text Example
White with #FCDE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDE98; }
p { color: rgb(252,222,152); }
H1.HeaderClassName
{
color: #FCDE98;
}
.AnyTagClassName
{
color: #FCDE98;
}
</style>
background-color css
<style>
a { background-color: #FCDE98; }
a { background-color: rgb(252,222,152); }
div.DivClassName
{
background-color: #FCDE98;
}
.BgClassName
{
background-color: #FCDE98;
}
</style>
border-color css
<style>
span { border-color: #FCDE98; }
span { border-color: rgb(252,222,152); }
td.TdClassName
{
border-color: #FCDE98;
}
.TagClassName
{
border-color: #FCDE98;
}
</style>