Shades of Tequila #F2CDA1
Tints of Tequila #F2CDA1
RGB
CMYK
RGB Variations
Color information
#F2CDA1 (or 0xF2CDA1) is known color: Tequila. HEX triplet: F2, CD and A1. RGB value is (242,205,161). Sum of RGB (Red+Green+Blue) = 242+205+161=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 161 (63.28% from 255 or 26.48% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CDA1 is #0D325E. Grayscale: #D3D3D3. Windows color (decimal): -864863 or 10604018. OLE color: 10604018.
HSL color Cylindrical-coordinate representation of color #F2CDA1: hue angle of 32.59º degrees, saturation: 0.76, 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 #F2CDA1 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 205 | 161 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.05 |
| HSL | 32.59º | 0.76% | 0.79% | - |
| HSV(B) | 32.59º | 0.33% | 0.95% | - |
| XYZ | 64.88 | 65.11 | 42.87 | - |
| YUV | 211.05 | 99.76 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 205 | 161 | 0 | 0.15 | 0.33 | 0.05 | 32.59 | 0.76 | 0.79 |
| Hex | F2 | CD | A1 | 0 | F | 21 | 5 | 21 | 4C | 4F |
| Octal | 362 | 315 | 241 | 0 | 17 | 41 | 5 | 41 | 114 | 117 |
| Binary | 11110010 | 11001101 | 10100001 | 0 | 1111 | 100001 | 101 | 100001 | 1001100 | 1001111 |
Color Harmonies of #F2CDA1
Complementary color
Monochromatic Colors of #F2CDA1
Black with #F2CDA1
Text Example
Text Example
White with #F2CDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CDA1; }
p { color: rgb(242,205,161); }
H1.HeaderClassName
{
color: #F2CDA1;
}
.AnyTagClassName
{
color: #F2CDA1;
}
</style>
background-color css
<style>
a { background-color: #F2CDA1; }
a { background-color: rgb(242,205,161); }
div.DivClassName
{
background-color: #F2CDA1;
}
.BgClassName
{
background-color: #F2CDA1;
}
</style>
border-color css
<style>
span { border-color: #F2CDA1; }
span { border-color: rgb(242,205,161); }
td.TdClassName
{
border-color: #F2CDA1;
}
.TagClassName
{
border-color: #F2CDA1;
}
</style>