Shades of Tequila #F2D0AB
Tints of Tequila #F2D0AB
RGB
CMYK
RGB Variations
Color information
#F2D0AB (or 0xF2D0AB) is known color: Tequila. HEX triplet: F2, D0 and AB. RGB value is (242,208,171). Sum of RGB (Red+Green+Blue) = 242+208+171=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 171 (67.19% from 255 or 27.54% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D0AB is #0D2F54. Grayscale: #D6D6D6. Windows color (decimal): -864085 or 11260146. OLE color: 11260146.
HSL color Cylindrical-coordinate representation of color #F2D0AB: hue angle of 31.27º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2D0AB is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 171 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.05 |
| HSL | 31.27º | 0.73% | 0.81% | - |
| HSV(B) | 31.27º | 0.29% | 0.95% | - |
| XYZ | 66.52 | 66.93 | 47.94 | - |
| YUV | 213.95 | 103.76 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 171 | 0 | 0.14 | 0.29 | 0.05 | 31.27 | 0.73 | 0.81 |
| Hex | F2 | D0 | AB | 0 | E | 1D | 5 | 1F | 49 | 51 |
| Octal | 362 | 320 | 253 | 0 | 16 | 35 | 5 | 37 | 111 | 121 |
| Binary | 11110010 | 11010000 | 10101011 | 0 | 1110 | 11101 | 101 | 11111 | 1001001 | 1010001 |
Color Harmonies of #F2D0AB
Complementary color
Monochromatic Colors of #F2D0AB
Black with #F2D0AB
Text Example
Text Example
White with #F2D0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D0AB; }
p { color: rgb(242,208,171); }
H1.HeaderClassName
{
color: #F2D0AB;
}
.AnyTagClassName
{
color: #F2D0AB;
}
</style>
background-color css
<style>
a { background-color: #F2D0AB; }
a { background-color: rgb(242,208,171); }
div.DivClassName
{
background-color: #F2D0AB;
}
.BgClassName
{
background-color: #F2D0AB;
}
</style>
border-color css
<style>
span { border-color: #F2D0AB; }
span { border-color: rgb(242,208,171); }
td.TdClassName
{
border-color: #F2D0AB;
}
.TagClassName
{
border-color: #F2D0AB;
}
</style>