Shades of Tacao #FCAB80
Tints of Tacao #FCAB80
RGB
CMYK
RGB Variations
Color information
#FCAB80 (or 0xFCAB80) is known color: Tacao. HEX triplet: FC, AB and 80. RGB value is (252,171,128). Sum of RGB (Red+Green+Blue) = 252+171+128=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 128 (50.39% from 255 or 23.23% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAB80 is #03547F. Grayscale: #BEBEBE. Windows color (decimal): -218240 or 8432636. OLE color: 8432636.
HSL color Cylindrical-coordinate representation of color #FCAB80: hue angle of 20.81º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FCAB80 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 128 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.01 |
| HSL | 20.81º | 0.95% | 0.75% | - |
| HSV(B) | 20.81º | 0.49% | 0.99% | - |
| XYZ | 58.6 | 51.38 | 27.25 | - |
| YUV | 190.32 | 92.84 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 128 | 0 | 0.32 | 0.49 | 0.01 | 20.81 | 0.95 | 0.75 |
| Hex | FC | AB | 80 | 0 | 20 | 31 | 1 | 15 | 5F | 4B |
| Octal | 374 | 253 | 200 | 0 | 40 | 61 | 1 | 25 | 137 | 113 |
| Binary | 11111100 | 10101011 | 10000000 | 0 | 100000 | 110001 | 1 | 10101 | 1011111 | 1001011 |
Color Harmonies of #FCAB80
Complementary color
Monochromatic Colors of #FCAB80
Black with #FCAB80
Text Example
Text Example
White with #FCAB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB80; }
p { color: rgb(252,171,128); }
H1.HeaderClassName
{
color: #FCAB80;
}
.AnyTagClassName
{
color: #FCAB80;
}
</style>
background-color css
<style>
a { background-color: #FCAB80; }
a { background-color: rgb(252,171,128); }
div.DivClassName
{
background-color: #FCAB80;
}
.BgClassName
{
background-color: #FCAB80;
}
</style>
border-color css
<style>
span { border-color: #FCAB80; }
span { border-color: rgb(252,171,128); }
td.TdClassName
{
border-color: #FCAB80;
}
.TagClassName
{
border-color: #FCAB80;
}
</style>