Shades of Caramel #FCDA96
Tints of Caramel #FCDA96
RGB
CMYK
RGB Variations
Color information
#FCDA96 (or 0xFCDA96) is known color: Caramel. HEX triplet: FC, DA and 96. RGB value is (252,218,150). Sum of RGB (Red+Green+Blue) = 252+218+150=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 150 (58.98% from 255 or 24.19% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDA96 is #032569. Grayscale: #DCDCDC. Windows color (decimal): -206186 or 9886460. OLE color: 9886460.
HSL color Cylindrical-coordinate representation of color #FCDA96: hue angle of 40º 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 #FCDA96 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 150 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.01 |
| HSL | 40º | 0.94% | 0.79% | - |
| HSV(B) | 40º | 0.4% | 0.99% | - |
| XYZ | 70.72 | 73.04 | 39.22 | - |
| YUV | 220.41 | 88.26 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 150 | 0 | 0.13 | 0.40 | 0.01 | 40 | 0.94 | 0.79 |
| Hex | FC | DA | 96 | 0 | D | 28 | 1 | 28 | 5E | 4F |
| Octal | 374 | 332 | 226 | 0 | 15 | 50 | 1 | 50 | 136 | 117 |
| Binary | 11111100 | 11011010 | 10010110 | 0 | 1101 | 101000 | 1 | 101000 | 1011110 | 1001111 |
Color Harmonies of #FCDA96
Complementary color
Monochromatic Colors of #FCDA96
Black with #FCDA96
Text Example
Text Example
White with #FCDA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA96; }
p { color: rgb(252,218,150); }
H1.HeaderClassName
{
color: #FCDA96;
}
.AnyTagClassName
{
color: #FCDA96;
}
</style>
background-color css
<style>
a { background-color: #FCDA96; }
a { background-color: rgb(252,218,150); }
div.DivClassName
{
background-color: #FCDA96;
}
.BgClassName
{
background-color: #FCDA96;
}
</style>
border-color css
<style>
span { border-color: #FCDA96; }
span { border-color: rgb(252,218,150); }
td.TdClassName
{
border-color: #FCDA96;
}
.TagClassName
{
border-color: #FCDA96;
}
</style>