Shades of Tacao #FCAA7B
Tints of Tacao #FCAA7B
RGB
CMYK
RGB Variations
Color information
#FCAA7B (or 0xFCAA7B) is known color: Tacao. HEX triplet: FC, AA and 7B. RGB value is (252,170,123). Sum of RGB (Red+Green+Blue) = 252+170+123=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 123 (48.44% from 255 or 22.57% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAA7B is #035584. Grayscale: #BDBDBD. Windows color (decimal): -218501 or 8104700. OLE color: 8104700.
HSL color Cylindrical-coordinate representation of color #FCAA7B: hue angle of 21.86º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FCAA7B is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 123 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.01 |
| HSL | 21.86º | 0.96% | 0.74% | - |
| HSV(B) | 21.86º | 0.51% | 0.99% | - |
| XYZ | 58.09 | 50.87 | 25.5 | - |
| YUV | 189.16 | 90.67 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 123 | 0 | 0.33 | 0.51 | 0.01 | 21.86 | 0.96 | 0.74 |
| Hex | FC | AA | 7B | 0 | 21 | 33 | 1 | 16 | 60 | 4A |
| Octal | 374 | 252 | 173 | 0 | 41 | 63 | 1 | 26 | 140 | 112 |
| Binary | 11111100 | 10101010 | 1111011 | 0 | 100001 | 110011 | 1 | 10110 | 1100000 | 1001010 |
Color Harmonies of #FCAA7B
Complementary color
Monochromatic Colors of #FCAA7B
Black with #FCAA7B
Text Example
Text Example
White with #FCAA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAA7B; }
p { color: rgb(252,170,123); }
H1.HeaderClassName
{
color: #FCAA7B;
}
.AnyTagClassName
{
color: #FCAA7B;
}
</style>
background-color css
<style>
a { background-color: #FCAA7B; }
a { background-color: rgb(252,170,123); }
div.DivClassName
{
background-color: #FCAA7B;
}
.BgClassName
{
background-color: #FCAA7B;
}
</style>
border-color css
<style>
span { border-color: #FCAA7B; }
span { border-color: rgb(252,170,123); }
td.TdClassName
{
border-color: #FCAA7B;
}
.TagClassName
{
border-color: #FCAA7B;
}
</style>