Shades of Caramel #FCD19E
Tints of Caramel #FCD19E
RGB
CMYK
RGB Variations
Color information
#FCD19E (or 0xFCD19E) is known color: Caramel. HEX triplet: FC, D1 and 9E. RGB value is (252,209,158). Sum of RGB (Red+Green+Blue) = 252+209+158=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 209 (82.03% from 255 or 33.76% from 619); Blue value is 158 (62.11% from 255 or 25.53% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD19E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD19E is #032E61. Grayscale: #D8D8D8. Windows color (decimal): -208482 or 10408444. OLE color: 10408444.
HSL color Cylindrical-coordinate representation of color #FCD19E: hue angle of 32.55º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCD19E is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 158 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.01 |
| HSL | 32.55º | 0.94% | 0.8% | - |
| HSV(B) | 32.55º | 0.37% | 0.99% | - |
| XYZ | 69.12 | 68.77 | 41.98 | - |
| YUV | 216.04 | 95.25 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 158 | 0 | 0.17 | 0.37 | 0.01 | 32.55 | 0.94 | 0.8 |
| Hex | FC | D1 | 9E | 0 | 11 | 25 | 1 | 21 | 5E | 50 |
| Octal | 374 | 321 | 236 | 0 | 21 | 45 | 1 | 41 | 136 | 120 |
| Binary | 11111100 | 11010001 | 10011110 | 0 | 10001 | 100101 | 1 | 100001 | 1011110 | 1010000 |
Color Harmonies of #FCD19E
Complementary color
Monochromatic Colors of #FCD19E
Black with #FCD19E
Text Example
Text Example
White with #FCD19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD19E; }
p { color: rgb(252,209,158); }
H1.HeaderClassName
{
color: #FCD19E;
}
.AnyTagClassName
{
color: #FCD19E;
}
</style>
background-color css
<style>
a { background-color: #FCD19E; }
a { background-color: rgb(252,209,158); }
div.DivClassName
{
background-color: #FCD19E;
}
.BgClassName
{
background-color: #FCD19E;
}
</style>
border-color css
<style>
span { border-color: #FCD19E; }
span { border-color: rgb(252,209,158); }
td.TdClassName
{
border-color: #FCD19E;
}
.TagClassName
{
border-color: #FCD19E;
}
</style>