Shades of Tequila #FAD0A6
Tints of Tequila #FAD0A6
RGB
CMYK
RGB Variations
Color information
#FAD0A6 (or 0xFAD0A6) is known color: Tequila. HEX triplet: FA, D0 and A6. RGB value is (250,208,166). Sum of RGB (Red+Green+Blue) = 250+208+166=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 208 (81.64% from 255 or 33.33% from 624); Blue value is 166 (65.23% from 255 or 26.60% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD0A6 is #052F59. Grayscale: #D7D7D7. Windows color (decimal): -339802 or 10932474. OLE color: 10932474.
HSL color Cylindrical-coordinate representation of color #FAD0A6: 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.34%. Process color model (Four color, CMYK) of #FAD0A6 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 208 | 166 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.02 |
| HSL | 30º | 0.89% | 0.82% | - |
| HSV(B) | 30º | 0.34% | 0.98% | - |
| XYZ | 68.86 | 68.19 | 45.61 | - |
| YUV | 215.77 | 99.91 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 208 | 166 | 0 | 0.17 | 0.34 | 0.02 | 30 | 0.89 | 0.82 |
| Hex | FA | D0 | A6 | 0 | 11 | 22 | 2 | 1E | 59 | 52 |
| Octal | 372 | 320 | 246 | 0 | 21 | 42 | 2 | 36 | 131 | 122 |
| Binary | 11111010 | 11010000 | 10100110 | 0 | 10001 | 100010 | 10 | 11110 | 1011001 | 1010010 |
Color Harmonies of #FAD0A6
Complementary color
Monochromatic Colors of #FAD0A6
Black with #FAD0A6
Text Example
Text Example
White with #FAD0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD0A6; }
p { color: rgb(250,208,166); }
H1.HeaderClassName
{
color: #FAD0A6;
}
.AnyTagClassName
{
color: #FAD0A6;
}
</style>
background-color css
<style>
a { background-color: #FAD0A6; }
a { background-color: rgb(250,208,166); }
div.DivClassName
{
background-color: #FAD0A6;
}
.BgClassName
{
background-color: #FAD0A6;
}
</style>
border-color css
<style>
span { border-color: #FAD0A6; }
span { border-color: rgb(250,208,166); }
td.TdClassName
{
border-color: #FAD0A6;
}
.TagClassName
{
border-color: #FAD0A6;
}
</style>