Shades of Tequila #F4D3A4
Tints of Tequila #F4D3A4
RGB
CMYK
RGB Variations
Color information
#F4D3A4 (or 0xF4D3A4) is known color: Tequila. HEX triplet: F4, D3 and A4. RGB value is (244,211,164). Sum of RGB (Red+Green+Blue) = 244+211+164=619 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.42% from 619); Green value is 211 (82.81% from 255 or 34.09% from 619); Blue value is 164 (64.45% from 255 or 26.49% from 619); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D3A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D3A4 is #0B2C5B. Grayscale: #D7D7D7. Windows color (decimal): -732252 or 10802164. OLE color: 10802164.
HSL color Cylindrical-coordinate representation of color #F4D3A4: hue angle of 35.25º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F4D3A4 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 211 | 164 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.04 |
| HSL | 35.25º | 0.78% | 0.8% | - |
| HSV(B) | 35.25º | 0.33% | 0.96% | - |
| XYZ | 67.3 | 68.5 | 44.8 | - |
| YUV | 215.51 | 98.93 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 211 | 164 | 0 | 0.14 | 0.33 | 0.04 | 35.25 | 0.78 | 0.8 |
| Hex | F4 | D3 | A4 | 0 | E | 21 | 4 | 23 | 4E | 50 |
| Octal | 364 | 323 | 244 | 0 | 16 | 41 | 4 | 43 | 116 | 120 |
| Binary | 11110100 | 11010011 | 10100100 | 0 | 1110 | 100001 | 100 | 100011 | 1001110 | 1010000 |
Color Harmonies of #F4D3A4
Complementary color
Monochromatic Colors of #F4D3A4
Black with #F4D3A4
Text Example
Text Example
White with #F4D3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D3A4; }
p { color: rgb(244,211,164); }
H1.HeaderClassName
{
color: #F4D3A4;
}
.AnyTagClassName
{
color: #F4D3A4;
}
</style>
background-color css
<style>
a { background-color: #F4D3A4; }
a { background-color: rgb(244,211,164); }
div.DivClassName
{
background-color: #F4D3A4;
}
.BgClassName
{
background-color: #F4D3A4;
}
</style>
border-color css
<style>
span { border-color: #F4D3A4; }
span { border-color: rgb(244,211,164); }
td.TdClassName
{
border-color: #F4D3A4;
}
.TagClassName
{
border-color: #F4D3A4;
}
</style>