Shades of Tequila #F8D0AB
Tints of Tequila #F8D0AB
RGB
CMYK
RGB Variations
Color information
#F8D0AB (or 0xF8D0AB) is known color: Tequila. HEX triplet: F8, D0 and AB. RGB value is (248,208,171). Sum of RGB (Red+Green+Blue) = 248+208+171=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 171 (67.19% from 255 or 27.27% from 627); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D0AB is #072F54. Grayscale: #D7D7D7. Windows color (decimal): -470869 or 11260152. OLE color: 11260152.
HSL color Cylindrical-coordinate representation of color #F8D0AB: hue angle of 28.83º 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 #F8D0AB is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 171 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.03 |
| HSL | 28.83º | 0.85% | 0.82% | - |
| HSV(B) | 28.83º | 0.31% | 0.97% | - |
| XYZ | 68.62 | 68.01 | 48.04 | - |
| YUV | 215.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 171 | 0 | 0.16 | 0.31 | 0.03 | 28.83 | 0.85 | 0.82 |
| Hex | F8 | D0 | AB | 0 | 10 | 1F | 3 | 1D | 55 | 52 |
| Octal | 370 | 320 | 253 | 0 | 20 | 37 | 3 | 35 | 125 | 122 |
| Binary | 11111000 | 11010000 | 10101011 | 0 | 10000 | 11111 | 11 | 11101 | 1010101 | 1010010 |
Color Harmonies of #F8D0AB
Complementary color
Monochromatic Colors of #F8D0AB
Black with #F8D0AB
Text Example
Text Example
White with #F8D0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D0AB; }
p { color: rgb(248,208,171); }
H1.HeaderClassName
{
color: #F8D0AB;
}
.AnyTagClassName
{
color: #F8D0AB;
}
</style>
background-color css
<style>
a { background-color: #F8D0AB; }
a { background-color: rgb(248,208,171); }
div.DivClassName
{
background-color: #F8D0AB;
}
.BgClassName
{
background-color: #F8D0AB;
}
</style>
border-color css
<style>
span { border-color: #F8D0AB; }
span { border-color: rgb(248,208,171); }
td.TdClassName
{
border-color: #F8D0AB;
}
.TagClassName
{
border-color: #F8D0AB;
}
</style>