Shades of Tequila #F1D2AB
Tints of Tequila #F1D2AB
RGB
CMYK
RGB Variations
Color information
#F1D2AB (or 0xF1D2AB) is known color: Tequila. HEX triplet: F1, D2 and AB. RGB value is (241,210,171). Sum of RGB (Red+Green+Blue) = 241+210+171=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 171 (67.19% from 255 or 27.49% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D2AB is #0E2D54. Grayscale: #D7D7D7. Windows color (decimal): -929109 or 11260657. OLE color: 11260657.
HSL color Cylindrical-coordinate representation of color #F1D2AB: hue angle of 33.43º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1D2AB is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 210 | 171 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.05 |
| HSL | 33.43º | 0.71% | 0.81% | - |
| HSV(B) | 33.43º | 0.29% | 0.95% | - |
| XYZ | 66.67 | 67.73 | 48.09 | - |
| YUV | 214.82 | 103.27 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 210 | 171 | 0 | 0.13 | 0.29 | 0.05 | 33.43 | 0.71 | 0.81 |
| Hex | F1 | D2 | AB | 0 | D | 1D | 5 | 21 | 47 | 51 |
| Octal | 361 | 322 | 253 | 0 | 15 | 35 | 5 | 41 | 107 | 121 |
| Binary | 11110001 | 11010010 | 10101011 | 0 | 1101 | 11101 | 101 | 100001 | 1000111 | 1010001 |
Color Harmonies of #F1D2AB
Complementary color
Monochromatic Colors of #F1D2AB
Black with #F1D2AB
Text Example
Text Example
White with #F1D2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D2AB; }
p { color: rgb(241,210,171); }
H1.HeaderClassName
{
color: #F1D2AB;
}
.AnyTagClassName
{
color: #F1D2AB;
}
</style>
background-color css
<style>
a { background-color: #F1D2AB; }
a { background-color: rgb(241,210,171); }
div.DivClassName
{
background-color: #F1D2AB;
}
.BgClassName
{
background-color: #F1D2AB;
}
</style>
border-color css
<style>
span { border-color: #F1D2AB; }
span { border-color: rgb(241,210,171); }
td.TdClassName
{
border-color: #F1D2AB;
}
.TagClassName
{
border-color: #F1D2AB;
}
</style>