Shades of Tequila #F7D4AC
Tints of Tequila #F7D4AC
RGB
CMYK
RGB Variations
Color information
#F7D4AC (or 0xF7D4AC) is known color: Tequila. HEX triplet: F7, D4 and AC. RGB value is (247,212,172). Sum of RGB (Red+Green+Blue) = 247+212+172=631 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.14% from 631); Green value is 212 (83.20% from 255 or 33.60% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D4AC is #082B53. Grayscale: #DADADA. Windows color (decimal): -535380 or 11326711. OLE color: 11326711.
HSL color Cylindrical-coordinate representation of color #F7D4AC: hue angle of 32º 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 #F7D4AC is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 212 | 172 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.03 |
| HSL | 32º | 0.82% | 0.82% | - |
| HSV(B) | 32º | 0.3% | 0.97% | - |
| XYZ | 69.35 | 69.84 | 48.86 | - |
| YUV | 217.91 | 102.1 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 212 | 172 | 0 | 0.14 | 0.30 | 0.03 | 32 | 0.82 | 0.82 |
| Hex | F7 | D4 | AC | 0 | E | 1E | 3 | 20 | 52 | 52 |
| Octal | 367 | 324 | 254 | 0 | 16 | 36 | 3 | 40 | 122 | 122 |
| Binary | 11110111 | 11010100 | 10101100 | 0 | 1110 | 11110 | 11 | 100000 | 1010010 | 1010010 |
Color Harmonies of #F7D4AC
Complementary color
Monochromatic Colors of #F7D4AC
Black with #F7D4AC
Text Example
Text Example
White with #F7D4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D4AC; }
p { color: rgb(247,212,172); }
H1.HeaderClassName
{
color: #F7D4AC;
}
.AnyTagClassName
{
color: #F7D4AC;
}
</style>
background-color css
<style>
a { background-color: #F7D4AC; }
a { background-color: rgb(247,212,172); }
div.DivClassName
{
background-color: #F7D4AC;
}
.BgClassName
{
background-color: #F7D4AC;
}
</style>
border-color css
<style>
span { border-color: #F7D4AC; }
span { border-color: rgb(247,212,172); }
td.TdClassName
{
border-color: #F7D4AC;
}
.TagClassName
{
border-color: #F7D4AC;
}
</style>