Shades of Tequila #F7D6AB
Tints of Tequila #F7D6AB
RGB
CMYK
RGB Variations
Color information
#F7D6AB (or 0xF7D6AB) is known color: Tequila. HEX triplet: F7, D6 and AB. RGB value is (247,214,171). Sum of RGB (Red+Green+Blue) = 247+214+171=632 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.08% from 632); Green value is 214 (83.98% from 255 or 33.86% from 632); Blue value is 171 (67.19% from 255 or 27.06% from 632); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D6AB is #082954. Grayscale: #DBDBDB. Windows color (decimal): -534869 or 11261687. OLE color: 11261687.
HSL color Cylindrical-coordinate representation of color #F7D6AB: hue angle of 33.95º 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 #F7D6AB is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 214 | 171 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.03 |
| HSL | 33.95º | 0.83% | 0.82% | - |
| HSV(B) | 33.95º | 0.31% | 0.97% | - |
| XYZ | 69.76 | 70.81 | 48.52 | - |
| YUV | 218.97 | 100.93 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 214 | 171 | 0 | 0.13 | 0.31 | 0.03 | 33.95 | 0.83 | 0.82 |
| Hex | F7 | D6 | AB | 0 | D | 1F | 3 | 22 | 53 | 52 |
| Octal | 367 | 326 | 253 | 0 | 15 | 37 | 3 | 42 | 123 | 122 |
| Binary | 11110111 | 11010110 | 10101011 | 0 | 1101 | 11111 | 11 | 100010 | 1010011 | 1010010 |
Color Harmonies of #F7D6AB
Complementary color
Monochromatic Colors of #F7D6AB
Black with #F7D6AB
Text Example
Text Example
White with #F7D6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D6AB; }
p { color: rgb(247,214,171); }
H1.HeaderClassName
{
color: #F7D6AB;
}
.AnyTagClassName
{
color: #F7D6AB;
}
</style>
background-color css
<style>
a { background-color: #F7D6AB; }
a { background-color: rgb(247,214,171); }
div.DivClassName
{
background-color: #F7D6AB;
}
.BgClassName
{
background-color: #F7D6AB;
}
</style>
border-color css
<style>
span { border-color: #F7D6AB; }
span { border-color: rgb(247,214,171); }
td.TdClassName
{
border-color: #F7D6AB;
}
.TagClassName
{
border-color: #F7D6AB;
}
</style>