Shades of Tequila #F7CCA2
Tints of Tequila #F7CCA2
RGB
CMYK
RGB Variations
Color information
#F7CCA2 (or 0xF7CCA2) is known color: Tequila. HEX triplet: F7, CC and A2. RGB value is (247,204,162). Sum of RGB (Red+Green+Blue) = 247+204+162=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 162 (63.67% from 255 or 26.43% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CCA2 is #08335D. Grayscale: #D4D4D4. Windows color (decimal): -537438 or 10669303. OLE color: 10669303.
HSL color Cylindrical-coordinate representation of color #F7CCA2: hue angle of 29.65º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F7CCA2 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 204 | 162 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.03 |
| HSL | 29.65º | 0.84% | 0.8% | - |
| HSV(B) | 29.65º | 0.34% | 0.97% | - |
| XYZ | 66.47 | 65.57 | 43.33 | - |
| YUV | 212.07 | 99.75 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 204 | 162 | 0 | 0.17 | 0.34 | 0.03 | 29.65 | 0.84 | 0.8 |
| Hex | F7 | CC | A2 | 0 | 11 | 22 | 3 | 1E | 54 | 50 |
| Octal | 367 | 314 | 242 | 0 | 21 | 42 | 3 | 36 | 124 | 120 |
| Binary | 11110111 | 11001100 | 10100010 | 0 | 10001 | 100010 | 11 | 11110 | 1010100 | 1010000 |
Color Harmonies of #F7CCA2
Complementary color
Monochromatic Colors of #F7CCA2
Black with #F7CCA2
Text Example
Text Example
White with #F7CCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CCA2; }
p { color: rgb(247,204,162); }
H1.HeaderClassName
{
color: #F7CCA2;
}
.AnyTagClassName
{
color: #F7CCA2;
}
</style>
background-color css
<style>
a { background-color: #F7CCA2; }
a { background-color: rgb(247,204,162); }
div.DivClassName
{
background-color: #F7CCA2;
}
.BgClassName
{
background-color: #F7CCA2;
}
</style>
border-color css
<style>
span { border-color: #F7CCA2; }
span { border-color: rgb(247,204,162); }
td.TdClassName
{
border-color: #F7CCA2;
}
.TagClassName
{
border-color: #F7CCA2;
}
</style>