Shades of Tequila #F8CEA0
Tints of Tequila #F8CEA0
RGB
CMYK
RGB Variations
Color information
#F8CEA0 (or 0xF8CEA0) is known color: Tequila. HEX triplet: F8, CE and A0. RGB value is (248,206,160). Sum of RGB (Red+Green+Blue) = 248+206+160=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 160 (62.89% from 255 or 26.06% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CEA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CEA0 is #07315F. Grayscale: #D5D5D5. Windows color (decimal): -471392 or 10538744. OLE color: 10538744.
HSL color Cylindrical-coordinate representation of color #F8CEA0: hue angle of 31.36º degrees, saturation: 0.86, 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 #F8CEA0 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 160 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.03 |
| HSL | 31.36º | 0.86% | 0.8% | - |
| HSV(B) | 31.36º | 0.35% | 0.97% | - |
| XYZ | 67.13 | 66.64 | 42.58 | - |
| YUV | 213.31 | 97.91 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 160 | 0 | 0.17 | 0.35 | 0.03 | 31.36 | 0.86 | 0.8 |
| Hex | F8 | CE | A0 | 0 | 11 | 23 | 3 | 1F | 56 | 50 |
| Octal | 370 | 316 | 240 | 0 | 21 | 43 | 3 | 37 | 126 | 120 |
| Binary | 11111000 | 11001110 | 10100000 | 0 | 10001 | 100011 | 11 | 11111 | 1010110 | 1010000 |
Color Harmonies of #F8CEA0
Complementary color
Monochromatic Colors of #F8CEA0
Black with #F8CEA0
Text Example
Text Example
White with #F8CEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CEA0; }
p { color: rgb(248,206,160); }
H1.HeaderClassName
{
color: #F8CEA0;
}
.AnyTagClassName
{
color: #F8CEA0;
}
</style>
background-color css
<style>
a { background-color: #F8CEA0; }
a { background-color: rgb(248,206,160); }
div.DivClassName
{
background-color: #F8CEA0;
}
.BgClassName
{
background-color: #F8CEA0;
}
</style>
border-color css
<style>
span { border-color: #F8CEA0; }
span { border-color: rgb(248,206,160); }
td.TdClassName
{
border-color: #F8CEA0;
}
.TagClassName
{
border-color: #F8CEA0;
}
</style>