Shades of Illusion #FCA0AB
Tints of Illusion #FCA0AB
RGB
CMYK
RGB Variations
Color information
#FCA0AB (or 0xFCA0AB) is known color: Illusion. HEX triplet: FC, A0 and AB. RGB value is (252,160,171). Sum of RGB (Red+Green+Blue) = 252+160+171=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 160 (62.89% from 255 or 27.44% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA0AB is #035F54. Grayscale: #BCBCBC. Windows color (decimal): -221013 or 11247868. OLE color: 11247868.
HSL color Cylindrical-coordinate representation of color #FCA0AB: hue angle of 352.83º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCA0AB is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 160 | 171 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.01 |
| HSL | 352.83º | 0.94% | 0.81% | - |
| HSV(B) | 352.83º | 0.37% | 0.99% | - |
| XYZ | 60.07 | 48.78 | 44.78 | - |
| YUV | 188.76 | 117.98 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 160 | 171 | 0 | 0.37 | 0.32 | 0.01 | 352.83 | 0.94 | 0.81 |
| Hex | FC | A0 | AB | 0 | 25 | 20 | 1 | 161 | 5E | 51 |
| Octal | 374 | 240 | 253 | 0 | 45 | 40 | 1 | 541 | 136 | 121 |
| Binary | 11111100 | 10100000 | 10101011 | 0 | 100101 | 100000 | 1 | 101100001 | 1011110 | 1010001 |
Color Harmonies of #FCA0AB
Complementary color
Monochromatic Colors of #FCA0AB
Black with #FCA0AB
Text Example
Text Example
White with #FCA0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA0AB; }
p { color: rgb(252,160,171); }
H1.HeaderClassName
{
color: #FCA0AB;
}
.AnyTagClassName
{
color: #FCA0AB;
}
</style>
background-color css
<style>
a { background-color: #FCA0AB; }
a { background-color: rgb(252,160,171); }
div.DivClassName
{
background-color: #FCA0AB;
}
.BgClassName
{
background-color: #FCA0AB;
}
</style>
border-color css
<style>
span { border-color: #FCA0AB; }
span { border-color: rgb(252,160,171); }
td.TdClassName
{
border-color: #FCA0AB;
}
.TagClassName
{
border-color: #FCA0AB;
}
</style>