Shades of Tequila #F0CEA8
Tints of Tequila #F0CEA8
RGB
CMYK
RGB Variations
Color information
#F0CEA8 (or 0xF0CEA8) is known color: Tequila. HEX triplet: F0, CE and A8. RGB value is (240,206,168). Sum of RGB (Red+Green+Blue) = 240+206+168=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 168 (66.02% from 255 or 27.36% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CEA8 is #0F3157. Grayscale: #D4D4D4. Windows color (decimal): -995672 or 11063024. OLE color: 11063024.
HSL color Cylindrical-coordinate representation of color #F0CEA8: hue angle of 31.67º 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 #F0CEA8 is Cyan = 0, Magento = 0.14, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 168 | - |
| CMYK | 0 | 0.14 | 0.3 | 0.06 |
| HSL | 31.67º | 0.71% | 0.8% | - |
| HSV(B) | 31.67º | 0.3% | 0.94% | - |
| XYZ | 65.07 | 65.5 | 46.26 | - |
| YUV | 211.83 | 103.26 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 168 | 0 | 0.14 | 0.3 | 0.06 | 31.67 | 0.71 | 0.8 |
| Hex | F0 | CE | A8 | 0 | E | 1E | 6 | 20 | 47 | 50 |
| Octal | 360 | 316 | 250 | 0 | 16 | 36 | 6 | 40 | 107 | 120 |
| Binary | 11110000 | 11001110 | 10101000 | 0 | 1110 | 11110 | 110 | 100000 | 1000111 | 1010000 |
Color Harmonies of #F0CEA8
Complementary color
Monochromatic Colors of #F0CEA8
Black with #F0CEA8
Text Example
Text Example
White with #F0CEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CEA8; }
p { color: rgb(240,206,168); }
H1.HeaderClassName
{
color: #F0CEA8;
}
.AnyTagClassName
{
color: #F0CEA8;
}
</style>
background-color css
<style>
a { background-color: #F0CEA8; }
a { background-color: rgb(240,206,168); }
div.DivClassName
{
background-color: #F0CEA8;
}
.BgClassName
{
background-color: #F0CEA8;
}
</style>
border-color css
<style>
span { border-color: #F0CEA8; }
span { border-color: rgb(240,206,168); }
td.TdClassName
{
border-color: #F0CEA8;
}
.TagClassName
{
border-color: #F0CEA8;
}
</style>