Shades of Tequila #FACEA0
Tints of Tequila #FACEA0
RGB
CMYK
RGB Variations
Color information
#FACEA0 (or 0xFACEA0) is known color: Tequila. HEX triplet: FA, CE and A0. RGB value is (250,206,160). Sum of RGB (Red+Green+Blue) = 250+206+160=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 160 (62.89% from 255 or 25.97% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACEA0 is #05315F. Grayscale: #D6D6D6. Windows color (decimal): -340320 or 10538746. OLE color: 10538746.
HSL color Cylindrical-coordinate representation of color #FACEA0: hue angle of 30.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FACEA0 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 160 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.02 |
| HSL | 30.67º | 0.9% | 0.8% | - |
| HSV(B) | 30.67º | 0.36% | 0.98% | - |
| XYZ | 67.84 | 67 | 42.62 | - |
| YUV | 213.91 | 97.58 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 160 | 0 | 0.18 | 0.36 | 0.02 | 30.67 | 0.9 | 0.8 |
| Hex | FA | CE | A0 | 0 | 12 | 24 | 2 | 1F | 5A | 50 |
| Octal | 372 | 316 | 240 | 0 | 22 | 44 | 2 | 37 | 132 | 120 |
| Binary | 11111010 | 11001110 | 10100000 | 0 | 10010 | 100100 | 10 | 11111 | 1011010 | 1010000 |
Color Harmonies of #FACEA0
Complementary color
Monochromatic Colors of #FACEA0
Black with #FACEA0
Text Example
Text Example
White with #FACEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACEA0; }
p { color: rgb(250,206,160); }
H1.HeaderClassName
{
color: #FACEA0;
}
.AnyTagClassName
{
color: #FACEA0;
}
</style>
background-color css
<style>
a { background-color: #FACEA0; }
a { background-color: rgb(250,206,160); }
div.DivClassName
{
background-color: #FACEA0;
}
.BgClassName
{
background-color: #FACEA0;
}
</style>
border-color css
<style>
span { border-color: #FACEA0; }
span { border-color: rgb(250,206,160); }
td.TdClassName
{
border-color: #FACEA0;
}
.TagClassName
{
border-color: #FACEA0;
}
</style>