Shades of Tequila #FAD3AB
Tints of Tequila #FAD3AB
RGB
CMYK
RGB Variations
Color information
#FAD3AB (or 0xFAD3AB) is known color: Tequila. HEX triplet: FA, D3 and AB. RGB value is (250,211,171). Sum of RGB (Red+Green+Blue) = 250+211+171=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 211 (82.81% from 255 or 33.39% from 632); Blue value is 171 (67.19% from 255 or 27.06% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD3AB is #052C54. Grayscale: #DADADA. Windows color (decimal): -339029 or 11260922. OLE color: 11260922.
HSL color Cylindrical-coordinate representation of color #FAD3AB: hue angle of 30.38º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAD3AB is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 171 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.02 |
| HSL | 30.38º | 0.89% | 0.83% | - |
| HSV(B) | 30.38º | 0.32% | 0.98% | - |
| XYZ | 70.07 | 69.85 | 48.32 | - |
| YUV | 218.1 | 101.42 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 171 | 0 | 0.16 | 0.32 | 0.02 | 30.38 | 0.89 | 0.83 |
| Hex | FA | D3 | AB | 0 | 10 | 20 | 2 | 1E | 59 | 53 |
| Octal | 372 | 323 | 253 | 0 | 20 | 40 | 2 | 36 | 131 | 123 |
| Binary | 11111010 | 11010011 | 10101011 | 0 | 10000 | 100000 | 10 | 11110 | 1011001 | 1010011 |
Color Harmonies of #FAD3AB
Complementary color
Monochromatic Colors of #FAD3AB
Black with #FAD3AB
Text Example
Text Example
White with #FAD3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD3AB; }
p { color: rgb(250,211,171); }
H1.HeaderClassName
{
color: #FAD3AB;
}
.AnyTagClassName
{
color: #FAD3AB;
}
</style>
background-color css
<style>
a { background-color: #FAD3AB; }
a { background-color: rgb(250,211,171); }
div.DivClassName
{
background-color: #FAD3AB;
}
.BgClassName
{
background-color: #FAD3AB;
}
</style>
border-color css
<style>
span { border-color: #FAD3AB; }
span { border-color: rgb(250,211,171); }
td.TdClassName
{
border-color: #FAD3AB;
}
.TagClassName
{
border-color: #FAD3AB;
}
</style>