Shades of Tequila #F6CEA2
Tints of Tequila #F6CEA2
RGB
CMYK
RGB Variations
Color information
#F6CEA2 (or 0xF6CEA2) is known color: Tequila. HEX triplet: F6, CE and A2. RGB value is (246,206,162). Sum of RGB (Red+Green+Blue) = 246+206+162=614 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.07% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 162 (63.67% from 255 or 26.38% from 614); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CEA2 is #09315D. Grayscale: #D5D5D5. Windows color (decimal): -602462 or 10669814. OLE color: 10669814.
HSL color Cylindrical-coordinate representation of color #F6CEA2: hue angle of 31.43º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F6CEA2 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 206 | 162 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.04 |
| HSL | 31.43º | 0.82% | 0.8% | - |
| HSV(B) | 31.43º | 0.34% | 0.96% | - |
| XYZ | 66.6 | 66.34 | 43.48 | - |
| YUV | 212.94 | 99.25 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 206 | 162 | 0 | 0.16 | 0.34 | 0.04 | 31.43 | 0.82 | 0.8 |
| Hex | F6 | CE | A2 | 0 | 10 | 22 | 4 | 1F | 52 | 50 |
| Octal | 366 | 316 | 242 | 0 | 20 | 42 | 4 | 37 | 122 | 120 |
| Binary | 11110110 | 11001110 | 10100010 | 0 | 10000 | 100010 | 100 | 11111 | 1010010 | 1010000 |
Color Harmonies of #F6CEA2
Complementary color
Monochromatic Colors of #F6CEA2
Black with #F6CEA2
Text Example
Text Example
White with #F6CEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CEA2; }
p { color: rgb(246,206,162); }
H1.HeaderClassName
{
color: #F6CEA2;
}
.AnyTagClassName
{
color: #F6CEA2;
}
</style>
background-color css
<style>
a { background-color: #F6CEA2; }
a { background-color: rgb(246,206,162); }
div.DivClassName
{
background-color: #F6CEA2;
}
.BgClassName
{
background-color: #F6CEA2;
}
</style>
border-color css
<style>
span { border-color: #F6CEA2; }
span { border-color: rgb(246,206,162); }
td.TdClassName
{
border-color: #F6CEA2;
}
.TagClassName
{
border-color: #F6CEA2;
}
</style>