Shades of Tequila #F1CCA2
Tints of Tequila #F1CCA2
RGB
CMYK
RGB Variations
Color information
#F1CCA2 (or 0xF1CCA2) is known color: Tequila. HEX triplet: F1, CC and A2. RGB value is (241,204,162). Sum of RGB (Red+Green+Blue) = 241+204+162=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 162 (63.67% from 255 or 26.69% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CCA2 is #0E335D. Grayscale: #D2D2D2. Windows color (decimal): -930654 or 10669297. OLE color: 10669297.
HSL color Cylindrical-coordinate representation of color #F1CCA2: hue angle of 31.9º 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 #F1CCA2 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 204 | 162 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.05 |
| HSL | 31.9º | 0.74% | 0.79% | - |
| HSV(B) | 31.9º | 0.33% | 0.95% | - |
| XYZ | 64.39 | 64.5 | 43.24 | - |
| YUV | 210.28 | 100.76 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 204 | 162 | 0 | 0.15 | 0.33 | 0.05 | 31.9 | 0.74 | 0.79 |
| Hex | F1 | CC | A2 | 0 | F | 21 | 5 | 20 | 4A | 4F |
| Octal | 361 | 314 | 242 | 0 | 17 | 41 | 5 | 40 | 112 | 117 |
| Binary | 11110001 | 11001100 | 10100010 | 0 | 1111 | 100001 | 101 | 100000 | 1001010 | 1001111 |
Color Harmonies of #F1CCA2
Complementary color
Monochromatic Colors of #F1CCA2
Black with #F1CCA2
Text Example
Text Example
White with #F1CCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CCA2; }
p { color: rgb(241,204,162); }
H1.HeaderClassName
{
color: #F1CCA2;
}
.AnyTagClassName
{
color: #F1CCA2;
}
</style>
background-color css
<style>
a { background-color: #F1CCA2; }
a { background-color: rgb(241,204,162); }
div.DivClassName
{
background-color: #F1CCA2;
}
.BgClassName
{
background-color: #F1CCA2;
}
</style>
border-color css
<style>
span { border-color: #F1CCA2; }
span { border-color: rgb(241,204,162); }
td.TdClassName
{
border-color: #F1CCA2;
}
.TagClassName
{
border-color: #F1CCA2;
}
</style>