Shades of Illusion #FCA0B5
Tints of Illusion #FCA0B5
RGB
CMYK
RGB Variations
Color information
#FCA0B5 (or 0xFCA0B5) is known color: Illusion. HEX triplet: FC, A0 and B5. RGB value is (252,160,181). Sum of RGB (Red+Green+Blue) = 252+160+181=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 160 (62.89% from 255 or 26.98% from 593); Blue value is 181 (71.09% from 255 or 30.52% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA0B5 is #035F4A. Grayscale: #BDBDBD. Windows color (decimal): -221003 or 11903228. OLE color: 11903228.
HSL color Cylindrical-coordinate representation of color #FCA0B5: hue angle of 346.3º 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 #FCA0B5 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 160 | 181 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.01 |
| HSL | 346.3º | 0.94% | 0.81% | - |
| HSV(B) | 346.3º | 0.37% | 0.99% | - |
| XYZ | 61.06 | 49.17 | 49.99 | - |
| YUV | 189.9 | 122.98 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 160 | 181 | 0 | 0.37 | 0.28 | 0.01 | 346.3 | 0.94 | 0.81 |
| Hex | FC | A0 | B5 | 0 | 25 | 1C | 1 | 15A | 5E | 51 |
| Octal | 374 | 240 | 265 | 0 | 45 | 34 | 1 | 532 | 136 | 121 |
| Binary | 11111100 | 10100000 | 10110101 | 0 | 100101 | 11100 | 1 | 101011010 | 1011110 | 1010001 |
Color Harmonies of #FCA0B5
Complementary color
Monochromatic Colors of #FCA0B5
Black with #FCA0B5
Text Example
Text Example
White with #FCA0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA0B5; }
p { color: rgb(252,160,181); }
H1.HeaderClassName
{
color: #FCA0B5;
}
.AnyTagClassName
{
color: #FCA0B5;
}
</style>
background-color css
<style>
a { background-color: #FCA0B5; }
a { background-color: rgb(252,160,181); }
div.DivClassName
{
background-color: #FCA0B5;
}
.BgClassName
{
background-color: #FCA0B5;
}
</style>
border-color css
<style>
span { border-color: #FCA0B5; }
span { border-color: rgb(252,160,181); }
td.TdClassName
{
border-color: #FCA0B5;
}
.TagClassName
{
border-color: #FCA0B5;
}
</style>