Shades of Caramel #FCD99C
Tints of Caramel #FCD99C
RGB
CMYK
RGB Variations
Color information
#FCD99C (or 0xFCD99C) is known color: Caramel. HEX triplet: FC, D9 and 9C. RGB value is (252,217,156). Sum of RGB (Red+Green+Blue) = 252+217+156=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 217 (85.16% from 255 or 34.72% from 625); Blue value is 156 (61.33% from 255 or 24.96% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD99C is #032663. Grayscale: #DCDCDC. Windows color (decimal): -206436 or 10279420. OLE color: 10279420.
HSL color Cylindrical-coordinate representation of color #FCD99C: hue angle of 38.12º 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 #FCD99C is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 156 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.01 |
| HSL | 38.13º | 0.94% | 0.8% | - |
| HSV(B) | 38.13º | 0.38% | 0.99% | - |
| XYZ | 70.96 | 72.72 | 41.75 | - |
| YUV | 220.51 | 91.6 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 156 | 0 | 0.14 | 0.38 | 0.01 | 38.13 | 0.94 | 0.8 |
| Hex | FC | D9 | 9C | 0 | E | 26 | 1 | 26 | 5E | 50 |
| Octal | 374 | 331 | 234 | 0 | 16 | 46 | 1 | 46 | 136 | 120 |
| Binary | 11111100 | 11011001 | 10011100 | 0 | 1110 | 100110 | 1 | 100110 | 1011110 | 1010000 |
Color Harmonies of #FCD99C
Complementary color
Monochromatic Colors of #FCD99C
Black with #FCD99C
Text Example
Text Example
White with #FCD99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD99C; }
p { color: rgb(252,217,156); }
H1.HeaderClassName
{
color: #FCD99C;
}
.AnyTagClassName
{
color: #FCD99C;
}
</style>
background-color css
<style>
a { background-color: #FCD99C; }
a { background-color: rgb(252,217,156); }
div.DivClassName
{
background-color: #FCD99C;
}
.BgClassName
{
background-color: #FCD99C;
}
</style>
border-color css
<style>
span { border-color: #FCD99C; }
span { border-color: rgb(252,217,156); }
td.TdClassName
{
border-color: #FCD99C;
}
.TagClassName
{
border-color: #FCD99C;
}
</style>