Shades of Tacao #FCAB7A
Tints of Tacao #FCAB7A
RGB
CMYK
RGB Variations
Color information
#FCAB7A (or 0xFCAB7A) is known color: Tacao. HEX triplet: FC, AB and 7A. RGB value is (252,171,122). Sum of RGB (Red+Green+Blue) = 252+171+122=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 122 (48.05% from 255 or 22.39% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAB7A is #035485. Grayscale: #BDBDBD. Windows color (decimal): -218246 or 8039420. OLE color: 8039420.
HSL color Cylindrical-coordinate representation of color #FCAB7A: hue angle of 22.62º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCAB7A is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 122 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.01 |
| HSL | 22.62º | 0.96% | 0.73% | - |
| HSV(B) | 22.62º | 0.52% | 0.99% | - |
| XYZ | 58.22 | 51.23 | 25.23 | - |
| YUV | 189.63 | 89.84 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 122 | 0 | 0.32 | 0.52 | 0.01 | 22.62 | 0.96 | 0.73 |
| Hex | FC | AB | 7A | 0 | 20 | 34 | 1 | 17 | 60 | 49 |
| Octal | 374 | 253 | 172 | 0 | 40 | 64 | 1 | 27 | 140 | 111 |
| Binary | 11111100 | 10101011 | 1111010 | 0 | 100000 | 110100 | 1 | 10111 | 1100000 | 1001001 |
Color Harmonies of #FCAB7A
Complementary color
Monochromatic Colors of #FCAB7A
Black with #FCAB7A
Text Example
Text Example
White with #FCAB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB7A; }
p { color: rgb(252,171,122); }
H1.HeaderClassName
{
color: #FCAB7A;
}
.AnyTagClassName
{
color: #FCAB7A;
}
</style>
background-color css
<style>
a { background-color: #FCAB7A; }
a { background-color: rgb(252,171,122); }
div.DivClassName
{
background-color: #FCAB7A;
}
.BgClassName
{
background-color: #FCAB7A;
}
</style>
border-color css
<style>
span { border-color: #FCAB7A; }
span { border-color: rgb(252,171,122); }
td.TdClassName
{
border-color: #FCAB7A;
}
.TagClassName
{
border-color: #FCAB7A;
}
</style>