Shades of Tequila #FAD6A8
Tints of Tequila #FAD6A8
RGB
CMYK
RGB Variations
Color information
#FAD6A8 (or 0xFAD6A8) is known color: Tequila. HEX triplet: FA, D6 and A8. RGB value is (250,214,168). Sum of RGB (Red+Green+Blue) = 250+214+168=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 214 (83.98% from 255 or 33.86% from 632); Blue value is 168 (66.02% from 255 or 26.58% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD6A8 is #052957. Grayscale: #DBDBDB. Windows color (decimal): -338264 or 11065082. OLE color: 11065082.
HSL color Cylindrical-coordinate representation of color #FAD6A8: hue angle of 33.66º 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 #FAD6A8 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 214 | 168 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.02 |
| HSL | 33.66º | 0.89% | 0.82% | - |
| HSV(B) | 33.66º | 0.33% | 0.98% | - |
| XYZ | 70.54 | 71.24 | 47.08 | - |
| YUV | 219.52 | 98.93 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 214 | 168 | 0 | 0.14 | 0.33 | 0.02 | 33.66 | 0.89 | 0.82 |
| Hex | FA | D6 | A8 | 0 | E | 21 | 2 | 22 | 59 | 52 |
| Octal | 372 | 326 | 250 | 0 | 16 | 41 | 2 | 42 | 131 | 122 |
| Binary | 11111010 | 11010110 | 10101000 | 0 | 1110 | 100001 | 10 | 100010 | 1011001 | 1010010 |
Color Harmonies of #FAD6A8
Complementary color
Monochromatic Colors of #FAD6A8
Black with #FAD6A8
Text Example
Text Example
White with #FAD6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD6A8; }
p { color: rgb(250,214,168); }
H1.HeaderClassName
{
color: #FAD6A8;
}
.AnyTagClassName
{
color: #FAD6A8;
}
</style>
background-color css
<style>
a { background-color: #FAD6A8; }
a { background-color: rgb(250,214,168); }
div.DivClassName
{
background-color: #FAD6A8;
}
.BgClassName
{
background-color: #FAD6A8;
}
</style>
border-color css
<style>
span { border-color: #FAD6A8; }
span { border-color: rgb(250,214,168); }
td.TdClassName
{
border-color: #FAD6A8;
}
.TagClassName
{
border-color: #FAD6A8;
}
</style>