Shades of Tacao #FCAB7D
Tints of Tacao #FCAB7D
RGB
CMYK
RGB Variations
Color information
#FCAB7D (or 0xFCAB7D) is known color: Tacao. HEX triplet: FC, AB and 7D. RGB value is (252,171,125). Sum of RGB (Red+Green+Blue) = 252+171+125=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAB7D is #035482. Grayscale: #BEBEBE. Windows color (decimal): -218243 or 8236028. OLE color: 8236028.
HSL color Cylindrical-coordinate representation of color #FCAB7D: hue angle of 21.73º 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 #FCAB7D is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 125 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.01 |
| HSL | 21.73º | 0.95% | 0.74% | - |
| HSV(B) | 21.73º | 0.5% | 0.99% | - |
| XYZ | 58.41 | 51.3 | 26.23 | - |
| YUV | 189.98 | 91.34 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 125 | 0 | 0.32 | 0.50 | 0.01 | 21.73 | 0.95 | 0.74 |
| Hex | FC | AB | 7D | 0 | 20 | 32 | 1 | 16 | 5F | 4A |
| Octal | 374 | 253 | 175 | 0 | 40 | 62 | 1 | 26 | 137 | 112 |
| Binary | 11111100 | 10101011 | 1111101 | 0 | 100000 | 110010 | 1 | 10110 | 1011111 | 1001010 |
Color Harmonies of #FCAB7D
Complementary color
Monochromatic Colors of #FCAB7D
Black with #FCAB7D
Text Example
Text Example
White with #FCAB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB7D; }
p { color: rgb(252,171,125); }
H1.HeaderClassName
{
color: #FCAB7D;
}
.AnyTagClassName
{
color: #FCAB7D;
}
</style>
background-color css
<style>
a { background-color: #FCAB7D; }
a { background-color: rgb(252,171,125); }
div.DivClassName
{
background-color: #FCAB7D;
}
.BgClassName
{
background-color: #FCAB7D;
}
</style>
border-color css
<style>
span { border-color: #FCAB7D; }
span { border-color: rgb(252,171,125); }
td.TdClassName
{
border-color: #FCAB7D;
}
.TagClassName
{
border-color: #FCAB7D;
}
</style>