Shades of Tequila #F1D1AC
Tints of Tequila #F1D1AC
RGB
CMYK
RGB Variations
Color information
#F1D1AC (or 0xF1D1AC) is known color: Tequila. HEX triplet: F1, D1 and AC. RGB value is (241,209,172). Sum of RGB (Red+Green+Blue) = 241+209+172=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 172 (67.58% from 255 or 27.65% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D1AC is #0E2E53. Grayscale: #D6D6D6. Windows color (decimal): -929364 or 11325937. OLE color: 11325937.
HSL color Cylindrical-coordinate representation of color #F1D1AC: hue angle of 32.17º 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 #F1D1AC is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 209 | 172 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.05 |
| HSL | 32.17º | 0.71% | 0.81% | - |
| HSV(B) | 32.17º | 0.29% | 0.95% | - |
| XYZ | 66.52 | 67.28 | 48.51 | - |
| YUV | 214.35 | 104.1 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 209 | 172 | 0 | 0.13 | 0.29 | 0.05 | 32.17 | 0.71 | 0.81 |
| Hex | F1 | D1 | AC | 0 | D | 1D | 5 | 20 | 47 | 51 |
| Octal | 361 | 321 | 254 | 0 | 15 | 35 | 5 | 40 | 107 | 121 |
| Binary | 11110001 | 11010001 | 10101100 | 0 | 1101 | 11101 | 101 | 100000 | 1000111 | 1010001 |
Color Harmonies of #F1D1AC
Complementary color
Monochromatic Colors of #F1D1AC
Black with #F1D1AC
Text Example
Text Example
White with #F1D1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D1AC; }
p { color: rgb(241,209,172); }
H1.HeaderClassName
{
color: #F1D1AC;
}
.AnyTagClassName
{
color: #F1D1AC;
}
</style>
background-color css
<style>
a { background-color: #F1D1AC; }
a { background-color: rgb(241,209,172); }
div.DivClassName
{
background-color: #F1D1AC;
}
.BgClassName
{
background-color: #F1D1AC;
}
</style>
border-color css
<style>
span { border-color: #F1D1AC; }
span { border-color: rgb(241,209,172); }
td.TdClassName
{
border-color: #F1D1AC;
}
.TagClassName
{
border-color: #F1D1AC;
}
</style>