Shades of Tequila #F8D5AB
Tints of Tequila #F8D5AB
RGB
CMYK
RGB Variations
Color information
#F8D5AB (or 0xF8D5AB) is known color: Tequila. HEX triplet: F8, D5 and AB. RGB value is (248,213,171). Sum of RGB (Red+Green+Blue) = 248+213+171=632 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.24% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 171 (67.19% from 255 or 27.06% from 632); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D5AB is #072A54. Grayscale: #DADADA. Windows color (decimal): -469589 or 11261432. OLE color: 11261432.
HSL color Cylindrical-coordinate representation of color #F8D5AB: hue angle of 32.73º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8D5AB is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 213 | 171 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.03 |
| HSL | 32.73º | 0.85% | 0.82% | - |
| HSV(B) | 32.73º | 0.31% | 0.97% | - |
| XYZ | 69.86 | 70.49 | 48.45 | - |
| YUV | 218.68 | 101.1 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 213 | 171 | 0 | 0.14 | 0.31 | 0.03 | 32.73 | 0.85 | 0.82 |
| Hex | F8 | D5 | AB | 0 | E | 1F | 3 | 21 | 55 | 52 |
| Octal | 370 | 325 | 253 | 0 | 16 | 37 | 3 | 41 | 125 | 122 |
| Binary | 11111000 | 11010101 | 10101011 | 0 | 1110 | 11111 | 11 | 100001 | 1010101 | 1010010 |
Color Harmonies of #F8D5AB
Complementary color
Monochromatic Colors of #F8D5AB
Black with #F8D5AB
Text Example
Text Example
White with #F8D5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D5AB; }
p { color: rgb(248,213,171); }
H1.HeaderClassName
{
color: #F8D5AB;
}
.AnyTagClassName
{
color: #F8D5AB;
}
</style>
background-color css
<style>
a { background-color: #F8D5AB; }
a { background-color: rgb(248,213,171); }
div.DivClassName
{
background-color: #F8D5AB;
}
.BgClassName
{
background-color: #F8D5AB;
}
</style>
border-color css
<style>
span { border-color: #F8D5AB; }
span { border-color: rgb(248,213,171); }
td.TdClassName
{
border-color: #F8D5AB;
}
.TagClassName
{
border-color: #F8D5AB;
}
</style>