Shades of Tequila #F7D4AB
Tints of Tequila #F7D4AB
RGB
CMYK
RGB Variations
Color information
#F7D4AB (or 0xF7D4AB) is known color: Tequila. HEX triplet: F7, D4 and AB. RGB value is (247,212,171). Sum of RGB (Red+Green+Blue) = 247+212+171=630 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.21% from 630); Green value is 212 (83.20% from 255 or 33.65% from 630); Blue value is 171 (67.19% from 255 or 27.14% from 630); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D4AB is #082B54. Grayscale: #D9D9D9. Windows color (decimal): -535381 or 11261175. OLE color: 11261175.
HSL color Cylindrical-coordinate representation of color #F7D4AB: hue angle of 32.37º 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 #F7D4AB is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 212 | 171 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.03 |
| HSL | 32.37º | 0.83% | 0.82% | - |
| HSV(B) | 32.37º | 0.31% | 0.97% | - |
| XYZ | 69.25 | 69.8 | 48.35 | - |
| YUV | 217.79 | 101.6 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 212 | 171 | 0 | 0.14 | 0.31 | 0.03 | 32.37 | 0.83 | 0.82 |
| Hex | F7 | D4 | AB | 0 | E | 1F | 3 | 20 | 53 | 52 |
| Octal | 367 | 324 | 253 | 0 | 16 | 37 | 3 | 40 | 123 | 122 |
| Binary | 11110111 | 11010100 | 10101011 | 0 | 1110 | 11111 | 11 | 100000 | 1010011 | 1010010 |
Color Harmonies of #F7D4AB
Complementary color
Monochromatic Colors of #F7D4AB
Black with #F7D4AB
Text Example
Text Example
White with #F7D4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D4AB; }
p { color: rgb(247,212,171); }
H1.HeaderClassName
{
color: #F7D4AB;
}
.AnyTagClassName
{
color: #F7D4AB;
}
</style>
background-color css
<style>
a { background-color: #F7D4AB; }
a { background-color: rgb(247,212,171); }
div.DivClassName
{
background-color: #F7D4AB;
}
.BgClassName
{
background-color: #F7D4AB;
}
</style>
border-color css
<style>
span { border-color: #F7D4AB; }
span { border-color: rgb(247,212,171); }
td.TdClassName
{
border-color: #F7D4AB;
}
.TagClassName
{
border-color: #F7D4AB;
}
</style>