Shades of Tequila #F7CDA5
Tints of Tequila #F7CDA5
RGB
CMYK
RGB Variations
Color information
#F7CDA5 (or 0xF7CDA5) is known color: Tequila. HEX triplet: F7, CD and A5. RGB value is (247,205,165). Sum of RGB (Red+Green+Blue) = 247+205+165=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 165 (64.84% from 255 or 26.74% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CDA5 is #08325A. Grayscale: #D5D5D5. Windows color (decimal): -537179 or 10866167. OLE color: 10866167.
HSL color Cylindrical-coordinate representation of color #F7CDA5: hue angle of 29.27º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F7CDA5 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 205 | 165 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.03 |
| HSL | 29.27º | 0.84% | 0.81% | - |
| HSV(B) | 29.27º | 0.33% | 0.97% | - |
| XYZ | 66.98 | 66.15 | 44.84 | - |
| YUV | 213 | 100.91 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 205 | 165 | 0 | 0.17 | 0.33 | 0.03 | 29.27 | 0.84 | 0.81 |
| Hex | F7 | CD | A5 | 0 | 11 | 21 | 3 | 1D | 54 | 51 |
| Octal | 367 | 315 | 245 | 0 | 21 | 41 | 3 | 35 | 124 | 121 |
| Binary | 11110111 | 11001101 | 10100101 | 0 | 10001 | 100001 | 11 | 11101 | 1010100 | 1010001 |
Color Harmonies of #F7CDA5
Complementary color
Monochromatic Colors of #F7CDA5
Black with #F7CDA5
Text Example
Text Example
White with #F7CDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CDA5; }
p { color: rgb(247,205,165); }
H1.HeaderClassName
{
color: #F7CDA5;
}
.AnyTagClassName
{
color: #F7CDA5;
}
</style>
background-color css
<style>
a { background-color: #F7CDA5; }
a { background-color: rgb(247,205,165); }
div.DivClassName
{
background-color: #F7CDA5;
}
.BgClassName
{
background-color: #F7CDA5;
}
</style>
border-color css
<style>
span { border-color: #F7CDA5; }
span { border-color: rgb(247,205,165); }
td.TdClassName
{
border-color: #F7CDA5;
}
.TagClassName
{
border-color: #F7CDA5;
}
</style>