Shades of Tequila #FAD3A4
Tints of Tequila #FAD3A4
RGB
CMYK
RGB Variations
Color information
#FAD3A4 (or 0xFAD3A4) is known color: Tequila. HEX triplet: FA, D3 and A4. RGB value is (250,211,164). Sum of RGB (Red+Green+Blue) = 250+211+164=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 164 (64.45% from 255 or 26.24% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD3A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD3A4 is #052C5B. Grayscale: #D9D9D9. Windows color (decimal): -339036 or 10802170. OLE color: 10802170.
HSL color Cylindrical-coordinate representation of color #FAD3A4: hue angle of 32.79º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAD3A4 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 164 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.02 |
| HSL | 32.79º | 0.9% | 0.81% | - |
| HSV(B) | 32.79º | 0.34% | 0.98% | - |
| XYZ | 69.42 | 69.59 | 44.9 | - |
| YUV | 217.3 | 97.92 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 164 | 0 | 0.16 | 0.34 | 0.02 | 32.79 | 0.9 | 0.81 |
| Hex | FA | D3 | A4 | 0 | 10 | 22 | 2 | 21 | 5A | 51 |
| Octal | 372 | 323 | 244 | 0 | 20 | 42 | 2 | 41 | 132 | 121 |
| Binary | 11111010 | 11010011 | 10100100 | 0 | 10000 | 100010 | 10 | 100001 | 1011010 | 1010001 |
Color Harmonies of #FAD3A4
Complementary color
Monochromatic Colors of #FAD3A4
Black with #FAD3A4
Text Example
Text Example
White with #FAD3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD3A4; }
p { color: rgb(250,211,164); }
H1.HeaderClassName
{
color: #FAD3A4;
}
.AnyTagClassName
{
color: #FAD3A4;
}
</style>
background-color css
<style>
a { background-color: #FAD3A4; }
a { background-color: rgb(250,211,164); }
div.DivClassName
{
background-color: #FAD3A4;
}
.BgClassName
{
background-color: #FAD3A4;
}
</style>
border-color css
<style>
span { border-color: #FAD3A4; }
span { border-color: rgb(250,211,164); }
td.TdClassName
{
border-color: #FAD3A4;
}
.TagClassName
{
border-color: #FAD3A4;
}
</style>