Shades of Tequila #F5D1AB
Tints of Tequila #F5D1AB
RGB
CMYK
RGB Variations
Color information
#F5D1AB (or 0xF5D1AB) is known color: Tequila. HEX triplet: F5, D1 and AB. RGB value is (245,209,171). Sum of RGB (Red+Green+Blue) = 245+209+171=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 209 (82.03% from 255 or 33.44% from 625); Blue value is 171 (67.19% from 255 or 27.36% from 625); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D1AB is #0A2E54. Grayscale: #D7D7D7. Windows color (decimal): -667221 or 11260405. OLE color: 11260405.
HSL color Cylindrical-coordinate representation of color #F5D1AB: hue angle of 30.81º 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 #F5D1AB is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 209 | 171 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.04 |
| HSL | 30.81º | 0.79% | 0.82% | - |
| HSV(B) | 30.81º | 0.3% | 0.96% | - |
| XYZ | 67.81 | 67.95 | 48.07 | - |
| YUV | 215.43 | 102.93 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 209 | 171 | 0 | 0.15 | 0.30 | 0.04 | 30.81 | 0.79 | 0.82 |
| Hex | F5 | D1 | AB | 0 | F | 1E | 4 | 1F | 4F | 52 |
| Octal | 365 | 321 | 253 | 0 | 17 | 36 | 4 | 37 | 117 | 122 |
| Binary | 11110101 | 11010001 | 10101011 | 0 | 1111 | 11110 | 100 | 11111 | 1001111 | 1010010 |
Color Harmonies of #F5D1AB
Complementary color
Monochromatic Colors of #F5D1AB
Black with #F5D1AB
Text Example
Text Example
White with #F5D1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D1AB; }
p { color: rgb(245,209,171); }
H1.HeaderClassName
{
color: #F5D1AB;
}
.AnyTagClassName
{
color: #F5D1AB;
}
</style>
background-color css
<style>
a { background-color: #F5D1AB; }
a { background-color: rgb(245,209,171); }
div.DivClassName
{
background-color: #F5D1AB;
}
.BgClassName
{
background-color: #F5D1AB;
}
</style>
border-color css
<style>
span { border-color: #F5D1AB; }
span { border-color: rgb(245,209,171); }
td.TdClassName
{
border-color: #F5D1AB;
}
.TagClassName
{
border-color: #F5D1AB;
}
</style>