Shades of Tequila #F7CDA4
Tints of Tequila #F7CDA4
RGB
CMYK
RGB Variations
Color information
#F7CDA4 (or 0xF7CDA4) is known color: Tequila. HEX triplet: F7, CD and A4. RGB value is (247,205,164). Sum of RGB (Red+Green+Blue) = 247+205+164=616 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.10% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 164 (64.45% from 255 or 26.62% from 616); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CDA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CDA4 is #08325B. Grayscale: #D5D5D5. Windows color (decimal): -537180 or 10800631. OLE color: 10800631.
HSL color Cylindrical-coordinate representation of color #F7CDA4: hue angle of 29.64º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F7CDA4 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 205 | 164 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.03 |
| HSL | 29.64º | 0.84% | 0.81% | - |
| HSV(B) | 29.64º | 0.34% | 0.97% | - |
| XYZ | 66.89 | 66.12 | 44.36 | - |
| YUV | 212.88 | 100.41 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 205 | 164 | 0 | 0.17 | 0.34 | 0.03 | 29.64 | 0.84 | 0.81 |
| Hex | F7 | CD | A4 | 0 | 11 | 22 | 3 | 1E | 54 | 51 |
| Octal | 367 | 315 | 244 | 0 | 21 | 42 | 3 | 36 | 124 | 121 |
| Binary | 11110111 | 11001101 | 10100100 | 0 | 10001 | 100010 | 11 | 11110 | 1010100 | 1010001 |
Color Harmonies of #F7CDA4
Complementary color
Monochromatic Colors of #F7CDA4
Black with #F7CDA4
Text Example
Text Example
White with #F7CDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CDA4; }
p { color: rgb(247,205,164); }
H1.HeaderClassName
{
color: #F7CDA4;
}
.AnyTagClassName
{
color: #F7CDA4;
}
</style>
background-color css
<style>
a { background-color: #F7CDA4; }
a { background-color: rgb(247,205,164); }
div.DivClassName
{
background-color: #F7CDA4;
}
.BgClassName
{
background-color: #F7CDA4;
}
</style>
border-color css
<style>
span { border-color: #F7CDA4; }
span { border-color: rgb(247,205,164); }
td.TdClassName
{
border-color: #F7CDA4;
}
.TagClassName
{
border-color: #F7CDA4;
}
</style>