Shades of Tequila #F7D1AA
Tints of Tequila #F7D1AA
RGB
CMYK
RGB Variations
Color information
#F7D1AA (or 0xF7D1AA) is known color: Tequila. HEX triplet: F7, D1 and AA. RGB value is (247,209,170). Sum of RGB (Red+Green+Blue) = 247+209+170=626 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.46% from 626); Green value is 209 (82.03% from 255 or 33.39% from 626); Blue value is 170 (66.80% from 255 or 27.16% from 626); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D1AA is #082E55. Grayscale: #D8D8D8. Windows color (decimal): -536150 or 11194871. OLE color: 11194871.
HSL color Cylindrical-coordinate representation of color #F7D1AA: hue angle of 30.39º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F7D1AA is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 209 | 170 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.03 |
| HSL | 30.39º | 0.83% | 0.82% | - |
| HSV(B) | 30.39º | 0.31% | 0.97% | - |
| XYZ | 68.41 | 68.28 | 47.6 | - |
| YUV | 215.92 | 102.09 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 209 | 170 | 0 | 0.15 | 0.31 | 0.03 | 30.39 | 0.83 | 0.82 |
| Hex | F7 | D1 | AA | 0 | F | 1F | 3 | 1E | 53 | 52 |
| Octal | 367 | 321 | 252 | 0 | 17 | 37 | 3 | 36 | 123 | 122 |
| Binary | 11110111 | 11010001 | 10101010 | 0 | 1111 | 11111 | 11 | 11110 | 1010011 | 1010010 |
Color Harmonies of #F7D1AA
Complementary color
Monochromatic Colors of #F7D1AA
Black with #F7D1AA
Text Example
Text Example
White with #F7D1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D1AA; }
p { color: rgb(247,209,170); }
H1.HeaderClassName
{
color: #F7D1AA;
}
.AnyTagClassName
{
color: #F7D1AA;
}
</style>
background-color css
<style>
a { background-color: #F7D1AA; }
a { background-color: rgb(247,209,170); }
div.DivClassName
{
background-color: #F7D1AA;
}
.BgClassName
{
background-color: #F7D1AA;
}
</style>
border-color css
<style>
span { border-color: #F7D1AA; }
span { border-color: rgb(247,209,170); }
td.TdClassName
{
border-color: #F7D1AA;
}
.TagClassName
{
border-color: #F7D1AA;
}
</style>