Shades of Tequila #F9D5AB
Tints of Tequila #F9D5AB
RGB
CMYK
RGB Variations
Color information
#F9D5AB (or 0xF9D5AB) is known color: Tequila. HEX triplet: F9, D5 and AB. RGB value is (249,213,171). Sum of RGB (Red+Green+Blue) = 249+213+171=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 171 (67.19% from 255 or 27.01% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D5AB is #062A54. Grayscale: #DBDBDB. Windows color (decimal): -404053 or 11261433. OLE color: 11261433.
HSL color Cylindrical-coordinate representation of color #F9D5AB: hue angle of 32.31º 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 #F9D5AB is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 213 | 171 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.02 |
| HSL | 32.31º | 0.87% | 0.82% | - |
| HSV(B) | 32.31º | 0.31% | 0.98% | - |
| XYZ | 70.21 | 70.67 | 48.47 | - |
| YUV | 218.98 | 100.93 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 213 | 171 | 0 | 0.14 | 0.31 | 0.02 | 32.31 | 0.87 | 0.82 |
| Hex | F9 | D5 | AB | 0 | E | 1F | 2 | 20 | 57 | 52 |
| Octal | 371 | 325 | 253 | 0 | 16 | 37 | 2 | 40 | 127 | 122 |
| Binary | 11111001 | 11010101 | 10101011 | 0 | 1110 | 11111 | 10 | 100000 | 1010111 | 1010010 |
Color Harmonies of #F9D5AB
Complementary color
Monochromatic Colors of #F9D5AB
Black with #F9D5AB
Text Example
Text Example
White with #F9D5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D5AB; }
p { color: rgb(249,213,171); }
H1.HeaderClassName
{
color: #F9D5AB;
}
.AnyTagClassName
{
color: #F9D5AB;
}
</style>
background-color css
<style>
a { background-color: #F9D5AB; }
a { background-color: rgb(249,213,171); }
div.DivClassName
{
background-color: #F9D5AB;
}
.BgClassName
{
background-color: #F9D5AB;
}
</style>
border-color css
<style>
span { border-color: #F9D5AB; }
span { border-color: rgb(249,213,171); }
td.TdClassName
{
border-color: #F9D5AB;
}
.TagClassName
{
border-color: #F9D5AB;
}
</style>