Shades of Tequila #FAD1A0
Tints of Tequila #FAD1A0
RGB
CMYK
RGB Variations
Color information
#FAD1A0 (or 0xFAD1A0) is known color: Tequila. HEX triplet: FA, D1 and A0. RGB value is (250,209,160). Sum of RGB (Red+Green+Blue) = 250+209+160=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 209 (82.03% from 255 or 33.76% from 619); Blue value is 160 (62.89% from 255 or 25.85% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD1A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD1A0 is #052E5F. Grayscale: #D7D7D7. Windows color (decimal): -339552 or 10539514. OLE color: 10539514.
HSL color Cylindrical-coordinate representation of color #FAD1A0: hue angle of 32.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAD1A0 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 209 | 160 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.02 |
| HSL | 32.67º | 0.9% | 0.8% | - |
| HSV(B) | 32.67º | 0.36% | 0.98% | - |
| XYZ | 68.57 | 68.46 | 42.86 | - |
| YUV | 215.67 | 96.58 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 209 | 160 | 0 | 0.16 | 0.36 | 0.02 | 32.67 | 0.9 | 0.8 |
| Hex | FA | D1 | A0 | 0 | 10 | 24 | 2 | 21 | 5A | 50 |
| Octal | 372 | 321 | 240 | 0 | 20 | 44 | 2 | 41 | 132 | 120 |
| Binary | 11111010 | 11010001 | 10100000 | 0 | 10000 | 100100 | 10 | 100001 | 1011010 | 1010000 |
Color Harmonies of #FAD1A0
Complementary color
Monochromatic Colors of #FAD1A0
Black with #FAD1A0
Text Example
Text Example
White with #FAD1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD1A0; }
p { color: rgb(250,209,160); }
H1.HeaderClassName
{
color: #FAD1A0;
}
.AnyTagClassName
{
color: #FAD1A0;
}
</style>
background-color css
<style>
a { background-color: #FAD1A0; }
a { background-color: rgb(250,209,160); }
div.DivClassName
{
background-color: #FAD1A0;
}
.BgClassName
{
background-color: #FAD1A0;
}
</style>
border-color css
<style>
span { border-color: #FAD1A0; }
span { border-color: rgb(250,209,160); }
td.TdClassName
{
border-color: #FAD1A0;
}
.TagClassName
{
border-color: #FAD1A0;
}
</style>