Shades of Tequila #F6CE9E
Tints of Tequila #F6CE9E
RGB
CMYK
RGB Variations
Color information
#F6CE9E (or 0xF6CE9E) is known color: Tequila. HEX triplet: F6, CE and 9E. RGB value is (246,206,158). Sum of RGB (Red+Green+Blue) = 246+206+158=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 158 (62.11% from 255 or 25.90% from 610); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CE9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CE9E is #093161. Grayscale: #D4D4D4. Windows color (decimal): -602466 or 10407670. OLE color: 10407670.
HSL color Cylindrical-coordinate representation of color #F6CE9E: hue angle of 32.73º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F6CE9E is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 206 | 158 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.04 |
| HSL | 32.73º | 0.83% | 0.79% | - |
| HSV(B) | 32.73º | 0.36% | 0.96% | - |
| XYZ | 66.25 | 66.2 | 41.63 | - |
| YUV | 212.49 | 97.25 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 206 | 158 | 0 | 0.16 | 0.36 | 0.04 | 32.73 | 0.83 | 0.79 |
| Hex | F6 | CE | 9E | 0 | 10 | 24 | 4 | 21 | 53 | 4F |
| Octal | 366 | 316 | 236 | 0 | 20 | 44 | 4 | 41 | 123 | 117 |
| Binary | 11110110 | 11001110 | 10011110 | 0 | 10000 | 100100 | 100 | 100001 | 1010011 | 1001111 |
Color Harmonies of #F6CE9E
Complementary color
Monochromatic Colors of #F6CE9E
Black with #F6CE9E
Text Example
Text Example
White with #F6CE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CE9E; }
p { color: rgb(246,206,158); }
H1.HeaderClassName
{
color: #F6CE9E;
}
.AnyTagClassName
{
color: #F6CE9E;
}
</style>
background-color css
<style>
a { background-color: #F6CE9E; }
a { background-color: rgb(246,206,158); }
div.DivClassName
{
background-color: #F6CE9E;
}
.BgClassName
{
background-color: #F6CE9E;
}
</style>
border-color css
<style>
span { border-color: #F6CE9E; }
span { border-color: rgb(246,206,158); }
td.TdClassName
{
border-color: #F6CE9E;
}
.TagClassName
{
border-color: #F6CE9E;
}
</style>