Shades of Tacao #FAAA7F
Tints of Tacao #FAAA7F
RGB
CMYK
RGB Variations
Color information
#FAAA7F (or 0xFAAA7F) is known color: Tacao. HEX triplet: FA, AA and 7F. RGB value is (250,170,127). Sum of RGB (Red+Green+Blue) = 250+170+127=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 127 (50% from 255 or 23.22% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA7F is #055580. Grayscale: #BDBDBD. Windows color (decimal): -349569 or 8366842. OLE color: 8366842.
HSL color Cylindrical-coordinate representation of color #FAAA7F: hue angle of 20.98º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FAAA7F is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 127 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.02 |
| HSL | 20.98º | 0.92% | 0.74% | - |
| HSV(B) | 20.98º | 0.49% | 0.98% | - |
| XYZ | 57.63 | 50.61 | 26.81 | - |
| YUV | 189.02 | 93 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 127 | 0 | 0.32 | 0.49 | 0.02 | 20.98 | 0.92 | 0.74 |
| Hex | FA | AA | 7F | 0 | 20 | 31 | 2 | 15 | 5C | 4A |
| Octal | 372 | 252 | 177 | 0 | 40 | 61 | 2 | 25 | 134 | 112 |
| Binary | 11111010 | 10101010 | 1111111 | 0 | 100000 | 110001 | 10 | 10101 | 1011100 | 1001010 |
Color Harmonies of #FAAA7F
Complementary color
Monochromatic Colors of #FAAA7F
Black with #FAAA7F
Text Example
Text Example
White with #FAAA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA7F; }
p { color: rgb(250,170,127); }
H1.HeaderClassName
{
color: #FAAA7F;
}
.AnyTagClassName
{
color: #FAAA7F;
}
</style>
background-color css
<style>
a { background-color: #FAAA7F; }
a { background-color: rgb(250,170,127); }
div.DivClassName
{
background-color: #FAAA7F;
}
.BgClassName
{
background-color: #FAAA7F;
}
</style>
border-color css
<style>
span { border-color: #FAAA7F; }
span { border-color: rgb(250,170,127); }
td.TdClassName
{
border-color: #FAAA7F;
}
.TagClassName
{
border-color: #FAAA7F;
}
</style>