Shades of Cream Brulee #FCDC9C
Tints of Cream Brulee #FCDC9C
RGB
CMYK
RGB Variations
Color information
#FCDC9C (or 0xFCDC9C) is known color: Cream Brulee. HEX triplet: FC, DC and 9C. RGB value is (252,220,156). Sum of RGB (Red+Green+Blue) = 252+220+156=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 156 (61.33% from 255 or 24.84% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDC9C is #032363. Grayscale: #DEDEDE. Windows color (decimal): -205668 or 10280188. OLE color: 10280188.
HSL color Cylindrical-coordinate representation of color #FCDC9C: hue angle of 40º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCDC9C is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 156 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.01 |
| HSL | 40º | 0.94% | 0.8% | - |
| HSV(B) | 40º | 0.38% | 0.99% | - |
| XYZ | 71.74 | 74.28 | 42.01 | - |
| YUV | 222.27 | 90.6 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 156 | 0 | 0.13 | 0.38 | 0.01 | 40 | 0.94 | 0.8 |
| Hex | FC | DC | 9C | 0 | D | 26 | 1 | 28 | 5E | 50 |
| Octal | 374 | 334 | 234 | 0 | 15 | 46 | 1 | 50 | 136 | 120 |
| Binary | 11111100 | 11011100 | 10011100 | 0 | 1101 | 100110 | 1 | 101000 | 1011110 | 1010000 |
Color Harmonies of #FCDC9C
Complementary color
Monochromatic Colors of #FCDC9C
Black with #FCDC9C
Text Example
Text Example
White with #FCDC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC9C; }
p { color: rgb(252,220,156); }
H1.HeaderClassName
{
color: #FCDC9C;
}
.AnyTagClassName
{
color: #FCDC9C;
}
</style>
background-color css
<style>
a { background-color: #FCDC9C; }
a { background-color: rgb(252,220,156); }
div.DivClassName
{
background-color: #FCDC9C;
}
.BgClassName
{
background-color: #FCDC9C;
}
</style>
border-color css
<style>
span { border-color: #FCDC9C; }
span { border-color: rgb(252,220,156); }
td.TdClassName
{
border-color: #FCDC9C;
}
.TagClassName
{
border-color: #FCDC9C;
}
</style>