Shades of Tequila #F6CCA5
Tints of Tequila #F6CCA5
RGB
CMYK
RGB Variations
Color information
#F6CCA5 (or 0xF6CCA5) is known color: Tequila. HEX triplet: F6, CC and A5. RGB value is (246,204,165). Sum of RGB (Red+Green+Blue) = 246+204+165=615 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 165 (64.84% from 255 or 26.83% from 615); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CCA5 is #09335A. Grayscale: #D4D4D4. Windows color (decimal): -602971 or 10865910. OLE color: 10865910.
HSL color Cylindrical-coordinate representation of color #F6CCA5: hue angle of 28.89º 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 #F6CCA5 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 204 | 165 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.04 |
| HSL | 28.89º | 0.82% | 0.81% | - |
| HSV(B) | 28.89º | 0.33% | 0.96% | - |
| XYZ | 66.39 | 65.5 | 44.74 | - |
| YUV | 212.11 | 101.41 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 204 | 165 | 0 | 0.17 | 0.33 | 0.04 | 28.89 | 0.82 | 0.81 |
| Hex | F6 | CC | A5 | 0 | 11 | 21 | 4 | 1D | 52 | 51 |
| Octal | 366 | 314 | 245 | 0 | 21 | 41 | 4 | 35 | 122 | 121 |
| Binary | 11110110 | 11001100 | 10100101 | 0 | 10001 | 100001 | 100 | 11101 | 1010010 | 1010001 |
Color Harmonies of #F6CCA5
Complementary color
Monochromatic Colors of #F6CCA5
Black with #F6CCA5
Text Example
Text Example
White with #F6CCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CCA5; }
p { color: rgb(246,204,165); }
H1.HeaderClassName
{
color: #F6CCA5;
}
.AnyTagClassName
{
color: #F6CCA5;
}
</style>
background-color css
<style>
a { background-color: #F6CCA5; }
a { background-color: rgb(246,204,165); }
div.DivClassName
{
background-color: #F6CCA5;
}
.BgClassName
{
background-color: #F6CCA5;
}
</style>
border-color css
<style>
span { border-color: #F6CCA5; }
span { border-color: rgb(246,204,165); }
td.TdClassName
{
border-color: #F6CCA5;
}
.TagClassName
{
border-color: #F6CCA5;
}
</style>