Shades of Tequila #F1CEA7
Tints of Tequila #F1CEA7
RGB
CMYK
RGB Variations
Color information
#F1CEA7 (or 0xF1CEA7) is known color: Tequila. HEX triplet: F1, CE and A7. RGB value is (241,206,167). Sum of RGB (Red+Green+Blue) = 241+206+167=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 167 (65.62% from 255 or 27.20% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CEA7 is #0E3158. Grayscale: #D4D4D4. Windows color (decimal): -930137 or 10997489. OLE color: 10997489.
HSL color Cylindrical-coordinate representation of color #F1CEA7: hue angle of 31.62º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1CEA7 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 206 | 167 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.05 |
| HSL | 31.62º | 0.73% | 0.8% | - |
| HSV(B) | 31.62º | 0.31% | 0.95% | - |
| XYZ | 65.32 | 65.63 | 45.78 | - |
| YUV | 212.02 | 102.6 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 206 | 167 | 0 | 0.15 | 0.31 | 0.05 | 31.62 | 0.73 | 0.8 |
| Hex | F1 | CE | A7 | 0 | F | 1F | 5 | 20 | 49 | 50 |
| Octal | 361 | 316 | 247 | 0 | 17 | 37 | 5 | 40 | 111 | 120 |
| Binary | 11110001 | 11001110 | 10100111 | 0 | 1111 | 11111 | 101 | 100000 | 1001001 | 1010000 |
Color Harmonies of #F1CEA7
Complementary color
Monochromatic Colors of #F1CEA7
Black with #F1CEA7
Text Example
Text Example
White with #F1CEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CEA7; }
p { color: rgb(241,206,167); }
H1.HeaderClassName
{
color: #F1CEA7;
}
.AnyTagClassName
{
color: #F1CEA7;
}
</style>
background-color css
<style>
a { background-color: #F1CEA7; }
a { background-color: rgb(241,206,167); }
div.DivClassName
{
background-color: #F1CEA7;
}
.BgClassName
{
background-color: #F1CEA7;
}
</style>
border-color css
<style>
span { border-color: #F1CEA7; }
span { border-color: rgb(241,206,167); }
td.TdClassName
{
border-color: #F1CEA7;
}
.TagClassName
{
border-color: #F1CEA7;
}
</style>