Shades of Tacao #FAAA7D
Tints of Tacao #FAAA7D
RGB
CMYK
RGB Variations
Color information
#FAAA7D (or 0xFAAA7D) is known color: Tacao. HEX triplet: FA, AA and 7D. RGB value is (250,170,125). Sum of RGB (Red+Green+Blue) = 250+170+125=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA7D is #055582. Grayscale: #BDBDBD. Windows color (decimal): -349571 or 8235770. OLE color: 8235770.
HSL color Cylindrical-coordinate representation of color #FAAA7D: hue angle of 21.6º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAAA7D is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 125 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.02 |
| HSL | 21.6º | 0.93% | 0.74% | - |
| HSV(B) | 21.6º | 0.5% | 0.98% | - |
| XYZ | 57.5 | 50.55 | 26.13 | - |
| YUV | 188.79 | 92 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 125 | 0 | 0.32 | 0.50 | 0.02 | 21.6 | 0.93 | 0.74 |
| Hex | FA | AA | 7D | 0 | 20 | 32 | 2 | 16 | 5D | 4A |
| Octal | 372 | 252 | 175 | 0 | 40 | 62 | 2 | 26 | 135 | 112 |
| Binary | 11111010 | 10101010 | 1111101 | 0 | 100000 | 110010 | 10 | 10110 | 1011101 | 1001010 |
Color Harmonies of #FAAA7D
Complementary color
Monochromatic Colors of #FAAA7D
Black with #FAAA7D
Text Example
Text Example
White with #FAAA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA7D; }
p { color: rgb(250,170,125); }
H1.HeaderClassName
{
color: #FAAA7D;
}
.AnyTagClassName
{
color: #FAAA7D;
}
</style>
background-color css
<style>
a { background-color: #FAAA7D; }
a { background-color: rgb(250,170,125); }
div.DivClassName
{
background-color: #FAAA7D;
}
.BgClassName
{
background-color: #FAAA7D;
}
</style>
border-color css
<style>
span { border-color: #FAAA7D; }
span { border-color: rgb(250,170,125); }
td.TdClassName
{
border-color: #FAAA7D;
}
.TagClassName
{
border-color: #FAAA7D;
}
</style>