Shades of Tequila #FCD3A6
Tints of Tequila #FCD3A6
RGB
CMYK
RGB Variations
Color information
#FCD3A6 (or 0xFCD3A6) is known color: Tequila. HEX triplet: FC, D3 and A6. RGB value is (252,211,166). Sum of RGB (Red+Green+Blue) = 252+211+166=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 211 (82.81% from 255 or 33.55% from 629); Blue value is 166 (65.23% from 255 or 26.39% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD3A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD3A6 is #032C59. Grayscale: #DADADA. Windows color (decimal): -207962 or 10933244. OLE color: 10933244.
HSL color Cylindrical-coordinate representation of color #FCD3A6: hue angle of 31.4º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCD3A6 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 166 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.01 |
| HSL | 31.4º | 0.93% | 0.82% | - |
| HSV(B) | 31.4º | 0.34% | 0.99% | - |
| XYZ | 70.32 | 70.04 | 45.89 | - |
| YUV | 218.13 | 98.58 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 166 | 0 | 0.16 | 0.34 | 0.01 | 31.4 | 0.93 | 0.82 |
| Hex | FC | D3 | A6 | 0 | 10 | 22 | 1 | 1F | 5D | 52 |
| Octal | 374 | 323 | 246 | 0 | 20 | 42 | 1 | 37 | 135 | 122 |
| Binary | 11111100 | 11010011 | 10100110 | 0 | 10000 | 100010 | 1 | 11111 | 1011101 | 1010010 |
Color Harmonies of #FCD3A6
Complementary color
Monochromatic Colors of #FCD3A6
Black with #FCD3A6
Text Example
Text Example
White with #FCD3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD3A6; }
p { color: rgb(252,211,166); }
H1.HeaderClassName
{
color: #FCD3A6;
}
.AnyTagClassName
{
color: #FCD3A6;
}
</style>
background-color css
<style>
a { background-color: #FCD3A6; }
a { background-color: rgb(252,211,166); }
div.DivClassName
{
background-color: #FCD3A6;
}
.BgClassName
{
background-color: #FCD3A6;
}
</style>
border-color css
<style>
span { border-color: #FCD3A6; }
span { border-color: rgb(252,211,166); }
td.TdClassName
{
border-color: #FCD3A6;
}
.TagClassName
{
border-color: #FCD3A6;
}
</style>