Shades of Tequila #F5D1AA
Tints of Tequila #F5D1AA
RGB
CMYK
RGB Variations
Color information
#F5D1AA (or 0xF5D1AA) is known color: Tequila. HEX triplet: F5, D1 and AA. RGB value is (245,209,170). Sum of RGB (Red+Green+Blue) = 245+209+170=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 170 (66.80% from 255 or 27.24% from 624); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D1AA is #0A2E55. Grayscale: #D7D7D7. Windows color (decimal): -667222 or 11194869. OLE color: 11194869.
HSL color Cylindrical-coordinate representation of color #F5D1AA: hue angle of 31.2º degrees, saturation: 0.79, 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 #F5D1AA is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 209 | 170 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.04 |
| HSL | 31.2º | 0.79% | 0.81% | - |
| HSV(B) | 31.2º | 0.31% | 0.96% | - |
| XYZ | 67.71 | 67.92 | 47.57 | - |
| YUV | 215.32 | 102.43 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 209 | 170 | 0 | 0.15 | 0.31 | 0.04 | 31.2 | 0.79 | 0.81 |
| Hex | F5 | D1 | AA | 0 | F | 1F | 4 | 1F | 4F | 51 |
| Octal | 365 | 321 | 252 | 0 | 17 | 37 | 4 | 37 | 117 | 121 |
| Binary | 11110101 | 11010001 | 10101010 | 0 | 1111 | 11111 | 100 | 11111 | 1001111 | 1010001 |
Color Harmonies of #F5D1AA
Complementary color
Monochromatic Colors of #F5D1AA
Black with #F5D1AA
Text Example
Text Example
White with #F5D1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D1AA; }
p { color: rgb(245,209,170); }
H1.HeaderClassName
{
color: #F5D1AA;
}
.AnyTagClassName
{
color: #F5D1AA;
}
</style>
background-color css
<style>
a { background-color: #F5D1AA; }
a { background-color: rgb(245,209,170); }
div.DivClassName
{
background-color: #F5D1AA;
}
.BgClassName
{
background-color: #F5D1AA;
}
</style>
border-color css
<style>
span { border-color: #F5D1AA; }
span { border-color: rgb(245,209,170); }
td.TdClassName
{
border-color: #F5D1AA;
}
.TagClassName
{
border-color: #F5D1AA;
}
</style>