Shades of Tequila #F7CEA0
Tints of Tequila #F7CEA0
RGB
CMYK
RGB Variations
Color information
#F7CEA0 (or 0xF7CEA0) is known color: Tequila. HEX triplet: F7, CE and A0. RGB value is (247,206,160). Sum of RGB (Red+Green+Blue) = 247+206+160=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 160 (62.89% from 255 or 26.10% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CEA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CEA0 is #08315F. Grayscale: #D5D5D5. Windows color (decimal): -536928 or 10538743. OLE color: 10538743.
HSL color Cylindrical-coordinate representation of color #F7CEA0: hue angle of 31.72º 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 #F7CEA0 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 206 | 160 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.03 |
| HSL | 31.72º | 0.84% | 0.8% | - |
| HSV(B) | 31.72º | 0.35% | 0.97% | - |
| XYZ | 66.77 | 66.45 | 42.57 | - |
| YUV | 213.02 | 98.08 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 206 | 160 | 0 | 0.17 | 0.35 | 0.03 | 31.72 | 0.84 | 0.8 |
| Hex | F7 | CE | A0 | 0 | 11 | 23 | 3 | 20 | 54 | 50 |
| Octal | 367 | 316 | 240 | 0 | 21 | 43 | 3 | 40 | 124 | 120 |
| Binary | 11110111 | 11001110 | 10100000 | 0 | 10001 | 100011 | 11 | 100000 | 1010100 | 1010000 |
Color Harmonies of #F7CEA0
Complementary color
Monochromatic Colors of #F7CEA0
Black with #F7CEA0
Text Example
Text Example
White with #F7CEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CEA0; }
p { color: rgb(247,206,160); }
H1.HeaderClassName
{
color: #F7CEA0;
}
.AnyTagClassName
{
color: #F7CEA0;
}
</style>
background-color css
<style>
a { background-color: #F7CEA0; }
a { background-color: rgb(247,206,160); }
div.DivClassName
{
background-color: #F7CEA0;
}
.BgClassName
{
background-color: #F7CEA0;
}
</style>
border-color css
<style>
span { border-color: #F7CEA0; }
span { border-color: rgb(247,206,160); }
td.TdClassName
{
border-color: #F7CEA0;
}
.TagClassName
{
border-color: #F7CEA0;
}
</style>