Shades of Tequila #F2D3AB
Tints of Tequila #F2D3AB
RGB
CMYK
RGB Variations
Color information
#F2D3AB (or 0xF2D3AB) is known color: Tequila. HEX triplet: F2, D3 and AB. RGB value is (242,211,171). Sum of RGB (Red+Green+Blue) = 242+211+171=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 211 (82.81% from 255 or 33.81% from 624); Blue value is 171 (67.19% from 255 or 27.40% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D3AB is #0D2C54. Grayscale: #D7D7D7. Windows color (decimal): -863317 or 11260914. OLE color: 11260914.
HSL color Cylindrical-coordinate representation of color #F2D3AB: hue angle of 33.8º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2D3AB is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 211 | 171 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.05 |
| HSL | 33.8º | 0.73% | 0.81% | - |
| HSV(B) | 33.8º | 0.29% | 0.95% | - |
| XYZ | 67.26 | 68.41 | 48.19 | - |
| YUV | 215.71 | 102.77 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 211 | 171 | 0 | 0.13 | 0.29 | 0.05 | 33.8 | 0.73 | 0.81 |
| Hex | F2 | D3 | AB | 0 | D | 1D | 5 | 22 | 49 | 51 |
| Octal | 362 | 323 | 253 | 0 | 15 | 35 | 5 | 42 | 111 | 121 |
| Binary | 11110010 | 11010011 | 10101011 | 0 | 1101 | 11101 | 101 | 100010 | 1001001 | 1010001 |
Color Harmonies of #F2D3AB
Complementary color
Monochromatic Colors of #F2D3AB
Black with #F2D3AB
Text Example
Text Example
White with #F2D3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D3AB; }
p { color: rgb(242,211,171); }
H1.HeaderClassName
{
color: #F2D3AB;
}
.AnyTagClassName
{
color: #F2D3AB;
}
</style>
background-color css
<style>
a { background-color: #F2D3AB; }
a { background-color: rgb(242,211,171); }
div.DivClassName
{
background-color: #F2D3AB;
}
.BgClassName
{
background-color: #F2D3AB;
}
</style>
border-color css
<style>
span { border-color: #F2D3AB; }
span { border-color: rgb(242,211,171); }
td.TdClassName
{
border-color: #F2D3AB;
}
.TagClassName
{
border-color: #F2D3AB;
}
</style>