Shades of Tequila #F5D2AB
Tints of Tequila #F5D2AB
RGB
CMYK
RGB Variations
Color information
#F5D2AB (or 0xF5D2AB) is known color: Tequila. HEX triplet: F5, D2 and AB. RGB value is (245,210,171). Sum of RGB (Red+Green+Blue) = 245+210+171=626 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.14% from 626); Green value is 210 (82.42% from 255 or 33.55% from 626); Blue value is 171 (67.19% from 255 or 27.32% from 626); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D2AB is #0A2D54. Grayscale: #D8D8D8. Windows color (decimal): -666965 or 11260661. OLE color: 11260661.
HSL color Cylindrical-coordinate representation of color #F5D2AB: hue angle of 31.62º 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 #F5D2AB is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 210 | 171 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.04 |
| HSL | 31.62º | 0.79% | 0.82% | - |
| HSV(B) | 31.62º | 0.3% | 0.96% | - |
| XYZ | 68.05 | 68.45 | 48.15 | - |
| YUV | 216.02 | 102.6 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 210 | 171 | 0 | 0.14 | 0.30 | 0.04 | 31.62 | 0.79 | 0.82 |
| Hex | F5 | D2 | AB | 0 | E | 1E | 4 | 20 | 4F | 52 |
| Octal | 365 | 322 | 253 | 0 | 16 | 36 | 4 | 40 | 117 | 122 |
| Binary | 11110101 | 11010010 | 10101011 | 0 | 1110 | 11110 | 100 | 100000 | 1001111 | 1010010 |
Color Harmonies of #F5D2AB
Complementary color
Monochromatic Colors of #F5D2AB
Black with #F5D2AB
Text Example
Text Example
White with #F5D2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D2AB; }
p { color: rgb(245,210,171); }
H1.HeaderClassName
{
color: #F5D2AB;
}
.AnyTagClassName
{
color: #F5D2AB;
}
</style>
background-color css
<style>
a { background-color: #F5D2AB; }
a { background-color: rgb(245,210,171); }
div.DivClassName
{
background-color: #F5D2AB;
}
.BgClassName
{
background-color: #F5D2AB;
}
</style>
border-color css
<style>
span { border-color: #F5D2AB; }
span { border-color: rgb(245,210,171); }
td.TdClassName
{
border-color: #F5D2AB;
}
.TagClassName
{
border-color: #F5D2AB;
}
</style>