Shades of Tequila #F7CAA0
Tints of Tequila #F7CAA0
RGB
CMYK
RGB Variations
Color information
#F7CAA0 (or 0xF7CAA0) is known color: Tequila. HEX triplet: F7, CA and A0. RGB value is (247,202,160). Sum of RGB (Red+Green+Blue) = 247+202+160=609 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.56% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 160 (62.89% from 255 or 26.27% from 609); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CAA0 is #08355F. Grayscale: #D2D2D2. Windows color (decimal): -537952 or 10537719. OLE color: 10537719.
HSL color Cylindrical-coordinate representation of color #F7CAA0: hue angle of 28.97º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F7CAA0 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 202 | 160 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.03 |
| HSL | 28.97º | 0.84% | 0.8% | - |
| HSV(B) | 28.97º | 0.35% | 0.97% | - |
| XYZ | 65.82 | 64.55 | 42.25 | - |
| YUV | 210.67 | 99.41 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 202 | 160 | 0 | 0.18 | 0.35 | 0.03 | 28.97 | 0.84 | 0.8 |
| Hex | F7 | CA | A0 | 0 | 12 | 23 | 3 | 1D | 54 | 50 |
| Octal | 367 | 312 | 240 | 0 | 22 | 43 | 3 | 35 | 124 | 120 |
| Binary | 11110111 | 11001010 | 10100000 | 0 | 10010 | 100011 | 11 | 11101 | 1010100 | 1010000 |
Color Harmonies of #F7CAA0
Complementary color
Monochromatic Colors of #F7CAA0
Black with #F7CAA0
Text Example
Text Example
White with #F7CAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CAA0; }
p { color: rgb(247,202,160); }
H1.HeaderClassName
{
color: #F7CAA0;
}
.AnyTagClassName
{
color: #F7CAA0;
}
</style>
background-color css
<style>
a { background-color: #F7CAA0; }
a { background-color: rgb(247,202,160); }
div.DivClassName
{
background-color: #F7CAA0;
}
.BgClassName
{
background-color: #F7CAA0;
}
</style>
border-color css
<style>
span { border-color: #F7CAA0; }
span { border-color: rgb(247,202,160); }
td.TdClassName
{
border-color: #F7CAA0;
}
.TagClassName
{
border-color: #F7CAA0;
}
</style>