Shades of Tequila #F6CEA6
Tints of Tequila #F6CEA6
RGB
CMYK
RGB Variations
Color information
#F6CEA6 (or 0xF6CEA6) is known color: Tequila. HEX triplet: F6, CE and A6. RGB value is (246,206,166). Sum of RGB (Red+Green+Blue) = 246+206+166=618 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.81% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 166 (65.23% from 255 or 26.86% from 618); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CEA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CEA6 is #093159. Grayscale: #D5D5D5. Windows color (decimal): -602458 or 10931958. OLE color: 10931958.
HSL color Cylindrical-coordinate representation of color #F6CEA6: hue angle of 30º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6CEA6 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 206 | 166 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.04 |
| HSL | 30º | 0.82% | 0.81% | - |
| HSV(B) | 30º | 0.33% | 0.96% | - |
| XYZ | 66.96 | 66.49 | 45.38 | - |
| YUV | 213.4 | 101.25 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 206 | 166 | 0 | 0.16 | 0.33 | 0.04 | 30 | 0.82 | 0.81 |
| Hex | F6 | CE | A6 | 0 | 10 | 21 | 4 | 1E | 52 | 51 |
| Octal | 366 | 316 | 246 | 0 | 20 | 41 | 4 | 36 | 122 | 121 |
| Binary | 11110110 | 11001110 | 10100110 | 0 | 10000 | 100001 | 100 | 11110 | 1010010 | 1010001 |
Color Harmonies of #F6CEA6
Complementary color
Monochromatic Colors of #F6CEA6
Black with #F6CEA6
Text Example
Text Example
White with #F6CEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CEA6; }
p { color: rgb(246,206,166); }
H1.HeaderClassName
{
color: #F6CEA6;
}
.AnyTagClassName
{
color: #F6CEA6;
}
</style>
background-color css
<style>
a { background-color: #F6CEA6; }
a { background-color: rgb(246,206,166); }
div.DivClassName
{
background-color: #F6CEA6;
}
.BgClassName
{
background-color: #F6CEA6;
}
</style>
border-color css
<style>
span { border-color: #F6CEA6; }
span { border-color: rgb(246,206,166); }
td.TdClassName
{
border-color: #F6CEA6;
}
.TagClassName
{
border-color: #F6CEA6;
}
</style>