Shades of Caramel #FCD19C
Tints of Caramel #FCD19C
RGB
CMYK
RGB Variations
Color information
#FCD19C (or 0xFCD19C) is known color: Caramel. HEX triplet: FC, D1 and 9C. RGB value is (252,209,156). Sum of RGB (Red+Green+Blue) = 252+209+156=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 209 (82.03% from 255 or 33.87% from 617); Blue value is 156 (61.33% from 255 or 25.28% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD19C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD19C is #032E63. Grayscale: #D8D8D8. Windows color (decimal): -208484 or 10277372. OLE color: 10277372.
HSL color Cylindrical-coordinate representation of color #FCD19C: hue angle of 33.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 #FCD19C is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 156 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.01 |
| HSL | 33.13º | 0.94% | 0.8% | - |
| HSV(B) | 33.13º | 0.38% | 0.99% | - |
| XYZ | 68.95 | 68.7 | 41.08 | - |
| YUV | 215.82 | 94.25 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 156 | 0 | 0.17 | 0.38 | 0.01 | 33.13 | 0.94 | 0.8 |
| Hex | FC | D1 | 9C | 0 | 11 | 26 | 1 | 21 | 5E | 50 |
| Octal | 374 | 321 | 234 | 0 | 21 | 46 | 1 | 41 | 136 | 120 |
| Binary | 11111100 | 11010001 | 10011100 | 0 | 10001 | 100110 | 1 | 100001 | 1011110 | 1010000 |
Color Harmonies of #FCD19C
Complementary color
Monochromatic Colors of #FCD19C
Black with #FCD19C
Text Example
Text Example
White with #FCD19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD19C; }
p { color: rgb(252,209,156); }
H1.HeaderClassName
{
color: #FCD19C;
}
.AnyTagClassName
{
color: #FCD19C;
}
</style>
background-color css
<style>
a { background-color: #FCD19C; }
a { background-color: rgb(252,209,156); }
div.DivClassName
{
background-color: #FCD19C;
}
.BgClassName
{
background-color: #FCD19C;
}
</style>
border-color css
<style>
span { border-color: #FCD19C; }
span { border-color: rgb(252,209,156); }
td.TdClassName
{
border-color: #FCD19C;
}
.TagClassName
{
border-color: #FCD19C;
}
</style>