Shades of Tequila #F9D1AB
Tints of Tequila #F9D1AB
RGB
CMYK
RGB Variations
Color information
#F9D1AB (or 0xF9D1AB) is known color: Tequila. HEX triplet: F9, D1 and AB. RGB value is (249,209,171). Sum of RGB (Red+Green+Blue) = 249+209+171=629 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.59% from 629); Green value is 209 (82.03% from 255 or 33.23% from 629); Blue value is 171 (67.19% from 255 or 27.19% from 629); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D1AB is #062E54. Grayscale: #D8D8D8. Windows color (decimal): -405077 or 11260409. OLE color: 11260409.
HSL color Cylindrical-coordinate representation of color #F9D1AB: hue angle of 29.23º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9D1AB is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 209 | 171 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.02 |
| HSL | 29.23º | 0.87% | 0.82% | - |
| HSV(B) | 29.23º | 0.31% | 0.98% | - |
| XYZ | 69.22 | 68.68 | 48.14 | - |
| YUV | 216.63 | 102.25 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 209 | 171 | 0 | 0.16 | 0.31 | 0.02 | 29.23 | 0.87 | 0.82 |
| Hex | F9 | D1 | AB | 0 | 10 | 1F | 2 | 1D | 57 | 52 |
| Octal | 371 | 321 | 253 | 0 | 20 | 37 | 2 | 35 | 127 | 122 |
| Binary | 11111001 | 11010001 | 10101011 | 0 | 10000 | 11111 | 10 | 11101 | 1010111 | 1010010 |
Color Harmonies of #F9D1AB
Complementary color
Monochromatic Colors of #F9D1AB
Black with #F9D1AB
Text Example
Text Example
White with #F9D1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D1AB; }
p { color: rgb(249,209,171); }
H1.HeaderClassName
{
color: #F9D1AB;
}
.AnyTagClassName
{
color: #F9D1AB;
}
</style>
background-color css
<style>
a { background-color: #F9D1AB; }
a { background-color: rgb(249,209,171); }
div.DivClassName
{
background-color: #F9D1AB;
}
.BgClassName
{
background-color: #F9D1AB;
}
</style>
border-color css
<style>
span { border-color: #F9D1AB; }
span { border-color: rgb(249,209,171); }
td.TdClassName
{
border-color: #F9D1AB;
}
.TagClassName
{
border-color: #F9D1AB;
}
</style>