Shades of Cream Brulee #FCDB96
Tints of Cream Brulee #FCDB96
RGB
CMYK
RGB Variations
Color information
#FCDB96 (or 0xFCDB96) is known color: Cream Brulee. HEX triplet: FC, DB and 96. RGB value is (252,219,150). Sum of RGB (Red+Green+Blue) = 252+219+150=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 150 (58.98% from 255 or 24.15% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDB96 is #032469. Grayscale: #DDDDDD. Windows color (decimal): -205930 or 9886716. OLE color: 9886716.
HSL color Cylindrical-coordinate representation of color #FCDB96: hue angle of 40.59º 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 #FCDB96 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 150 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.01 |
| HSL | 40.59º | 0.94% | 0.79% | - |
| HSV(B) | 40.59º | 0.4% | 0.99% | - |
| XYZ | 70.98 | 73.56 | 39.31 | - |
| YUV | 221 | 87.93 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 150 | 0 | 0.13 | 0.40 | 0.01 | 40.59 | 0.94 | 0.79 |
| Hex | FC | DB | 96 | 0 | D | 28 | 1 | 29 | 5E | 4F |
| Octal | 374 | 333 | 226 | 0 | 15 | 50 | 1 | 51 | 136 | 117 |
| Binary | 11111100 | 11011011 | 10010110 | 0 | 1101 | 101000 | 1 | 101001 | 1011110 | 1001111 |
Color Harmonies of #FCDB96
Complementary color
Monochromatic Colors of #FCDB96
Black with #FCDB96
Text Example
Text Example
White with #FCDB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB96; }
p { color: rgb(252,219,150); }
H1.HeaderClassName
{
color: #FCDB96;
}
.AnyTagClassName
{
color: #FCDB96;
}
</style>
background-color css
<style>
a { background-color: #FCDB96; }
a { background-color: rgb(252,219,150); }
div.DivClassName
{
background-color: #FCDB96;
}
.BgClassName
{
background-color: #FCDB96;
}
</style>
border-color css
<style>
span { border-color: #FCDB96; }
span { border-color: rgb(252,219,150); }
td.TdClassName
{
border-color: #FCDB96;
}
.TagClassName
{
border-color: #FCDB96;
}
</style>