Shades of Tequila #F8CE9E
Tints of Tequila #F8CE9E
RGB
CMYK
RGB Variations
Color information
#F8CE9E (or 0xF8CE9E) is known color: Tequila. HEX triplet: F8, CE and 9E. RGB value is (248,206,158). Sum of RGB (Red+Green+Blue) = 248+206+158=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 158 (62.11% from 255 or 25.82% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CE9E is #073161. Grayscale: #D5D5D5. Windows color (decimal): -471394 or 10407672. OLE color: 10407672.
HSL color Cylindrical-coordinate representation of color #F8CE9E: hue angle of 32º degrees, saturation: 0.87, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F8CE9E is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 158 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.03 |
| HSL | 32º | 0.87% | 0.8% | - |
| HSV(B) | 32º | 0.36% | 0.97% | - |
| XYZ | 66.95 | 66.57 | 41.67 | - |
| YUV | 213.09 | 96.91 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 158 | 0 | 0.17 | 0.36 | 0.03 | 32 | 0.87 | 0.8 |
| Hex | F8 | CE | 9E | 0 | 11 | 24 | 3 | 20 | 57 | 50 |
| Octal | 370 | 316 | 236 | 0 | 21 | 44 | 3 | 40 | 127 | 120 |
| Binary | 11111000 | 11001110 | 10011110 | 0 | 10001 | 100100 | 11 | 100000 | 1010111 | 1010000 |
Color Harmonies of #F8CE9E
Complementary color
Monochromatic Colors of #F8CE9E
Black with #F8CE9E
Text Example
Text Example
White with #F8CE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CE9E; }
p { color: rgb(248,206,158); }
H1.HeaderClassName
{
color: #F8CE9E;
}
.AnyTagClassName
{
color: #F8CE9E;
}
</style>
background-color css
<style>
a { background-color: #F8CE9E; }
a { background-color: rgb(248,206,158); }
div.DivClassName
{
background-color: #F8CE9E;
}
.BgClassName
{
background-color: #F8CE9E;
}
</style>
border-color css
<style>
span { border-color: #F8CE9E; }
span { border-color: rgb(248,206,158); }
td.TdClassName
{
border-color: #F8CE9E;
}
.TagClassName
{
border-color: #F8CE9E;
}
</style>