Shades of Tacao #FAAA7E
Tints of Tacao #FAAA7E
RGB
CMYK
RGB Variations
Color information
#FAAA7E (or 0xFAAA7E) is known color: Tacao. HEX triplet: FA, AA and 7E. RGB value is (250,170,126). Sum of RGB (Red+Green+Blue) = 250+170+126=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 126 (49.61% from 255 or 23.08% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA7E is #055581. Grayscale: #BDBDBD. Windows color (decimal): -349570 or 8301306. OLE color: 8301306.
HSL color Cylindrical-coordinate representation of color #FAAA7E: hue angle of 21.29º 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 #FAAA7E is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 126 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.02 |
| HSL | 21.29º | 0.93% | 0.74% | - |
| HSV(B) | 21.29º | 0.5% | 0.98% | - |
| XYZ | 57.56 | 50.58 | 26.47 | - |
| YUV | 188.9 | 92.5 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 126 | 0 | 0.32 | 0.50 | 0.02 | 21.29 | 0.93 | 0.74 |
| Hex | FA | AA | 7E | 0 | 20 | 32 | 2 | 15 | 5D | 4A |
| Octal | 372 | 252 | 176 | 0 | 40 | 62 | 2 | 25 | 135 | 112 |
| Binary | 11111010 | 10101010 | 1111110 | 0 | 100000 | 110010 | 10 | 10101 | 1011101 | 1001010 |
Color Harmonies of #FAAA7E
Complementary color
Monochromatic Colors of #FAAA7E
Black with #FAAA7E
Text Example
Text Example
White with #FAAA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA7E; }
p { color: rgb(250,170,126); }
H1.HeaderClassName
{
color: #FAAA7E;
}
.AnyTagClassName
{
color: #FAAA7E;
}
</style>
background-color css
<style>
a { background-color: #FAAA7E; }
a { background-color: rgb(250,170,126); }
div.DivClassName
{
background-color: #FAAA7E;
}
.BgClassName
{
background-color: #FAAA7E;
}
</style>
border-color css
<style>
span { border-color: #FAAA7E; }
span { border-color: rgb(250,170,126); }
td.TdClassName
{
border-color: #FAAA7E;
}
.TagClassName
{
border-color: #FAAA7E;
}
</style>