Shades of Tequila #FAD0A3
Tints of Tequila #FAD0A3
RGB
CMYK
RGB Variations
Color information
#FAD0A3 (or 0xFAD0A3) is known color: Tequila. HEX triplet: FA, D0 and A3. RGB value is (250,208,163). Sum of RGB (Red+Green+Blue) = 250+208+163=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 163 (64.06% from 255 or 26.25% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD0A3 is #052F5C. Grayscale: #D7D7D7. Windows color (decimal): -339805 or 10735866. OLE color: 10735866.
HSL color Cylindrical-coordinate representation of color #FAD0A3: hue angle of 31.03º 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 #FAD0A3 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 208 | 163 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.02 |
| HSL | 31.03º | 0.9% | 0.81% | - |
| HSV(B) | 31.03º | 0.35% | 0.98% | - |
| XYZ | 68.59 | 68.08 | 44.18 | - |
| YUV | 215.43 | 98.41 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 208 | 163 | 0 | 0.17 | 0.35 | 0.02 | 31.03 | 0.9 | 0.81 |
| Hex | FA | D0 | A3 | 0 | 11 | 23 | 2 | 1F | 5A | 51 |
| Octal | 372 | 320 | 243 | 0 | 21 | 43 | 2 | 37 | 132 | 121 |
| Binary | 11111010 | 11010000 | 10100011 | 0 | 10001 | 100011 | 10 | 11111 | 1011010 | 1010001 |
Color Harmonies of #FAD0A3
Complementary color
Monochromatic Colors of #FAD0A3
Black with #FAD0A3
Text Example
Text Example
White with #FAD0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD0A3; }
p { color: rgb(250,208,163); }
H1.HeaderClassName
{
color: #FAD0A3;
}
.AnyTagClassName
{
color: #FAD0A3;
}
</style>
background-color css
<style>
a { background-color: #FAD0A3; }
a { background-color: rgb(250,208,163); }
div.DivClassName
{
background-color: #FAD0A3;
}
.BgClassName
{
background-color: #FAD0A3;
}
</style>
border-color css
<style>
span { border-color: #FAD0A3; }
span { border-color: rgb(250,208,163); }
td.TdClassName
{
border-color: #FAD0A3;
}
.TagClassName
{
border-color: #FAD0A3;
}
</style>