Shades of Tequila #F5D4AB
Tints of Tequila #F5D4AB
RGB
CMYK
RGB Variations
Color information
#F5D4AB (or 0xF5D4AB) is known color: Tequila. HEX triplet: F5, D4 and AB. RGB value is (245,212,171). Sum of RGB (Red+Green+Blue) = 245+212+171=628 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.01% from 628); Green value is 212 (83.20% from 255 or 33.76% from 628); Blue value is 171 (67.19% from 255 or 27.23% from 628); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D4AB is #0A2B54. Grayscale: #D9D9D9. Windows color (decimal): -666453 or 11261173. OLE color: 11261173.
HSL color Cylindrical-coordinate representation of color #F5D4AB: hue angle of 33.24º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5D4AB is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 212 | 171 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.04 |
| HSL | 33.24º | 0.79% | 0.82% | - |
| HSV(B) | 33.24º | 0.3% | 0.96% | - |
| XYZ | 68.55 | 69.44 | 48.32 | - |
| YUV | 217.19 | 101.93 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 212 | 171 | 0 | 0.13 | 0.30 | 0.04 | 33.24 | 0.79 | 0.82 |
| Hex | F5 | D4 | AB | 0 | D | 1E | 4 | 21 | 4F | 52 |
| Octal | 365 | 324 | 253 | 0 | 15 | 36 | 4 | 41 | 117 | 122 |
| Binary | 11110101 | 11010100 | 10101011 | 0 | 1101 | 11110 | 100 | 100001 | 1001111 | 1010010 |
Color Harmonies of #F5D4AB
Complementary color
Monochromatic Colors of #F5D4AB
Black with #F5D4AB
Text Example
Text Example
White with #F5D4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D4AB; }
p { color: rgb(245,212,171); }
H1.HeaderClassName
{
color: #F5D4AB;
}
.AnyTagClassName
{
color: #F5D4AB;
}
</style>
background-color css
<style>
a { background-color: #F5D4AB; }
a { background-color: rgb(245,212,171); }
div.DivClassName
{
background-color: #F5D4AB;
}
.BgClassName
{
background-color: #F5D4AB;
}
</style>
border-color css
<style>
span { border-color: #F5D4AB; }
span { border-color: rgb(245,212,171); }
td.TdClassName
{
border-color: #F5D4AB;
}
.TagClassName
{
border-color: #F5D4AB;
}
</style>