Shades of Tequila #F7D0AB
Tints of Tequila #F7D0AB
RGB
CMYK
RGB Variations
Color information
#F7D0AB (or 0xF7D0AB) is known color: Tequila. HEX triplet: F7, D0 and AB. RGB value is (247,208,171). Sum of RGB (Red+Green+Blue) = 247+208+171=626 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.46% from 626); Green value is 208 (81.64% from 255 or 33.23% from 626); Blue value is 171 (67.19% from 255 or 27.32% from 626); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D0AB is #082F54. Grayscale: #D7D7D7. Windows color (decimal): -536405 or 11260151. OLE color: 11260151.
HSL color Cylindrical-coordinate representation of color #F7D0AB: hue angle of 29.21º 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 #F7D0AB is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 208 | 171 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.03 |
| HSL | 29.21º | 0.83% | 0.82% | - |
| HSV(B) | 29.21º | 0.31% | 0.97% | - |
| XYZ | 68.26 | 67.83 | 48.02 | - |
| YUV | 215.44 | 102.92 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 208 | 171 | 0 | 0.16 | 0.31 | 0.03 | 29.21 | 0.83 | 0.82 |
| Hex | F7 | D0 | AB | 0 | 10 | 1F | 3 | 1D | 53 | 52 |
| Octal | 367 | 320 | 253 | 0 | 20 | 37 | 3 | 35 | 123 | 122 |
| Binary | 11110111 | 11010000 | 10101011 | 0 | 10000 | 11111 | 11 | 11101 | 1010011 | 1010010 |
Color Harmonies of #F7D0AB
Complementary color
Monochromatic Colors of #F7D0AB
Black with #F7D0AB
Text Example
Text Example
White with #F7D0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D0AB; }
p { color: rgb(247,208,171); }
H1.HeaderClassName
{
color: #F7D0AB;
}
.AnyTagClassName
{
color: #F7D0AB;
}
</style>
background-color css
<style>
a { background-color: #F7D0AB; }
a { background-color: rgb(247,208,171); }
div.DivClassName
{
background-color: #F7D0AB;
}
.BgClassName
{
background-color: #F7D0AB;
}
</style>
border-color css
<style>
span { border-color: #F7D0AB; }
span { border-color: rgb(247,208,171); }
td.TdClassName
{
border-color: #F7D0AB;
}
.TagClassName
{
border-color: #F7D0AB;
}
</style>