Shades of Caramel #FCD196
Tints of Caramel #FCD196
RGB
CMYK
RGB Variations
Color information
#FCD196 (or 0xFCD196) is known color: Caramel. HEX triplet: FC, D1 and 96. RGB value is (252,209,150). Sum of RGB (Red+Green+Blue) = 252+209+150=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 150 (58.98% from 255 or 24.55% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD196 is #032E69. Grayscale: #D7D7D7. Windows color (decimal): -208490 or 9884156. OLE color: 9884156.
HSL color Cylindrical-coordinate representation of color #FCD196: hue angle of 34.71º 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 #FCD196 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 150 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.01 |
| HSL | 34.71º | 0.94% | 0.79% | - |
| HSV(B) | 34.71º | 0.4% | 0.99% | - |
| XYZ | 68.45 | 68.5 | 38.47 | - |
| YUV | 215.13 | 91.25 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 150 | 0 | 0.17 | 0.40 | 0.01 | 34.71 | 0.94 | 0.79 |
| Hex | FC | D1 | 96 | 0 | 11 | 28 | 1 | 23 | 5E | 4F |
| Octal | 374 | 321 | 226 | 0 | 21 | 50 | 1 | 43 | 136 | 117 |
| Binary | 11111100 | 11010001 | 10010110 | 0 | 10001 | 101000 | 1 | 100011 | 1011110 | 1001111 |
Color Harmonies of #FCD196
Complementary color
Monochromatic Colors of #FCD196
Black with #FCD196
Text Example
Text Example
White with #FCD196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD196; }
p { color: rgb(252,209,150); }
H1.HeaderClassName
{
color: #FCD196;
}
.AnyTagClassName
{
color: #FCD196;
}
</style>
background-color css
<style>
a { background-color: #FCD196; }
a { background-color: rgb(252,209,150); }
div.DivClassName
{
background-color: #FCD196;
}
.BgClassName
{
background-color: #FCD196;
}
</style>
border-color css
<style>
span { border-color: #FCD196; }
span { border-color: rgb(252,209,150); }
td.TdClassName
{
border-color: #FCD196;
}
.TagClassName
{
border-color: #FCD196;
}
</style>