Shades of Tequila #FAD3A8
Tints of Tequila #FAD3A8
RGB
CMYK
RGB Variations
Color information
#FAD3A8 (or 0xFAD3A8) is known color: Tequila. HEX triplet: FA, D3 and A8. RGB value is (250,211,168). Sum of RGB (Red+Green+Blue) = 250+211+168=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 211 (82.81% from 255 or 33.55% from 629); Blue value is 168 (66.02% from 255 or 26.71% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD3A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD3A8 is #052C57. Grayscale: #D9D9D9. Windows color (decimal): -339032 or 11064314. OLE color: 11064314.
HSL color Cylindrical-coordinate representation of color #FAD3A8: hue angle of 31.46º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAD3A8 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 211 | 168 | - |
CMYK | 0 | 0.16 | 0.33 | 0.02 |
HSL | 31.46º | 0.89% | 0.82% | - |
HSV(B) | 31.46º | 0.33% | 0.98% | - |
XYZ | 69.79 | 69.74 | 46.83 | - |
YUV | 217.76 | 99.92 | 151 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 211 | 168 | 0 | 0.16 | 0.33 | 0.02 | 31.46 | 0.89 | 0.82 |
Hex | FA | D3 | A8 | 0 | 10 | 21 | 2 | 1F | 59 | 52 |
Octal | 372 | 323 | 250 | 0 | 20 | 41 | 2 | 37 | 131 | 122 |
Binary | 11111010 | 11010011 | 10101000 | 0 | 10000 | 100001 | 10 | 11111 | 1011001 | 1010010 |
Color Harmonies of #FAD3A8
Complementary color
Monochromatic Colors of #FAD3A8
Black with #FAD3A8
Text Example
Text Example
White with #FAD3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD3A8; }
p { color: rgb(250,211,168); }
H1.HeaderClassName
{
color: #FAD3A8;
}
.AnyTagClassName
{
color: #FAD3A8;
}
</style>
background-color css
<style>
a { background-color: #FAD3A8; }
a { background-color: rgb(250,211,168); }
div.DivClassName
{
background-color: #FAD3A8;
}
.BgClassName
{
background-color: #FAD3A8;
}
</style>
border-color css
<style>
span { border-color: #FAD3A8; }
span { border-color: rgb(250,211,168); }
td.TdClassName
{
border-color: #FAD3A8;
}
.TagClassName
{
border-color: #FAD3A8;
}
</style>