Shades of Tequila #F8D2A4
Tints of Tequila #F8D2A4
RGB
CMYK
RGB Variations
Color information
#F8D2A4 (or 0xF8D2A4) is known color: Tequila. HEX triplet: F8, D2 and A4. RGB value is (248,210,164). Sum of RGB (Red+Green+Blue) = 248+210+164=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 164 (64.45% from 255 or 26.37% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D2A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D2A4 is #072D5B. Grayscale: #D8D8D8. Windows color (decimal): -470364 or 10801912. OLE color: 10801912.
HSL color Cylindrical-coordinate representation of color #F8D2A4: hue angle of 32.86º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F8D2A4 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 210 | 164 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.03 |
| HSL | 32.86º | 0.86% | 0.81% | - |
| HSV(B) | 32.86º | 0.34% | 0.97% | - |
| XYZ | 68.46 | 68.73 | 44.78 | - |
| YUV | 216.12 | 98.59 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 210 | 164 | 0 | 0.15 | 0.34 | 0.03 | 32.86 | 0.86 | 0.81 |
| Hex | F8 | D2 | A4 | 0 | F | 22 | 3 | 21 | 56 | 51 |
| Octal | 370 | 322 | 244 | 0 | 17 | 42 | 3 | 41 | 126 | 121 |
| Binary | 11111000 | 11010010 | 10100100 | 0 | 1111 | 100010 | 11 | 100001 | 1010110 | 1010001 |
Color Harmonies of #F8D2A4
Complementary color
Monochromatic Colors of #F8D2A4
Black with #F8D2A4
Text Example
Text Example
White with #F8D2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D2A4; }
p { color: rgb(248,210,164); }
H1.HeaderClassName
{
color: #F8D2A4;
}
.AnyTagClassName
{
color: #F8D2A4;
}
</style>
background-color css
<style>
a { background-color: #F8D2A4; }
a { background-color: rgb(248,210,164); }
div.DivClassName
{
background-color: #F8D2A4;
}
.BgClassName
{
background-color: #F8D2A4;
}
</style>
border-color css
<style>
span { border-color: #F8D2A4; }
span { border-color: rgb(248,210,164); }
td.TdClassName
{
border-color: #F8D2A4;
}
.TagClassName
{
border-color: #F8D2A4;
}
</style>