Shades of Tequila #FAD3A9
Tints of Tequila #FAD3A9
RGB
CMYK
RGB Variations
Color information
#FAD3A9 (or 0xFAD3A9) is known color: Tequila. HEX triplet: FA, D3 and A9. RGB value is (250,211,169). Sum of RGB (Red+Green+Blue) = 250+211+169=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 211 (82.81% from 255 or 33.49% from 630); Blue value is 169 (66.41% from 255 or 26.83% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD3A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD3A9 is #052C56. Grayscale: #DADADA. Windows color (decimal): -339031 or 11129850. OLE color: 11129850.
HSL color Cylindrical-coordinate representation of color #FAD3A9: hue angle of 31.11º 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 #FAD3A9 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 169 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.02 |
| HSL | 31.11º | 0.89% | 0.82% | - |
| HSV(B) | 31.11º | 0.32% | 0.98% | - |
| XYZ | 69.88 | 69.78 | 47.32 | - |
| YUV | 217.87 | 100.42 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 169 | 0 | 0.16 | 0.32 | 0.02 | 31.11 | 0.89 | 0.82 |
| Hex | FA | D3 | A9 | 0 | 10 | 20 | 2 | 1F | 59 | 52 |
| Octal | 372 | 323 | 251 | 0 | 20 | 40 | 2 | 37 | 131 | 122 |
| Binary | 11111010 | 11010011 | 10101001 | 0 | 10000 | 100000 | 10 | 11111 | 1011001 | 1010010 |
Color Harmonies of #FAD3A9
Complementary color
Monochromatic Colors of #FAD3A9
Black with #FAD3A9
Text Example
Text Example
White with #FAD3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD3A9; }
p { color: rgb(250,211,169); }
H1.HeaderClassName
{
color: #FAD3A9;
}
.AnyTagClassName
{
color: #FAD3A9;
}
</style>
background-color css
<style>
a { background-color: #FAD3A9; }
a { background-color: rgb(250,211,169); }
div.DivClassName
{
background-color: #FAD3A9;
}
.BgClassName
{
background-color: #FAD3A9;
}
</style>
border-color css
<style>
span { border-color: #FAD3A9; }
span { border-color: rgb(250,211,169); }
td.TdClassName
{
border-color: #FAD3A9;
}
.TagClassName
{
border-color: #FAD3A9;
}
</style>