Shades of Tequila #F6D4A4
Tints of Tequila #F6D4A4
RGB
CMYK
RGB Variations
Color information
#F6D4A4 (or 0xF6D4A4) is known color: Tequila. HEX triplet: F6, D4 and A4. RGB value is (246,212,164). Sum of RGB (Red+Green+Blue) = 246+212+164=622 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.55% from 622); Green value is 212 (83.20% from 255 or 34.08% from 622); Blue value is 164 (64.45% from 255 or 26.37% from 622); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D4A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D4A4 is #092B5B. Grayscale: #D8D8D8. Windows color (decimal): -600924 or 10802422. OLE color: 10802422.
HSL color Cylindrical-coordinate representation of color #F6D4A4: hue angle of 35.12º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6D4A4 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 212 | 164 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.04 |
| HSL | 35.12º | 0.82% | 0.8% | - |
| HSV(B) | 35.12º | 0.33% | 0.96% | - |
| XYZ | 68.25 | 69.36 | 44.91 | - |
| YUV | 216.69 | 98.26 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 212 | 164 | 0 | 0.14 | 0.33 | 0.04 | 35.12 | 0.82 | 0.8 |
| Hex | F6 | D4 | A4 | 0 | E | 21 | 4 | 23 | 52 | 50 |
| Octal | 366 | 324 | 244 | 0 | 16 | 41 | 4 | 43 | 122 | 120 |
| Binary | 11110110 | 11010100 | 10100100 | 0 | 1110 | 100001 | 100 | 100011 | 1010010 | 1010000 |
Color Harmonies of #F6D4A4
Complementary color
Monochromatic Colors of #F6D4A4
Black with #F6D4A4
Text Example
Text Example
White with #F6D4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D4A4; }
p { color: rgb(246,212,164); }
H1.HeaderClassName
{
color: #F6D4A4;
}
.AnyTagClassName
{
color: #F6D4A4;
}
</style>
background-color css
<style>
a { background-color: #F6D4A4; }
a { background-color: rgb(246,212,164); }
div.DivClassName
{
background-color: #F6D4A4;
}
.BgClassName
{
background-color: #F6D4A4;
}
</style>
border-color css
<style>
span { border-color: #F6D4A4; }
span { border-color: rgb(246,212,164); }
td.TdClassName
{
border-color: #F6D4A4;
}
.TagClassName
{
border-color: #F6D4A4;
}
</style>