Shades of Tequila #F7D2AD
Tints of Tequila #F7D2AD
RGB
CMYK
RGB Variations
Color information
#F7D2AD (or 0xF7D2AD) is known color: Tequila. HEX triplet: F7, D2 and AD. RGB value is (247,210,173). Sum of RGB (Red+Green+Blue) = 247+210+173=630 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.21% from 630); Green value is 210 (82.42% from 255 or 33.33% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D2AD is #082D52. Grayscale: #D9D9D9. Windows color (decimal): -535891 or 11391735. OLE color: 11391735.
HSL color Cylindrical-coordinate representation of color #F7D2AD: hue angle of 30º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7D2AD is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 210 | 173 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.03 |
| HSL | 30º | 0.82% | 0.82% | - |
| HSV(B) | 30º | 0.3% | 0.97% | - |
| XYZ | 68.95 | 68.88 | 49.2 | - |
| YUV | 216.85 | 103.26 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 210 | 173 | 0 | 0.15 | 0.30 | 0.03 | 30 | 0.82 | 0.82 |
| Hex | F7 | D2 | AD | 0 | F | 1E | 3 | 1E | 52 | 52 |
| Octal | 367 | 322 | 255 | 0 | 17 | 36 | 3 | 36 | 122 | 122 |
| Binary | 11110111 | 11010010 | 10101101 | 0 | 1111 | 11110 | 11 | 11110 | 1010010 | 1010010 |
Color Harmonies of #F7D2AD
Complementary color
Monochromatic Colors of #F7D2AD
Black with #F7D2AD
Text Example
Text Example
White with #F7D2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D2AD; }
p { color: rgb(247,210,173); }
H1.HeaderClassName
{
color: #F7D2AD;
}
.AnyTagClassName
{
color: #F7D2AD;
}
</style>
background-color css
<style>
a { background-color: #F7D2AD; }
a { background-color: rgb(247,210,173); }
div.DivClassName
{
background-color: #F7D2AD;
}
.BgClassName
{
background-color: #F7D2AD;
}
</style>
border-color css
<style>
span { border-color: #F7D2AD; }
span { border-color: rgb(247,210,173); }
td.TdClassName
{
border-color: #F7D2AD;
}
.TagClassName
{
border-color: #F7D2AD;
}
</style>