Shades of Cream Brulee #FCDC96
Tints of Cream Brulee #FCDC96
RGB
CMYK
RGB Variations
Color information
#FCDC96 (or 0xFCDC96) is known color: Cream Brulee. HEX triplet: FC, DC and 96. RGB value is (252,220,150). Sum of RGB (Red+Green+Blue) = 252+220+150=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 150 (58.98% from 255 or 24.12% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDC96 is #032369. Grayscale: #DDDDDD. Windows color (decimal): -205674 or 9886972. OLE color: 9886972.
HSL color Cylindrical-coordinate representation of color #FCDC96: hue angle of 41.18º 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 #FCDC96 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 150 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.01 |
| HSL | 41.18º | 0.94% | 0.79% | - |
| HSV(B) | 41.18º | 0.4% | 0.99% | - |
| XYZ | 71.24 | 74.08 | 39.4 | - |
| YUV | 221.59 | 87.6 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 150 | 0 | 0.13 | 0.40 | 0.01 | 41.18 | 0.94 | 0.79 |
| Hex | FC | DC | 96 | 0 | D | 28 | 1 | 29 | 5E | 4F |
| Octal | 374 | 334 | 226 | 0 | 15 | 50 | 1 | 51 | 136 | 117 |
| Binary | 11111100 | 11011100 | 10010110 | 0 | 1101 | 101000 | 1 | 101001 | 1011110 | 1001111 |
Color Harmonies of #FCDC96
Complementary color
Monochromatic Colors of #FCDC96
Black with #FCDC96
Text Example
Text Example
White with #FCDC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC96; }
p { color: rgb(252,220,150); }
H1.HeaderClassName
{
color: #FCDC96;
}
.AnyTagClassName
{
color: #FCDC96;
}
</style>
background-color css
<style>
a { background-color: #FCDC96; }
a { background-color: rgb(252,220,150); }
div.DivClassName
{
background-color: #FCDC96;
}
.BgClassName
{
background-color: #FCDC96;
}
</style>
border-color css
<style>
span { border-color: #FCDC96; }
span { border-color: rgb(252,220,150); }
td.TdClassName
{
border-color: #FCDC96;
}
.TagClassName
{
border-color: #FCDC96;
}
</style>