Shades of Tequila #F6CB9E
Tints of Tequila #F6CB9E
RGB
CMYK
RGB Variations
Color information
#F6CB9E (or 0xF6CB9E) is known color: Tequila. HEX triplet: F6, CB and 9E. RGB value is (246,203,158). Sum of RGB (Red+Green+Blue) = 246+203+158=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 158 (62.11% from 255 or 26.03% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CB9E is #093461. Grayscale: #D2D2D2. Windows color (decimal): -603234 or 10406902. OLE color: 10406902.
HSL color Cylindrical-coordinate representation of color #F6CB9E: hue angle of 30.68º 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 #F6CB9E is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 203 | 158 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.04 |
| HSL | 30.68º | 0.83% | 0.79% | - |
| HSV(B) | 30.68º | 0.36% | 0.96% | - |
| XYZ | 65.53 | 64.77 | 41.4 | - |
| YUV | 210.73 | 98.25 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 203 | 158 | 0 | 0.17 | 0.36 | 0.04 | 30.68 | 0.83 | 0.79 |
| Hex | F6 | CB | 9E | 0 | 11 | 24 | 4 | 1F | 53 | 4F |
| Octal | 366 | 313 | 236 | 0 | 21 | 44 | 4 | 37 | 123 | 117 |
| Binary | 11110110 | 11001011 | 10011110 | 0 | 10001 | 100100 | 100 | 11111 | 1010011 | 1001111 |
Color Harmonies of #F6CB9E
Complementary color
Monochromatic Colors of #F6CB9E
Black with #F6CB9E
Text Example
Text Example
White with #F6CB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CB9E; }
p { color: rgb(246,203,158); }
H1.HeaderClassName
{
color: #F6CB9E;
}
.AnyTagClassName
{
color: #F6CB9E;
}
</style>
background-color css
<style>
a { background-color: #F6CB9E; }
a { background-color: rgb(246,203,158); }
div.DivClassName
{
background-color: #F6CB9E;
}
.BgClassName
{
background-color: #F6CB9E;
}
</style>
border-color css
<style>
span { border-color: #F6CB9E; }
span { border-color: rgb(246,203,158); }
td.TdClassName
{
border-color: #F6CB9E;
}
.TagClassName
{
border-color: #F6CB9E;
}
</style>