Shades of Caramel #FCD19D
Tints of Caramel #FCD19D
RGB
CMYK
RGB Variations
Color information
#FCD19D (or 0xFCD19D) is known color: Caramel. HEX triplet: FC, D1 and 9D. RGB value is (252,209,157). Sum of RGB (Red+Green+Blue) = 252+209+157=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 209 (82.03% from 255 or 33.82% from 618); Blue value is 157 (61.72% from 255 or 25.40% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD19D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD19D is #032E62. Grayscale: #D8D8D8. Windows color (decimal): -208483 or 10342908. OLE color: 10342908.
HSL color Cylindrical-coordinate representation of color #FCD19D: hue angle of 32.84º 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 #FCD19D is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 157 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.01 |
| HSL | 32.84º | 0.94% | 0.8% | - |
| HSV(B) | 32.84º | 0.38% | 0.99% | - |
| XYZ | 69.03 | 68.73 | 41.53 | - |
| YUV | 215.93 | 94.75 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 157 | 0 | 0.17 | 0.38 | 0.01 | 32.84 | 0.94 | 0.8 |
| Hex | FC | D1 | 9D | 0 | 11 | 26 | 1 | 21 | 5E | 50 |
| Octal | 374 | 321 | 235 | 0 | 21 | 46 | 1 | 41 | 136 | 120 |
| Binary | 11111100 | 11010001 | 10011101 | 0 | 10001 | 100110 | 1 | 100001 | 1011110 | 1010000 |
Color Harmonies of #FCD19D
Complementary color
Monochromatic Colors of #FCD19D
Black with #FCD19D
Text Example
Text Example
White with #FCD19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD19D; }
p { color: rgb(252,209,157); }
H1.HeaderClassName
{
color: #FCD19D;
}
.AnyTagClassName
{
color: #FCD19D;
}
</style>
background-color css
<style>
a { background-color: #FCD19D; }
a { background-color: rgb(252,209,157); }
div.DivClassName
{
background-color: #FCD19D;
}
.BgClassName
{
background-color: #FCD19D;
}
</style>
border-color css
<style>
span { border-color: #FCD19D; }
span { border-color: rgb(252,209,157); }
td.TdClassName
{
border-color: #FCD19D;
}
.TagClassName
{
border-color: #FCD19D;
}
</style>