Shades of Tequila #F0CDA8
Tints of Tequila #F0CDA8
RGB
CMYK
RGB Variations
Color information
#F0CDA8 (or 0xF0CDA8) is known color: Tequila. HEX triplet: F0, CD and A8. RGB value is (240,205,168). Sum of RGB (Red+Green+Blue) = 240+205+168=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 168 (66.02% from 255 or 27.41% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CDA8 is #0F3257. Grayscale: #D3D3D3. Windows color (decimal): -995928 or 11062768. OLE color: 11062768.
HSL color Cylindrical-coordinate representation of color #F0CDA8: hue angle of 30.83º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0CDA8 is Cyan = 0, Magento = 0.15, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 168 | - |
| CMYK | 0 | 0.15 | 0.3 | 0.06 |
| HSL | 30.83º | 0.71% | 0.8% | - |
| HSV(B) | 30.83º | 0.3% | 0.94% | - |
| XYZ | 64.83 | 65.02 | 46.18 | - |
| YUV | 211.25 | 103.6 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 168 | 0 | 0.15 | 0.3 | 0.06 | 30.83 | 0.71 | 0.8 |
| Hex | F0 | CD | A8 | 0 | F | 1E | 6 | 1F | 47 | 50 |
| Octal | 360 | 315 | 250 | 0 | 17 | 36 | 6 | 37 | 107 | 120 |
| Binary | 11110000 | 11001101 | 10101000 | 0 | 1111 | 11110 | 110 | 11111 | 1000111 | 1010000 |
Color Harmonies of #F0CDA8
Complementary color
Monochromatic Colors of #F0CDA8
Black with #F0CDA8
Text Example
Text Example
White with #F0CDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CDA8; }
p { color: rgb(240,205,168); }
H1.HeaderClassName
{
color: #F0CDA8;
}
.AnyTagClassName
{
color: #F0CDA8;
}
</style>
background-color css
<style>
a { background-color: #F0CDA8; }
a { background-color: rgb(240,205,168); }
div.DivClassName
{
background-color: #F0CDA8;
}
.BgClassName
{
background-color: #F0CDA8;
}
</style>
border-color css
<style>
span { border-color: #F0CDA8; }
span { border-color: rgb(240,205,168); }
td.TdClassName
{
border-color: #F0CDA8;
}
.TagClassName
{
border-color: #F0CDA8;
}
</style>