Shades of Tequila #F0CEA7
Tints of Tequila #F0CEA7
RGB
CMYK
RGB Variations
Color information
#F0CEA7 (or 0xF0CEA7) is known color: Tequila. HEX triplet: F0, CE and A7. RGB value is (240,206,167). Sum of RGB (Red+Green+Blue) = 240+206+167=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 167 (65.62% from 255 or 27.24% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CEA7 is #0F3158. Grayscale: #D3D3D3. Windows color (decimal): -995673 or 10997488. OLE color: 10997488.
HSL color Cylindrical-coordinate representation of color #F0CEA7: hue angle of 32.05º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0CEA7 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 167 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.06 |
| HSL | 32.05º | 0.71% | 0.8% | - |
| HSV(B) | 32.05º | 0.3% | 0.94% | - |
| XYZ | 64.98 | 65.46 | 45.77 | - |
| YUV | 211.72 | 102.76 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 167 | 0 | 0.14 | 0.30 | 0.06 | 32.05 | 0.71 | 0.8 |
| Hex | F0 | CE | A7 | 0 | E | 1E | 6 | 20 | 47 | 50 |
| Octal | 360 | 316 | 247 | 0 | 16 | 36 | 6 | 40 | 107 | 120 |
| Binary | 11110000 | 11001110 | 10100111 | 0 | 1110 | 11110 | 110 | 100000 | 1000111 | 1010000 |
Color Harmonies of #F0CEA7
Complementary color
Monochromatic Colors of #F0CEA7
Black with #F0CEA7
Text Example
Text Example
White with #F0CEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CEA7; }
p { color: rgb(240,206,167); }
H1.HeaderClassName
{
color: #F0CEA7;
}
.AnyTagClassName
{
color: #F0CEA7;
}
</style>
background-color css
<style>
a { background-color: #F0CEA7; }
a { background-color: rgb(240,206,167); }
div.DivClassName
{
background-color: #F0CEA7;
}
.BgClassName
{
background-color: #F0CEA7;
}
</style>
border-color css
<style>
span { border-color: #F0CEA7; }
span { border-color: rgb(240,206,167); }
td.TdClassName
{
border-color: #F0CEA7;
}
.TagClassName
{
border-color: #F0CEA7;
}
</style>