Shades of Tequila #F1CFA4
Tints of Tequila #F1CFA4
RGB
CMYK
RGB Variations
Color information
#F1CFA4 (or 0xF1CFA4) is known color: Tequila. HEX triplet: F1, CF and A4. RGB value is (241,207,164). Sum of RGB (Red+Green+Blue) = 241+207+164=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 164 (64.45% from 255 or 26.80% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CFA4 is #0E305B. Grayscale: #D4D4D4. Windows color (decimal): -929884 or 10801137. OLE color: 10801137.
HSL color Cylindrical-coordinate representation of color #F1CFA4: hue angle of 33.51º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1CFA4 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 164 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.05 |
| HSL | 33.51º | 0.73% | 0.79% | - |
| HSV(B) | 33.51º | 0.32% | 0.95% | - |
| XYZ | 65.29 | 66.01 | 44.42 | - |
| YUV | 212.26 | 100.76 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 164 | 0 | 0.14 | 0.32 | 0.05 | 33.51 | 0.73 | 0.79 |
| Hex | F1 | CF | A4 | 0 | E | 20 | 5 | 22 | 49 | 4F |
| Octal | 361 | 317 | 244 | 0 | 16 | 40 | 5 | 42 | 111 | 117 |
| Binary | 11110001 | 11001111 | 10100100 | 0 | 1110 | 100000 | 101 | 100010 | 1001001 | 1001111 |
Color Harmonies of #F1CFA4
Complementary color
Monochromatic Colors of #F1CFA4
Black with #F1CFA4
Text Example
Text Example
White with #F1CFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CFA4; }
p { color: rgb(241,207,164); }
H1.HeaderClassName
{
color: #F1CFA4;
}
.AnyTagClassName
{
color: #F1CFA4;
}
</style>
background-color css
<style>
a { background-color: #F1CFA4; }
a { background-color: rgb(241,207,164); }
div.DivClassName
{
background-color: #F1CFA4;
}
.BgClassName
{
background-color: #F1CFA4;
}
</style>
border-color css
<style>
span { border-color: #F1CFA4; }
span { border-color: rgb(241,207,164); }
td.TdClassName
{
border-color: #F1CFA4;
}
.TagClassName
{
border-color: #F1CFA4;
}
</style>