Shades of Tacao #FAAA81
Tints of Tacao #FAAA81
RGB
CMYK
RGB Variations
Color information
#FAAA81 (or 0xFAAA81) is known color: Tacao. HEX triplet: FA, AA and 81. RGB value is (250,170,129). Sum of RGB (Red+Green+Blue) = 250+170+129=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 129 (50.78% from 255 or 23.50% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAA81 is #05557E. Grayscale: #BDBDBD. Windows color (decimal): -349567 or 8497914. OLE color: 8497914.
HSL color Cylindrical-coordinate representation of color #FAAA81: hue angle of 20.33º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FAAA81 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 129 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.02 |
| HSL | 20.33º | 0.92% | 0.74% | - |
| HSV(B) | 20.33º | 0.48% | 0.98% | - |
| XYZ | 57.76 | 50.66 | 27.5 | - |
| YUV | 189.25 | 94 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 129 | 0 | 0.32 | 0.48 | 0.02 | 20.33 | 0.92 | 0.74 |
| Hex | FA | AA | 81 | 0 | 20 | 30 | 2 | 14 | 5C | 4A |
| Octal | 372 | 252 | 201 | 0 | 40 | 60 | 2 | 24 | 134 | 112 |
| Binary | 11111010 | 10101010 | 10000001 | 0 | 100000 | 110000 | 10 | 10100 | 1011100 | 1001010 |
Color Harmonies of #FAAA81
Complementary color
Monochromatic Colors of #FAAA81
Black with #FAAA81
Text Example
Text Example
White with #FAAA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA81; }
p { color: rgb(250,170,129); }
H1.HeaderClassName
{
color: #FAAA81;
}
.AnyTagClassName
{
color: #FAAA81;
}
</style>
background-color css
<style>
a { background-color: #FAAA81; }
a { background-color: rgb(250,170,129); }
div.DivClassName
{
background-color: #FAAA81;
}
.BgClassName
{
background-color: #FAAA81;
}
</style>
border-color css
<style>
span { border-color: #FAAA81; }
span { border-color: rgb(250,170,129); }
td.TdClassName
{
border-color: #FAAA81;
}
.TagClassName
{
border-color: #FAAA81;
}
</style>