Shades of Tequila #F7CFA3
Tints of Tequila #F7CFA3
RGB
CMYK
RGB Variations
Color information
#F7CFA3 (or 0xF7CFA3) is known color: Tequila. HEX triplet: F7, CF and A3. RGB value is (247,207,163). Sum of RGB (Red+Green+Blue) = 247+207+163=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 163 (64.06% from 255 or 26.42% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CFA3 is #08305C. Grayscale: #D6D6D6. Windows color (decimal): -536669 or 10735607. OLE color: 10735607.
HSL color Cylindrical-coordinate representation of color #F7CFA3: hue angle of 31.43º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F7CFA3 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 163 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.03 |
| HSL | 31.43º | 0.84% | 0.8% | - |
| HSV(B) | 31.43º | 0.34% | 0.97% | - |
| XYZ | 67.28 | 67.04 | 44.05 | - |
| YUV | 213.94 | 99.25 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 163 | 0 | 0.16 | 0.34 | 0.03 | 31.43 | 0.84 | 0.8 |
| Hex | F7 | CF | A3 | 0 | 10 | 22 | 3 | 1F | 54 | 50 |
| Octal | 367 | 317 | 243 | 0 | 20 | 42 | 3 | 37 | 124 | 120 |
| Binary | 11110111 | 11001111 | 10100011 | 0 | 10000 | 100010 | 11 | 11111 | 1010100 | 1010000 |
Color Harmonies of #F7CFA3
Complementary color
Monochromatic Colors of #F7CFA3
Black with #F7CFA3
Text Example
Text Example
White with #F7CFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CFA3; }
p { color: rgb(247,207,163); }
H1.HeaderClassName
{
color: #F7CFA3;
}
.AnyTagClassName
{
color: #F7CFA3;
}
</style>
background-color css
<style>
a { background-color: #F7CFA3; }
a { background-color: rgb(247,207,163); }
div.DivClassName
{
background-color: #F7CFA3;
}
.BgClassName
{
background-color: #F7CFA3;
}
</style>
border-color css
<style>
span { border-color: #F7CFA3; }
span { border-color: rgb(247,207,163); }
td.TdClassName
{
border-color: #F7CFA3;
}
.TagClassName
{
border-color: #F7CFA3;
}
</style>