Shades of Tequila #F1CFA1
Tints of Tequila #F1CFA1
RGB
CMYK
RGB Variations
Color information
#F1CFA1 (or 0xF1CFA1) is known color: Tequila. HEX triplet: F1, CF and A1. RGB value is (241,207,161). Sum of RGB (Red+Green+Blue) = 241+207+161=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 161 (63.28% from 255 or 26.44% from 609); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CFA1 is #0E305E. Grayscale: #D4D4D4. Windows color (decimal): -929887 or 10604529. OLE color: 10604529.
HSL color Cylindrical-coordinate representation of color #F1CFA1: hue angle of 34.5º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F1CFA1 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 161 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.05 |
| HSL | 34.5º | 0.74% | 0.79% | - |
| HSV(B) | 34.5º | 0.33% | 0.95% | - |
| XYZ | 65.02 | 65.9 | 43.01 | - |
| YUV | 211.92 | 99.26 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 161 | 0 | 0.14 | 0.33 | 0.05 | 34.5 | 0.74 | 0.79 |
| Hex | F1 | CF | A1 | 0 | E | 21 | 5 | 22 | 4A | 4F |
| Octal | 361 | 317 | 241 | 0 | 16 | 41 | 5 | 42 | 112 | 117 |
| Binary | 11110001 | 11001111 | 10100001 | 0 | 1110 | 100001 | 101 | 100010 | 1001010 | 1001111 |
Color Harmonies of #F1CFA1
Complementary color
Monochromatic Colors of #F1CFA1
Black with #F1CFA1
Text Example
Text Example
White with #F1CFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CFA1; }
p { color: rgb(241,207,161); }
H1.HeaderClassName
{
color: #F1CFA1;
}
.AnyTagClassName
{
color: #F1CFA1;
}
</style>
background-color css
<style>
a { background-color: #F1CFA1; }
a { background-color: rgb(241,207,161); }
div.DivClassName
{
background-color: #F1CFA1;
}
.BgClassName
{
background-color: #F1CFA1;
}
</style>
border-color css
<style>
span { border-color: #F1CFA1; }
span { border-color: rgb(241,207,161); }
td.TdClassName
{
border-color: #F1CFA1;
}
.TagClassName
{
border-color: #F1CFA1;
}
</style>