Shades of Tequila #FAD2A2
Tints of Tequila #FAD2A2
RGB
CMYK
RGB Variations
Color information
#FAD2A2 (or 0xFAD2A2) is known color: Tequila. HEX triplet: FA, D2 and A2. RGB value is (250,210,162). Sum of RGB (Red+Green+Blue) = 250+210+162=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 162 (63.67% from 255 or 26.05% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD2A2 is #052D5D. Grayscale: #D8D8D8. Windows color (decimal): -339294 or 10670842. OLE color: 10670842.
HSL color Cylindrical-coordinate representation of color #FAD2A2: hue angle of 32.73º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAD2A2 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 162 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.02 |
| HSL | 32.73º | 0.9% | 0.81% | - |
| HSV(B) | 32.73º | 0.35% | 0.98% | - |
| XYZ | 68.99 | 69.03 | 43.87 | - |
| YUV | 216.49 | 97.25 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 162 | 0 | 0.16 | 0.35 | 0.02 | 32.73 | 0.9 | 0.81 |
| Hex | FA | D2 | A2 | 0 | 10 | 23 | 2 | 21 | 5A | 51 |
| Octal | 372 | 322 | 242 | 0 | 20 | 43 | 2 | 41 | 132 | 121 |
| Binary | 11111010 | 11010010 | 10100010 | 0 | 10000 | 100011 | 10 | 100001 | 1011010 | 1010001 |
Color Harmonies of #FAD2A2
Complementary color
Monochromatic Colors of #FAD2A2
Black with #FAD2A2
Text Example
Text Example
White with #FAD2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD2A2; }
p { color: rgb(250,210,162); }
H1.HeaderClassName
{
color: #FAD2A2;
}
.AnyTagClassName
{
color: #FAD2A2;
}
</style>
background-color css
<style>
a { background-color: #FAD2A2; }
a { background-color: rgb(250,210,162); }
div.DivClassName
{
background-color: #FAD2A2;
}
.BgClassName
{
background-color: #FAD2A2;
}
</style>
border-color css
<style>
span { border-color: #FAD2A2; }
span { border-color: rgb(250,210,162); }
td.TdClassName
{
border-color: #FAD2A2;
}
.TagClassName
{
border-color: #FAD2A2;
}
</style>