Shades of Tequila #F2D2AB
Tints of Tequila #F2D2AB
RGB
CMYK
RGB Variations
Color information
#F2D2AB (or 0xF2D2AB) is known color: Tequila. HEX triplet: F2, D2 and AB. RGB value is (242,210,171). Sum of RGB (Red+Green+Blue) = 242+210+171=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 210 (82.42% from 255 or 33.71% from 623); Blue value is 171 (67.19% from 255 or 27.45% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D2AB is #0D2D54. Grayscale: #D7D7D7. Windows color (decimal): -863573 or 11260658. OLE color: 11260658.
HSL color Cylindrical-coordinate representation of color #F2D2AB: hue angle of 32.96º 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 #F2D2AB is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 210 | 171 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.05 |
| HSL | 32.96º | 0.73% | 0.81% | - |
| HSV(B) | 32.96º | 0.29% | 0.95% | - |
| XYZ | 67.02 | 67.91 | 48.1 | - |
| YUV | 215.12 | 103.1 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 210 | 171 | 0 | 0.13 | 0.29 | 0.05 | 32.96 | 0.73 | 0.81 |
| Hex | F2 | D2 | AB | 0 | D | 1D | 5 | 21 | 49 | 51 |
| Octal | 362 | 322 | 253 | 0 | 15 | 35 | 5 | 41 | 111 | 121 |
| Binary | 11110010 | 11010010 | 10101011 | 0 | 1101 | 11101 | 101 | 100001 | 1001001 | 1010001 |
Color Harmonies of #F2D2AB
Complementary color
Monochromatic Colors of #F2D2AB
Black with #F2D2AB
Text Example
Text Example
White with #F2D2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D2AB; }
p { color: rgb(242,210,171); }
H1.HeaderClassName
{
color: #F2D2AB;
}
.AnyTagClassName
{
color: #F2D2AB;
}
</style>
background-color css
<style>
a { background-color: #F2D2AB; }
a { background-color: rgb(242,210,171); }
div.DivClassName
{
background-color: #F2D2AB;
}
.BgClassName
{
background-color: #F2D2AB;
}
</style>
border-color css
<style>
span { border-color: #F2D2AB; }
span { border-color: rgb(242,210,171); }
td.TdClassName
{
border-color: #F2D2AB;
}
.TagClassName
{
border-color: #F2D2AB;
}
</style>