Shades of Tequila #F8D1AA
Tints of Tequila #F8D1AA
RGB
CMYK
RGB Variations
Color information
#F8D1AA (or 0xF8D1AA) is known color: Tequila. HEX triplet: F8, D1 and AA. RGB value is (248,209,170). Sum of RGB (Red+Green+Blue) = 248+209+170=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 209 (82.03% from 255 or 33.33% from 627); Blue value is 170 (66.80% from 255 or 27.11% from 627); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D1AA is #072E55. Grayscale: #D8D8D8. Windows color (decimal): -470614 or 11194872. OLE color: 11194872.
HSL color Cylindrical-coordinate representation of color #F8D1AA: hue angle of 30º 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 #F8D1AA is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 209 | 170 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.03 |
| HSL | 30º | 0.85% | 0.82% | - |
| HSV(B) | 30º | 0.31% | 0.97% | - |
| XYZ | 68.77 | 68.46 | 47.62 | - |
| YUV | 216.22 | 101.92 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 209 | 170 | 0 | 0.16 | 0.31 | 0.03 | 30 | 0.85 | 0.82 |
| Hex | F8 | D1 | AA | 0 | 10 | 1F | 3 | 1E | 55 | 52 |
| Octal | 370 | 321 | 252 | 0 | 20 | 37 | 3 | 36 | 125 | 122 |
| Binary | 11111000 | 11010001 | 10101010 | 0 | 10000 | 11111 | 11 | 11110 | 1010101 | 1010010 |
Color Harmonies of #F8D1AA
Complementary color
Monochromatic Colors of #F8D1AA
Black with #F8D1AA
Text Example
Text Example
White with #F8D1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D1AA; }
p { color: rgb(248,209,170); }
H1.HeaderClassName
{
color: #F8D1AA;
}
.AnyTagClassName
{
color: #F8D1AA;
}
</style>
background-color css
<style>
a { background-color: #F8D1AA; }
a { background-color: rgb(248,209,170); }
div.DivClassName
{
background-color: #F8D1AA;
}
.BgClassName
{
background-color: #F8D1AA;
}
</style>
border-color css
<style>
span { border-color: #F8D1AA; }
span { border-color: rgb(248,209,170); }
td.TdClassName
{
border-color: #F8D1AA;
}
.TagClassName
{
border-color: #F8D1AA;
}
</style>