Shades of Illusion #FC9DB1
Tints of Illusion #FC9DB1
RGB
CMYK
RGB Variations
Color information
#FC9DB1 (or 0xFC9DB1) is known color: Illusion. HEX triplet: FC, 9D and B1. RGB value is (252,157,177). Sum of RGB (Red+Green+Blue) = 252+157+177=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 177 (69.53% from 255 or 30.20% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9DB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9DB1 is #03624E. Grayscale: #BBBBBB. Windows color (decimal): -221775 or 11640316. OLE color: 11640316.
HSL color Cylindrical-coordinate representation of color #FC9DB1: hue angle of 347.37º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FC9DB1 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 157 | 177 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.01 |
| HSL | 347.37º | 0.94% | 0.8% | - |
| HSV(B) | 347.37º | 0.38% | 0.99% | - |
| XYZ | 60.14 | 47.98 | 47.69 | - |
| YUV | 187.69 | 121.97 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 157 | 177 | 0 | 0.38 | 0.30 | 0.01 | 347.37 | 0.94 | 0.8 |
| Hex | FC | 9D | B1 | 0 | 26 | 1E | 1 | 15B | 5E | 50 |
| Octal | 374 | 235 | 261 | 0 | 46 | 36 | 1 | 533 | 136 | 120 |
| Binary | 11111100 | 10011101 | 10110001 | 0 | 100110 | 11110 | 1 | 101011011 | 1011110 | 1010000 |
Color Harmonies of #FC9DB1
Complementary color
Monochromatic Colors of #FC9DB1
Black with #FC9DB1
Text Example
Text Example
White with #FC9DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9DB1; }
p { color: rgb(252,157,177); }
H1.HeaderClassName
{
color: #FC9DB1;
}
.AnyTagClassName
{
color: #FC9DB1;
}
</style>
background-color css
<style>
a { background-color: #FC9DB1; }
a { background-color: rgb(252,157,177); }
div.DivClassName
{
background-color: #FC9DB1;
}
.BgClassName
{
background-color: #FC9DB1;
}
</style>
border-color css
<style>
span { border-color: #FC9DB1; }
span { border-color: rgb(252,157,177); }
td.TdClassName
{
border-color: #FC9DB1;
}
.TagClassName
{
border-color: #FC9DB1;
}
</style>