Shades of Tequila #F2CEAA
Tints of Tequila #F2CEAA
RGB
CMYK
RGB Variations
Color information
#F2CEAA (or 0xF2CEAA) is known color: Tequila. HEX triplet: F2, CE and AA. RGB value is (242,206,170). Sum of RGB (Red+Green+Blue) = 242+206+170=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CEAA is #0D3155. Grayscale: #D4D4D4. Windows color (decimal): -864598 or 11194098. OLE color: 11194098.
HSL color Cylindrical-coordinate representation of color #F2CEAA: hue angle of 30º 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 #F2CEAA is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 170 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.05 |
| HSL | 30º | 0.73% | 0.81% | - |
| HSV(B) | 30º | 0.3% | 0.95% | - |
| XYZ | 65.94 | 65.92 | 47.28 | - |
| YUV | 212.66 | 103.93 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 170 | 0 | 0.15 | 0.30 | 0.05 | 30 | 0.73 | 0.81 |
| Hex | F2 | CE | AA | 0 | F | 1E | 5 | 1E | 49 | 51 |
| Octal | 362 | 316 | 252 | 0 | 17 | 36 | 5 | 36 | 111 | 121 |
| Binary | 11110010 | 11001110 | 10101010 | 0 | 1111 | 11110 | 101 | 11110 | 1001001 | 1010001 |
Color Harmonies of #F2CEAA
Complementary color
Monochromatic Colors of #F2CEAA
Black with #F2CEAA
Text Example
Text Example
White with #F2CEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CEAA; }
p { color: rgb(242,206,170); }
H1.HeaderClassName
{
color: #F2CEAA;
}
.AnyTagClassName
{
color: #F2CEAA;
}
</style>
background-color css
<style>
a { background-color: #F2CEAA; }
a { background-color: rgb(242,206,170); }
div.DivClassName
{
background-color: #F2CEAA;
}
.BgClassName
{
background-color: #F2CEAA;
}
</style>
border-color css
<style>
span { border-color: #F2CEAA; }
span { border-color: rgb(242,206,170); }
td.TdClassName
{
border-color: #F2CEAA;
}
.TagClassName
{
border-color: #F2CEAA;
}
</style>