Shades of Tequila #FCD3A7
Tints of Tequila #FCD3A7
RGB
CMYK
RGB Variations
Color information
#FCD3A7 (or 0xFCD3A7) is known color: Tequila. HEX triplet: FC, D3 and A7. RGB value is (252,211,167). Sum of RGB (Red+Green+Blue) = 252+211+167=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 211 (82.81% from 255 or 33.49% from 630); Blue value is 167 (65.62% from 255 or 26.51% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD3A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD3A7 is #032C58. Grayscale: #DADADA. Windows color (decimal): -207961 or 10998780. OLE color: 10998780.
HSL color Cylindrical-coordinate representation of color #FCD3A7: hue angle of 31.06º 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 #FCD3A7 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 167 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.01 |
| HSL | 31.06º | 0.93% | 0.82% | - |
| HSV(B) | 31.06º | 0.34% | 0.99% | - |
| XYZ | 70.41 | 70.07 | 46.37 | - |
| YUV | 218.24 | 99.08 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 167 | 0 | 0.16 | 0.34 | 0.01 | 31.06 | 0.93 | 0.82 |
| Hex | FC | D3 | A7 | 0 | 10 | 22 | 1 | 1F | 5D | 52 |
| Octal | 374 | 323 | 247 | 0 | 20 | 42 | 1 | 37 | 135 | 122 |
| Binary | 11111100 | 11010011 | 10100111 | 0 | 10000 | 100010 | 1 | 11111 | 1011101 | 1010010 |
Color Harmonies of #FCD3A7
Complementary color
Monochromatic Colors of #FCD3A7
Black with #FCD3A7
Text Example
Text Example
White with #FCD3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD3A7; }
p { color: rgb(252,211,167); }
H1.HeaderClassName
{
color: #FCD3A7;
}
.AnyTagClassName
{
color: #FCD3A7;
}
</style>
background-color css
<style>
a { background-color: #FCD3A7; }
a { background-color: rgb(252,211,167); }
div.DivClassName
{
background-color: #FCD3A7;
}
.BgClassName
{
background-color: #FCD3A7;
}
</style>
border-color css
<style>
span { border-color: #FCD3A7; }
span { border-color: rgb(252,211,167); }
td.TdClassName
{
border-color: #FCD3A7;
}
.TagClassName
{
border-color: #FCD3A7;
}
</style>