Shades of Tequila #F8CDA5
Tints of Tequila #F8CDA5
RGB
CMYK
RGB Variations
Color information
#F8CDA5 (or 0xF8CDA5) is known color: Tequila. HEX triplet: F8, CD and A5. RGB value is (248,205,165). Sum of RGB (Red+Green+Blue) = 248+205+165=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 165 (64.84% from 255 or 26.70% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CDA5 is #07325A. Grayscale: #D5D5D5. Windows color (decimal): -471643 or 10866168. OLE color: 10866168.
HSL color Cylindrical-coordinate representation of color #F8CDA5: hue angle of 28.92º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8CDA5 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 205 | 165 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.03 |
| HSL | 28.92º | 0.86% | 0.81% | - |
| HSV(B) | 28.92º | 0.33% | 0.97% | - |
| XYZ | 67.33 | 66.34 | 44.85 | - |
| YUV | 213.3 | 100.75 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 205 | 165 | 0 | 0.17 | 0.33 | 0.03 | 28.92 | 0.86 | 0.81 |
| Hex | F8 | CD | A5 | 0 | 11 | 21 | 3 | 1D | 56 | 51 |
| Octal | 370 | 315 | 245 | 0 | 21 | 41 | 3 | 35 | 126 | 121 |
| Binary | 11111000 | 11001101 | 10100101 | 0 | 10001 | 100001 | 11 | 11101 | 1010110 | 1010001 |
Color Harmonies of #F8CDA5
Complementary color
Monochromatic Colors of #F8CDA5
Black with #F8CDA5
Text Example
Text Example
White with #F8CDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CDA5; }
p { color: rgb(248,205,165); }
H1.HeaderClassName
{
color: #F8CDA5;
}
.AnyTagClassName
{
color: #F8CDA5;
}
</style>
background-color css
<style>
a { background-color: #F8CDA5; }
a { background-color: rgb(248,205,165); }
div.DivClassName
{
background-color: #F8CDA5;
}
.BgClassName
{
background-color: #F8CDA5;
}
</style>
border-color css
<style>
span { border-color: #F8CDA5; }
span { border-color: rgb(248,205,165); }
td.TdClassName
{
border-color: #F8CDA5;
}
.TagClassName
{
border-color: #F8CDA5;
}
</style>