Shades of Tacao #FAAA7C
Tints of Tacao #FAAA7C
RGB
CMYK
RGB Variations
Color information
#FAAA7C (or 0xFAAA7C) is known color: Tacao. HEX triplet: FA, AA and 7C. RGB value is (250,170,124). Sum of RGB (Red+Green+Blue) = 250+170+124=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 124 (48.83% from 255 or 22.79% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA7C is #055583. Grayscale: #BCBCBC. Windows color (decimal): -349572 or 8170234. OLE color: 8170234.
HSL color Cylindrical-coordinate representation of color #FAAA7C: hue angle of 21.9º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAAA7C is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 124 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.02 |
| HSL | 21.9º | 0.93% | 0.73% | - |
| HSV(B) | 21.9º | 0.5% | 0.98% | - |
| XYZ | 57.44 | 50.53 | 25.79 | - |
| YUV | 188.68 | 91.5 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 124 | 0 | 0.32 | 0.50 | 0.02 | 21.9 | 0.93 | 0.73 |
| Hex | FA | AA | 7C | 0 | 20 | 32 | 2 | 16 | 5D | 49 |
| Octal | 372 | 252 | 174 | 0 | 40 | 62 | 2 | 26 | 135 | 111 |
| Binary | 11111010 | 10101010 | 1111100 | 0 | 100000 | 110010 | 10 | 10110 | 1011101 | 1001001 |
Color Harmonies of #FAAA7C
Complementary color
Monochromatic Colors of #FAAA7C
Black with #FAAA7C
Text Example
Text Example
White with #FAAA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA7C; }
p { color: rgb(250,170,124); }
H1.HeaderClassName
{
color: #FAAA7C;
}
.AnyTagClassName
{
color: #FAAA7C;
}
</style>
background-color css
<style>
a { background-color: #FAAA7C; }
a { background-color: rgb(250,170,124); }
div.DivClassName
{
background-color: #FAAA7C;
}
.BgClassName
{
background-color: #FAAA7C;
}
</style>
border-color css
<style>
span { border-color: #FAAA7C; }
span { border-color: rgb(250,170,124); }
td.TdClassName
{
border-color: #FAAA7C;
}
.TagClassName
{
border-color: #FAAA7C;
}
</style>