Shades of Tequila #FAD2AA
Tints of Tequila #FAD2AA
RGB
CMYK
RGB Variations
Color information
#FAD2AA (or 0xFAD2AA) is known color: Tequila. HEX triplet: FA, D2 and AA. RGB value is (250,210,170). Sum of RGB (Red+Green+Blue) = 250+210+170=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 210 (82.42% from 255 or 33.33% from 630); Blue value is 170 (66.80% from 255 or 26.98% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD2AA is #052D55. Grayscale: #D9D9D9. Windows color (decimal): -339286 or 11195130. OLE color: 11195130.
HSL color Cylindrical-coordinate representation of color #FAD2AA: hue angle of 30º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAD2AA is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 170 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.02 |
| HSL | 30º | 0.89% | 0.82% | - |
| HSV(B) | 30º | 0.32% | 0.98% | - |
| XYZ | 69.73 | 69.32 | 47.74 | - |
| YUV | 217.4 | 101.25 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 170 | 0 | 0.16 | 0.32 | 0.02 | 30 | 0.89 | 0.82 |
| Hex | FA | D2 | AA | 0 | 10 | 20 | 2 | 1E | 59 | 52 |
| Octal | 372 | 322 | 252 | 0 | 20 | 40 | 2 | 36 | 131 | 122 |
| Binary | 11111010 | 11010010 | 10101010 | 0 | 10000 | 100000 | 10 | 11110 | 1011001 | 1010010 |
Color Harmonies of #FAD2AA
Complementary color
Monochromatic Colors of #FAD2AA
Black with #FAD2AA
Text Example
Text Example
White with #FAD2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD2AA; }
p { color: rgb(250,210,170); }
H1.HeaderClassName
{
color: #FAD2AA;
}
.AnyTagClassName
{
color: #FAD2AA;
}
</style>
background-color css
<style>
a { background-color: #FAD2AA; }
a { background-color: rgb(250,210,170); }
div.DivClassName
{
background-color: #FAD2AA;
}
.BgClassName
{
background-color: #FAD2AA;
}
</style>
border-color css
<style>
span { border-color: #FAD2AA; }
span { border-color: rgb(250,210,170); }
td.TdClassName
{
border-color: #FAD2AA;
}
.TagClassName
{
border-color: #FAD2AA;
}
</style>