Shades of Tequila #F2CEA2
Tints of Tequila #F2CEA2
RGB
CMYK
RGB Variations
Color information
#F2CEA2 (or 0xF2CEA2) is known color: Tequila. HEX triplet: F2, CE and A2. RGB value is (242,206,162). Sum of RGB (Red+Green+Blue) = 242+206+162=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 162 (63.67% from 255 or 26.56% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CEA2 is #0D315D. Grayscale: #D3D3D3. Windows color (decimal): -864606 or 10669810. OLE color: 10669810.
HSL color Cylindrical-coordinate representation of color #F2CEA2: hue angle of 33º degrees, saturation: 0.75, 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 #F2CEA2 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 162 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.05 |
| HSL | 33º | 0.75% | 0.79% | - |
| HSV(B) | 33º | 0.33% | 0.95% | - |
| XYZ | 65.21 | 65.63 | 43.41 | - |
| YUV | 211.75 | 99.93 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 162 | 0 | 0.15 | 0.33 | 0.05 | 33 | 0.75 | 0.79 |
| Hex | F2 | CE | A2 | 0 | F | 21 | 5 | 21 | 4B | 4F |
| Octal | 362 | 316 | 242 | 0 | 17 | 41 | 5 | 41 | 113 | 117 |
| Binary | 11110010 | 11001110 | 10100010 | 0 | 1111 | 100001 | 101 | 100001 | 1001011 | 1001111 |
Color Harmonies of #F2CEA2
Complementary color
Monochromatic Colors of #F2CEA2
Black with #F2CEA2
Text Example
Text Example
White with #F2CEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CEA2; }
p { color: rgb(242,206,162); }
H1.HeaderClassName
{
color: #F2CEA2;
}
.AnyTagClassName
{
color: #F2CEA2;
}
</style>
background-color css
<style>
a { background-color: #F2CEA2; }
a { background-color: rgb(242,206,162); }
div.DivClassName
{
background-color: #F2CEA2;
}
.BgClassName
{
background-color: #F2CEA2;
}
</style>
border-color css
<style>
span { border-color: #F2CEA2; }
span { border-color: rgb(242,206,162); }
td.TdClassName
{
border-color: #F2CEA2;
}
.TagClassName
{
border-color: #F2CEA2;
}
</style>