Shades of Tacao #FCAA7D
Tints of Tacao #FCAA7D
RGB
CMYK
RGB Variations
Color information
#FCAA7D (or 0xFCAA7D) is known color: Tacao. HEX triplet: FC, AA and 7D. RGB value is (252,170,125). Sum of RGB (Red+Green+Blue) = 252+170+125=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAA7D is #035582. Grayscale: #BDBDBD. Windows color (decimal): -218499 or 8235772. OLE color: 8235772.
HSL color Cylindrical-coordinate representation of color #FCAA7D: hue angle of 21.26º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCAA7D is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 125 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.01 |
| HSL | 21.26º | 0.95% | 0.74% | - |
| HSV(B) | 21.26º | 0.5% | 0.99% | - |
| XYZ | 58.22 | 50.93 | 26.16 | - |
| YUV | 189.39 | 91.67 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 125 | 0 | 0.33 | 0.50 | 0.01 | 21.26 | 0.95 | 0.74 |
| Hex | FC | AA | 7D | 0 | 21 | 32 | 1 | 15 | 5F | 4A |
| Octal | 374 | 252 | 175 | 0 | 41 | 62 | 1 | 25 | 137 | 112 |
| Binary | 11111100 | 10101010 | 1111101 | 0 | 100001 | 110010 | 1 | 10101 | 1011111 | 1001010 |
Color Harmonies of #FCAA7D
Complementary color
Monochromatic Colors of #FCAA7D
Black with #FCAA7D
Text Example
Text Example
White with #FCAA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAA7D; }
p { color: rgb(252,170,125); }
H1.HeaderClassName
{
color: #FCAA7D;
}
.AnyTagClassName
{
color: #FCAA7D;
}
</style>
background-color css
<style>
a { background-color: #FCAA7D; }
a { background-color: rgb(252,170,125); }
div.DivClassName
{
background-color: #FCAA7D;
}
.BgClassName
{
background-color: #FCAA7D;
}
</style>
border-color css
<style>
span { border-color: #FCAA7D; }
span { border-color: rgb(252,170,125); }
td.TdClassName
{
border-color: #FCAA7D;
}
.TagClassName
{
border-color: #FCAA7D;
}
</style>