Shades of Tequila #FACEA3
Tints of Tequila #FACEA3
RGB
CMYK
RGB Variations
Color information
#FACEA3 (or 0xFACEA3) is known color: Tequila. HEX triplet: FA, CE and A3. RGB value is (250,206,163). Sum of RGB (Red+Green+Blue) = 250+206+163=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 163 (64.06% from 255 or 26.33% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACEA3 is #05315C. Grayscale: #D6D6D6. Windows color (decimal): -340317 or 10735354. OLE color: 10735354.
HSL color Cylindrical-coordinate representation of color #FACEA3: hue angle of 29.66º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FACEA3 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 163 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.02 |
| HSL | 29.66º | 0.9% | 0.81% | - |
| HSV(B) | 29.66º | 0.35% | 0.98% | - |
| XYZ | 68.11 | 67.11 | 44.01 | - |
| YUV | 214.25 | 99.08 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 163 | 0 | 0.18 | 0.35 | 0.02 | 29.66 | 0.9 | 0.81 |
| Hex | FA | CE | A3 | 0 | 12 | 23 | 2 | 1E | 5A | 51 |
| Octal | 372 | 316 | 243 | 0 | 22 | 43 | 2 | 36 | 132 | 121 |
| Binary | 11111010 | 11001110 | 10100011 | 0 | 10010 | 100011 | 10 | 11110 | 1011010 | 1010001 |
Color Harmonies of #FACEA3
Complementary color
Monochromatic Colors of #FACEA3
Black with #FACEA3
Text Example
Text Example
White with #FACEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACEA3; }
p { color: rgb(250,206,163); }
H1.HeaderClassName
{
color: #FACEA3;
}
.AnyTagClassName
{
color: #FACEA3;
}
</style>
background-color css
<style>
a { background-color: #FACEA3; }
a { background-color: rgb(250,206,163); }
div.DivClassName
{
background-color: #FACEA3;
}
.BgClassName
{
background-color: #FACEA3;
}
</style>
border-color css
<style>
span { border-color: #FACEA3; }
span { border-color: rgb(250,206,163); }
td.TdClassName
{
border-color: #FACEA3;
}
.TagClassName
{
border-color: #FACEA3;
}
</style>