Shades of Cream Brulee #FCDB98
Tints of Cream Brulee #FCDB98
RGB
CMYK
RGB Variations
Color information
#FCDB98 (or 0xFCDB98) is known color: Cream Brulee. HEX triplet: FC, DB and 98. RGB value is (252,219,152). Sum of RGB (Red+Green+Blue) = 252+219+152=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 152 (59.77% from 255 or 24.40% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDB98 is #032467. Grayscale: #DDDDDD. Windows color (decimal): -205928 or 10017788. OLE color: 10017788.
HSL color Cylindrical-coordinate representation of color #FCDB98: hue angle of 40.2º 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 #FCDB98 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 152 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.01 |
| HSL | 40.2º | 0.94% | 0.79% | - |
| HSV(B) | 40.2º | 0.4% | 0.99% | - |
| XYZ | 71.14 | 73.63 | 40.17 | - |
| YUV | 221.23 | 88.93 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 152 | 0 | 0.13 | 0.40 | 0.01 | 40.2 | 0.94 | 0.79 |
| Hex | FC | DB | 98 | 0 | D | 28 | 1 | 28 | 5E | 4F |
| Octal | 374 | 333 | 230 | 0 | 15 | 50 | 1 | 50 | 136 | 117 |
| Binary | 11111100 | 11011011 | 10011000 | 0 | 1101 | 101000 | 1 | 101000 | 1011110 | 1001111 |
Color Harmonies of #FCDB98
Complementary color
Monochromatic Colors of #FCDB98
Black with #FCDB98
Text Example
Text Example
White with #FCDB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB98; }
p { color: rgb(252,219,152); }
H1.HeaderClassName
{
color: #FCDB98;
}
.AnyTagClassName
{
color: #FCDB98;
}
</style>
background-color css
<style>
a { background-color: #FCDB98; }
a { background-color: rgb(252,219,152); }
div.DivClassName
{
background-color: #FCDB98;
}
.BgClassName
{
background-color: #FCDB98;
}
</style>
border-color css
<style>
span { border-color: #FCDB98; }
span { border-color: rgb(252,219,152); }
td.TdClassName
{
border-color: #FCDB98;
}
.TagClassName
{
border-color: #FCDB98;
}
</style>