Shades of Tequila #FAD0A8
Tints of Tequila #FAD0A8
RGB
CMYK
RGB Variations
Color information
#FAD0A8 (or 0xFAD0A8) is known color: Tequila. HEX triplet: FA, D0 and A8. RGB value is (250,208,168). Sum of RGB (Red+Green+Blue) = 250+208+168=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 208 (81.64% from 255 or 33.23% from 626); Blue value is 168 (66.02% from 255 or 26.84% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD0A8 is #052F57. Grayscale: #D8D8D8. Windows color (decimal): -339800 or 11063546. OLE color: 11063546.
HSL color Cylindrical-coordinate representation of color #FAD0A8: hue angle of 29.27º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAD0A8 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 208 | 168 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.02 |
| HSL | 29.27º | 0.89% | 0.82% | - |
| HSV(B) | 29.27º | 0.33% | 0.98% | - |
| XYZ | 69.05 | 68.26 | 46.58 | - |
| YUV | 216 | 100.91 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 208 | 168 | 0 | 0.17 | 0.33 | 0.02 | 29.27 | 0.89 | 0.82 |
| Hex | FA | D0 | A8 | 0 | 11 | 21 | 2 | 1D | 59 | 52 |
| Octal | 372 | 320 | 250 | 0 | 21 | 41 | 2 | 35 | 131 | 122 |
| Binary | 11111010 | 11010000 | 10101000 | 0 | 10001 | 100001 | 10 | 11101 | 1011001 | 1010010 |
Color Harmonies of #FAD0A8
Complementary color
Monochromatic Colors of #FAD0A8
Black with #FAD0A8
Text Example
Text Example
White with #FAD0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD0A8; }
p { color: rgb(250,208,168); }
H1.HeaderClassName
{
color: #FAD0A8;
}
.AnyTagClassName
{
color: #FAD0A8;
}
</style>
background-color css
<style>
a { background-color: #FAD0A8; }
a { background-color: rgb(250,208,168); }
div.DivClassName
{
background-color: #FAD0A8;
}
.BgClassName
{
background-color: #FAD0A8;
}
</style>
border-color css
<style>
span { border-color: #FAD0A8; }
span { border-color: rgb(250,208,168); }
td.TdClassName
{
border-color: #FAD0A8;
}
.TagClassName
{
border-color: #FAD0A8;
}
</style>