Shades of Tequila #F1D2A5
Tints of Tequila #F1D2A5
RGB
CMYK
RGB Variations
Color information
#F1D2A5 (or 0xF1D2A5) is known color: Tequila. HEX triplet: F1, D2 and A5. RGB value is (241,210,165). Sum of RGB (Red+Green+Blue) = 241+210+165=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 210 (82.42% from 255 or 34.09% from 616); Blue value is 165 (64.84% from 255 or 26.79% from 616); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D2A5 is #0E2D5A. Grayscale: #D6D6D6. Windows color (decimal): -929115 or 10867441. OLE color: 10867441.
HSL color Cylindrical-coordinate representation of color #F1D2A5: hue angle of 35.53º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1D2A5 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 210 | 165 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.05 |
| HSL | 35.53º | 0.73% | 0.8% | - |
| HSV(B) | 35.53º | 0.32% | 0.95% | - |
| XYZ | 66.11 | 67.51 | 45.14 | - |
| YUV | 214.14 | 100.27 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 210 | 165 | 0 | 0.13 | 0.32 | 0.05 | 35.53 | 0.73 | 0.8 |
| Hex | F1 | D2 | A5 | 0 | D | 20 | 5 | 24 | 49 | 50 |
| Octal | 361 | 322 | 245 | 0 | 15 | 40 | 5 | 44 | 111 | 120 |
| Binary | 11110001 | 11010010 | 10100101 | 0 | 1101 | 100000 | 101 | 100100 | 1001001 | 1010000 |
Color Harmonies of #F1D2A5
Complementary color
Monochromatic Colors of #F1D2A5
Black with #F1D2A5
Text Example
Text Example
White with #F1D2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D2A5; }
p { color: rgb(241,210,165); }
H1.HeaderClassName
{
color: #F1D2A5;
}
.AnyTagClassName
{
color: #F1D2A5;
}
</style>
background-color css
<style>
a { background-color: #F1D2A5; }
a { background-color: rgb(241,210,165); }
div.DivClassName
{
background-color: #F1D2A5;
}
.BgClassName
{
background-color: #F1D2A5;
}
</style>
border-color css
<style>
span { border-color: #F1D2A5; }
span { border-color: rgb(241,210,165); }
td.TdClassName
{
border-color: #F1D2A5;
}
.TagClassName
{
border-color: #F1D2A5;
}
</style>