Shades of Tequila #F2CDAA
Tints of Tequila #F2CDAA
RGB
CMYK
RGB Variations
Color information
#F2CDAA (or 0xF2CDAA) is known color: Tequila. HEX triplet: F2, CD and AA. RGB value is (242,205,170). Sum of RGB (Red+Green+Blue) = 242+205+170=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 170 (66.80% from 255 or 27.55% from 617); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CDAA is #0D3255. Grayscale: #D4D4D4. Windows color (decimal): -864854 or 11193842. OLE color: 11193842.
HSL color Cylindrical-coordinate representation of color #F2CDAA: hue angle of 29.17º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2CDAA is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 205 | 170 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.05 |
| HSL | 29.17º | 0.73% | 0.81% | - |
| HSV(B) | 29.17º | 0.3% | 0.95% | - |
| XYZ | 65.7 | 65.44 | 47.2 | - |
| YUV | 212.07 | 104.26 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 205 | 170 | 0 | 0.15 | 0.30 | 0.05 | 29.17 | 0.73 | 0.81 |
| Hex | F2 | CD | AA | 0 | F | 1E | 5 | 1D | 49 | 51 |
| Octal | 362 | 315 | 252 | 0 | 17 | 36 | 5 | 35 | 111 | 121 |
| Binary | 11110010 | 11001101 | 10101010 | 0 | 1111 | 11110 | 101 | 11101 | 1001001 | 1010001 |
Color Harmonies of #F2CDAA
Complementary color
Monochromatic Colors of #F2CDAA
Black with #F2CDAA
Text Example
Text Example
White with #F2CDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CDAA; }
p { color: rgb(242,205,170); }
H1.HeaderClassName
{
color: #F2CDAA;
}
.AnyTagClassName
{
color: #F2CDAA;
}
</style>
background-color css
<style>
a { background-color: #F2CDAA; }
a { background-color: rgb(242,205,170); }
div.DivClassName
{
background-color: #F2CDAA;
}
.BgClassName
{
background-color: #F2CDAA;
}
</style>
border-color css
<style>
span { border-color: #F2CDAA; }
span { border-color: rgb(242,205,170); }
td.TdClassName
{
border-color: #F2CDAA;
}
.TagClassName
{
border-color: #F2CDAA;
}
</style>