Shades of Caramel #FCD494
Tints of Caramel #FCD494
RGB
CMYK
RGB Variations
Color information
#FCD494 (or 0xFCD494) is known color: Caramel. HEX triplet: FC, D4 and 94. RGB value is (252,212,148). Sum of RGB (Red+Green+Blue) = 252+212+148=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 148 (58.20% from 255 or 24.18% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD494 is #032B6B. Grayscale: #D8D8D8. Windows color (decimal): -207724 or 9753852. OLE color: 9753852.
HSL color Cylindrical-coordinate representation of color #FCD494: hue angle of 36.92º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FCD494 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 148 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.01 |
| HSL | 36.92º | 0.95% | 0.78% | - |
| HSV(B) | 36.92º | 0.41% | 0.99% | - |
| XYZ | 69.03 | 69.92 | 37.87 | - |
| YUV | 216.66 | 89.25 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 148 | 0 | 0.16 | 0.41 | 0.01 | 36.92 | 0.95 | 0.78 |
| Hex | FC | D4 | 94 | 0 | 10 | 29 | 1 | 25 | 5F | 4E |
| Octal | 374 | 324 | 224 | 0 | 20 | 51 | 1 | 45 | 137 | 116 |
| Binary | 11111100 | 11010100 | 10010100 | 0 | 10000 | 101001 | 1 | 100101 | 1011111 | 1001110 |
Color Harmonies of #FCD494
Complementary color
Monochromatic Colors of #FCD494
Black with #FCD494
Text Example
Text Example
White with #FCD494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD494; }
p { color: rgb(252,212,148); }
H1.HeaderClassName
{
color: #FCD494;
}
.AnyTagClassName
{
color: #FCD494;
}
</style>
background-color css
<style>
a { background-color: #FCD494; }
a { background-color: rgb(252,212,148); }
div.DivClassName
{
background-color: #FCD494;
}
.BgClassName
{
background-color: #FCD494;
}
</style>
border-color css
<style>
span { border-color: #FCD494; }
span { border-color: rgb(252,212,148); }
td.TdClassName
{
border-color: #FCD494;
}
.TagClassName
{
border-color: #FCD494;
}
</style>