Shades of Tequila #F9D2AC
Tints of Tequila #F9D2AC
RGB
CMYK
RGB Variations
Color information
#F9D2AC (or 0xF9D2AC) is known color: Tequila. HEX triplet: F9, D2 and AC. RGB value is (249,210,172). Sum of RGB (Red+Green+Blue) = 249+210+172=631 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.46% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D2AC is #062D53. Grayscale: #D9D9D9. Windows color (decimal): -404820 or 11326201. OLE color: 11326201.
HSL color Cylindrical-coordinate representation of color #F9D2AC: hue angle of 29.61º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9D2AC is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 210 | 172 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.02 |
| HSL | 29.61º | 0.87% | 0.83% | - |
| HSV(B) | 29.61º | 0.31% | 0.98% | - |
| XYZ | 69.56 | 69.21 | 48.72 | - |
| YUV | 217.33 | 102.42 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 210 | 172 | 0 | 0.16 | 0.31 | 0.02 | 29.61 | 0.87 | 0.83 |
| Hex | F9 | D2 | AC | 0 | 10 | 1F | 2 | 1E | 57 | 53 |
| Octal | 371 | 322 | 254 | 0 | 20 | 37 | 2 | 36 | 127 | 123 |
| Binary | 11111001 | 11010010 | 10101100 | 0 | 10000 | 11111 | 10 | 11110 | 1010111 | 1010011 |
Color Harmonies of #F9D2AC
Complementary color
Monochromatic Colors of #F9D2AC
Black with #F9D2AC
Text Example
Text Example
White with #F9D2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D2AC; }
p { color: rgb(249,210,172); }
H1.HeaderClassName
{
color: #F9D2AC;
}
.AnyTagClassName
{
color: #F9D2AC;
}
</style>
background-color css
<style>
a { background-color: #F9D2AC; }
a { background-color: rgb(249,210,172); }
div.DivClassName
{
background-color: #F9D2AC;
}
.BgClassName
{
background-color: #F9D2AC;
}
</style>
border-color css
<style>
span { border-color: #F9D2AC; }
span { border-color: rgb(249,210,172); }
td.TdClassName
{
border-color: #F9D2AC;
}
.TagClassName
{
border-color: #F9D2AC;
}
</style>