Shades of Tequila #F0CEA9
Tints of Tequila #F0CEA9
RGB
CMYK
RGB Variations
Color information
#F0CEA9 (or 0xF0CEA9) is known color: Tequila. HEX triplet: F0, CE and A9. RGB value is (240,206,169). Sum of RGB (Red+Green+Blue) = 240+206+169=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 169 (66.41% from 255 or 27.48% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CEA9 is #0F3156. Grayscale: #D4D4D4. Windows color (decimal): -995671 or 11128560. OLE color: 11128560.
HSL color Cylindrical-coordinate representation of color #F0CEA9: hue angle of 31.27º degrees, saturation: 0.7, 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 #F0CEA9 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 169 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.06 |
| HSL | 31.27º | 0.7% | 0.8% | - |
| HSV(B) | 31.27º | 0.3% | 0.94% | - |
| XYZ | 65.17 | 65.53 | 46.75 | - |
| YUV | 211.95 | 103.76 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 169 | 0 | 0.14 | 0.30 | 0.06 | 31.27 | 0.7 | 0.8 |
| Hex | F0 | CE | A9 | 0 | E | 1E | 6 | 1F | 46 | 50 |
| Octal | 360 | 316 | 251 | 0 | 16 | 36 | 6 | 37 | 106 | 120 |
| Binary | 11110000 | 11001110 | 10101001 | 0 | 1110 | 11110 | 110 | 11111 | 1000110 | 1010000 |
Color Harmonies of #F0CEA9
Complementary color
Monochromatic Colors of #F0CEA9
Black with #F0CEA9
Text Example
Text Example
White with #F0CEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CEA9; }
p { color: rgb(240,206,169); }
H1.HeaderClassName
{
color: #F0CEA9;
}
.AnyTagClassName
{
color: #F0CEA9;
}
</style>
background-color css
<style>
a { background-color: #F0CEA9; }
a { background-color: rgb(240,206,169); }
div.DivClassName
{
background-color: #F0CEA9;
}
.BgClassName
{
background-color: #F0CEA9;
}
</style>
border-color css
<style>
span { border-color: #F0CEA9; }
span { border-color: rgb(240,206,169); }
td.TdClassName
{
border-color: #F0CEA9;
}
.TagClassName
{
border-color: #F0CEA9;
}
</style>