Shades of Tequila #F2D2AD
Tints of Tequila #F2D2AD
RGB
CMYK
RGB Variations
Color information
#F2D2AD (or 0xF2D2AD) is known color: Tequila. HEX triplet: F2, D2 and AD. RGB value is (242,210,173). Sum of RGB (Red+Green+Blue) = 242+210+173=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D2AD is #0D2D52. Grayscale: #D7D7D7. Windows color (decimal): -863571 or 11391730. OLE color: 11391730.
HSL color Cylindrical-coordinate representation of color #F2D2AD: hue angle of 32.17º 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 #F2D2AD is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 210 | 173 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.05 |
| HSL | 32.17º | 0.73% | 0.81% | - |
| HSV(B) | 32.17º | 0.29% | 0.95% | - |
| XYZ | 67.21 | 67.99 | 49.12 | - |
| YUV | 215.35 | 104.1 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 210 | 173 | 0 | 0.13 | 0.29 | 0.05 | 32.17 | 0.73 | 0.81 |
| Hex | F2 | D2 | AD | 0 | D | 1D | 5 | 20 | 49 | 51 |
| Octal | 362 | 322 | 255 | 0 | 15 | 35 | 5 | 40 | 111 | 121 |
| Binary | 11110010 | 11010010 | 10101101 | 0 | 1101 | 11101 | 101 | 100000 | 1001001 | 1010001 |
Color Harmonies of #F2D2AD
Complementary color
Monochromatic Colors of #F2D2AD
Black with #F2D2AD
Text Example
Text Example
White with #F2D2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D2AD; }
p { color: rgb(242,210,173); }
H1.HeaderClassName
{
color: #F2D2AD;
}
.AnyTagClassName
{
color: #F2D2AD;
}
</style>
background-color css
<style>
a { background-color: #F2D2AD; }
a { background-color: rgb(242,210,173); }
div.DivClassName
{
background-color: #F2D2AD;
}
.BgClassName
{
background-color: #F2D2AD;
}
</style>
border-color css
<style>
span { border-color: #F2D2AD; }
span { border-color: rgb(242,210,173); }
td.TdClassName
{
border-color: #F2D2AD;
}
.TagClassName
{
border-color: #F2D2AD;
}
</style>