Shades of Tequila #F6D3AA
Tints of Tequila #F6D3AA
RGB
CMYK
RGB Variations
Color information
#F6D3AA (or 0xF6D3AA) is known color: Tequila. HEX triplet: F6, D3 and AA. RGB value is (246,211,170). Sum of RGB (Red+Green+Blue) = 246+211+170=627 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.23% from 627); Green value is 211 (82.81% from 255 or 33.65% from 627); Blue value is 170 (66.80% from 255 or 27.11% from 627); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D3AA is #092C55. Grayscale: #D8D8D8. Windows color (decimal): -601174 or 11195382. OLE color: 11195382.
HSL color Cylindrical-coordinate representation of color #F6D3AA: hue angle of 32.37º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6D3AA is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 211 | 170 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.04 |
| HSL | 32.37º | 0.81% | 0.82% | - |
| HSV(B) | 32.37º | 0.31% | 0.96% | - |
| XYZ | 68.56 | 69.08 | 47.75 | - |
| YUV | 216.79 | 101.6 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 211 | 170 | 0 | 0.14 | 0.31 | 0.04 | 32.37 | 0.81 | 0.82 |
| Hex | F6 | D3 | AA | 0 | E | 1F | 4 | 20 | 51 | 52 |
| Octal | 366 | 323 | 252 | 0 | 16 | 37 | 4 | 40 | 121 | 122 |
| Binary | 11110110 | 11010011 | 10101010 | 0 | 1110 | 11111 | 100 | 100000 | 1010001 | 1010010 |
Color Harmonies of #F6D3AA
Complementary color
Monochromatic Colors of #F6D3AA
Black with #F6D3AA
Text Example
Text Example
White with #F6D3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D3AA; }
p { color: rgb(246,211,170); }
H1.HeaderClassName
{
color: #F6D3AA;
}
.AnyTagClassName
{
color: #F6D3AA;
}
</style>
background-color css
<style>
a { background-color: #F6D3AA; }
a { background-color: rgb(246,211,170); }
div.DivClassName
{
background-color: #F6D3AA;
}
.BgClassName
{
background-color: #F6D3AA;
}
</style>
border-color css
<style>
span { border-color: #F6D3AA; }
span { border-color: rgb(246,211,170); }
td.TdClassName
{
border-color: #F6D3AA;
}
.TagClassName
{
border-color: #F6D3AA;
}
</style>