Shades of Tequila #F6CFA9
Tints of Tequila #F6CFA9
RGB
CMYK
RGB Variations
Color information
#F6CFA9 (or 0xF6CFA9) is known color: Tequila. HEX triplet: F6, CF and A9. RGB value is (246,207,169). Sum of RGB (Red+Green+Blue) = 246+207+169=622 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.55% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 169 (66.41% from 255 or 27.17% from 622); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CFA9 is #093056. Grayscale: #D6D6D6. Windows color (decimal): -602199 or 11128822. OLE color: 11128822.
HSL color Cylindrical-coordinate representation of color #F6CFA9: hue angle of 29.61º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6CFA9 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 207 | 169 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.04 |
| HSL | 29.61º | 0.81% | 0.81% | - |
| HSV(B) | 29.61º | 0.31% | 0.96% | - |
| XYZ | 67.48 | 67.08 | 46.93 | - |
| YUV | 214.33 | 102.42 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 207 | 169 | 0 | 0.16 | 0.31 | 0.04 | 29.61 | 0.81 | 0.81 |
| Hex | F6 | CF | A9 | 0 | 10 | 1F | 4 | 1E | 51 | 51 |
| Octal | 366 | 317 | 251 | 0 | 20 | 37 | 4 | 36 | 121 | 121 |
| Binary | 11110110 | 11001111 | 10101001 | 0 | 10000 | 11111 | 100 | 11110 | 1010001 | 1010001 |
Color Harmonies of #F6CFA9
Complementary color
Monochromatic Colors of #F6CFA9
Black with #F6CFA9
Text Example
Text Example
White with #F6CFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CFA9; }
p { color: rgb(246,207,169); }
H1.HeaderClassName
{
color: #F6CFA9;
}
.AnyTagClassName
{
color: #F6CFA9;
}
</style>
background-color css
<style>
a { background-color: #F6CFA9; }
a { background-color: rgb(246,207,169); }
div.DivClassName
{
background-color: #F6CFA9;
}
.BgClassName
{
background-color: #F6CFA9;
}
</style>
border-color css
<style>
span { border-color: #F6CFA9; }
span { border-color: rgb(246,207,169); }
td.TdClassName
{
border-color: #F6CFA9;
}
.TagClassName
{
border-color: #F6CFA9;
}
</style>