Shades of Tequila #F9CEA2
Tints of Tequila #F9CEA2
RGB
CMYK
RGB Variations
Color information
#F9CEA2 (or 0xF9CEA2) is known color: Tequila. HEX triplet: F9, CE and A2. RGB value is (249,206,162). Sum of RGB (Red+Green+Blue) = 249+206+162=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 162 (63.67% from 255 or 26.26% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CEA2 is #06315D. Grayscale: #D6D6D6. Windows color (decimal): -405854 or 10669817. OLE color: 10669817.
HSL color Cylindrical-coordinate representation of color #F9CEA2: hue angle of 30.34º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9CEA2 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 206 | 162 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.02 |
| HSL | 30.34º | 0.88% | 0.81% | - |
| HSV(B) | 30.34º | 0.35% | 0.98% | - |
| XYZ | 67.66 | 66.89 | 43.53 | - |
| YUV | 213.84 | 98.75 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 206 | 162 | 0 | 0.17 | 0.35 | 0.02 | 30.34 | 0.88 | 0.81 |
| Hex | F9 | CE | A2 | 0 | 11 | 23 | 2 | 1E | 58 | 51 |
| Octal | 371 | 316 | 242 | 0 | 21 | 43 | 2 | 36 | 130 | 121 |
| Binary | 11111001 | 11001110 | 10100010 | 0 | 10001 | 100011 | 10 | 11110 | 1011000 | 1010001 |
Color Harmonies of #F9CEA2
Complementary color
Monochromatic Colors of #F9CEA2
Black with #F9CEA2
Text Example
Text Example
White with #F9CEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CEA2; }
p { color: rgb(249,206,162); }
H1.HeaderClassName
{
color: #F9CEA2;
}
.AnyTagClassName
{
color: #F9CEA2;
}
</style>
background-color css
<style>
a { background-color: #F9CEA2; }
a { background-color: rgb(249,206,162); }
div.DivClassName
{
background-color: #F9CEA2;
}
.BgClassName
{
background-color: #F9CEA2;
}
</style>
border-color css
<style>
span { border-color: #F9CEA2; }
span { border-color: rgb(249,206,162); }
td.TdClassName
{
border-color: #F9CEA2;
}
.TagClassName
{
border-color: #F9CEA2;
}
</style>