Shades of Tacao #FCAC7B
Tints of Tacao #FCAC7B
RGB
CMYK
RGB Variations
Color information
#FCAC7B (or 0xFCAC7B) is known color: Tacao. HEX triplet: FC, AC and 7B. RGB value is (252,172,123). Sum of RGB (Red+Green+Blue) = 252+172+123=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 123 (48.44% from 255 or 22.49% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAC7B is #035384. Grayscale: #BEBEBE. Windows color (decimal): -217989 or 8105212. OLE color: 8105212.
HSL color Cylindrical-coordinate representation of color #FCAC7B: hue angle of 22.79º 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 #FCAC7B is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 123 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.01 |
| HSL | 22.79º | 0.96% | 0.74% | - |
| HSV(B) | 22.79º | 0.51% | 0.99% | - |
| XYZ | 58.47 | 51.63 | 25.62 | - |
| YUV | 190.33 | 90 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 123 | 0 | 0.32 | 0.51 | 0.01 | 22.79 | 0.96 | 0.74 |
| Hex | FC | AC | 7B | 0 | 20 | 33 | 1 | 17 | 60 | 4A |
| Octal | 374 | 254 | 173 | 0 | 40 | 63 | 1 | 27 | 140 | 112 |
| Binary | 11111100 | 10101100 | 1111011 | 0 | 100000 | 110011 | 1 | 10111 | 1100000 | 1001010 |
Color Harmonies of #FCAC7B
Complementary color
Monochromatic Colors of #FCAC7B
Black with #FCAC7B
Text Example
Text Example
White with #FCAC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC7B; }
p { color: rgb(252,172,123); }
H1.HeaderClassName
{
color: #FCAC7B;
}
.AnyTagClassName
{
color: #FCAC7B;
}
</style>
background-color css
<style>
a { background-color: #FCAC7B; }
a { background-color: rgb(252,172,123); }
div.DivClassName
{
background-color: #FCAC7B;
}
.BgClassName
{
background-color: #FCAC7B;
}
</style>
border-color css
<style>
span { border-color: #FCAC7B; }
span { border-color: rgb(252,172,123); }
td.TdClassName
{
border-color: #FCAC7B;
}
.TagClassName
{
border-color: #FCAC7B;
}
</style>