Shades of Tequila #F3D3A2
Tints of Tequila #F3D3A2
RGB
CMYK
RGB Variations
Color information
#F3D3A2 (or 0xF3D3A2) is known color: Tequila. HEX triplet: F3, D3 and A2. RGB value is (243,211,162). Sum of RGB (Red+Green+Blue) = 243+211+162=616 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.45% from 616); Green value is 211 (82.81% from 255 or 34.25% from 616); Blue value is 162 (63.67% from 255 or 26.30% from 616); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D3A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D3A2 is #0C2C5D. Grayscale: #D7D7D7. Windows color (decimal): -797790 or 10671091. OLE color: 10671091.
HSL color Cylindrical-coordinate representation of color #F3D3A2: hue angle of 36.3º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3D3A2 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 211 | 162 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.05 |
| HSL | 36.3º | 0.77% | 0.79% | - |
| HSV(B) | 36.3º | 0.33% | 0.95% | - |
| XYZ | 66.78 | 68.25 | 43.84 | - |
| YUV | 214.98 | 98.1 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 211 | 162 | 0 | 0.13 | 0.33 | 0.05 | 36.3 | 0.77 | 0.79 |
| Hex | F3 | D3 | A2 | 0 | D | 21 | 5 | 24 | 4D | 4F |
| Octal | 363 | 323 | 242 | 0 | 15 | 41 | 5 | 44 | 115 | 117 |
| Binary | 11110011 | 11010011 | 10100010 | 0 | 1101 | 100001 | 101 | 100100 | 1001101 | 1001111 |
Color Harmonies of #F3D3A2
Complementary color
Monochromatic Colors of #F3D3A2
Black with #F3D3A2
Text Example
Text Example
White with #F3D3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D3A2; }
p { color: rgb(243,211,162); }
H1.HeaderClassName
{
color: #F3D3A2;
}
.AnyTagClassName
{
color: #F3D3A2;
}
</style>
background-color css
<style>
a { background-color: #F3D3A2; }
a { background-color: rgb(243,211,162); }
div.DivClassName
{
background-color: #F3D3A2;
}
.BgClassName
{
background-color: #F3D3A2;
}
</style>
border-color css
<style>
span { border-color: #F3D3A2; }
span { border-color: rgb(243,211,162); }
td.TdClassName
{
border-color: #F3D3A2;
}
.TagClassName
{
border-color: #F3D3A2;
}
</style>