Shades of Illusion #FC9DB9
Tints of Illusion #FC9DB9
RGB
CMYK
RGB Variations
Color information
#FC9DB9 (or 0xFC9DB9) is known color: Illusion. HEX triplet: FC, 9D and B9. RGB value is (252,157,185). Sum of RGB (Red+Green+Blue) = 252+157+185=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 157 (61.72% from 255 or 26.43% from 594); Blue value is 185 (72.66% from 255 or 31.14% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9DB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9DB9 is #036246. Grayscale: #BCBCBC. Windows color (decimal): -221767 or 12164604. OLE color: 12164604.
HSL color Cylindrical-coordinate representation of color #FC9DB9: hue angle of 342.32º 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 #FC9DB9 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 157 | 185 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.01 |
| HSL | 342.32º | 0.94% | 0.8% | - |
| HSV(B) | 342.32º | 0.38% | 0.99% | - |
| XYZ | 60.96 | 48.31 | 52.01 | - |
| YUV | 188.6 | 125.97 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 157 | 185 | 0 | 0.38 | 0.27 | 0.01 | 342.32 | 0.94 | 0.8 |
| Hex | FC | 9D | B9 | 0 | 26 | 1B | 1 | 156 | 5E | 50 |
| Octal | 374 | 235 | 271 | 0 | 46 | 33 | 1 | 526 | 136 | 120 |
| Binary | 11111100 | 10011101 | 10111001 | 0 | 100110 | 11011 | 1 | 101010110 | 1011110 | 1010000 |
Color Harmonies of #FC9DB9
Complementary color
Monochromatic Colors of #FC9DB9
Black with #FC9DB9
Text Example
Text Example
White with #FC9DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9DB9; }
p { color: rgb(252,157,185); }
H1.HeaderClassName
{
color: #FC9DB9;
}
.AnyTagClassName
{
color: #FC9DB9;
}
</style>
background-color css
<style>
a { background-color: #FC9DB9; }
a { background-color: rgb(252,157,185); }
div.DivClassName
{
background-color: #FC9DB9;
}
.BgClassName
{
background-color: #FC9DB9;
}
</style>
border-color css
<style>
span { border-color: #FC9DB9; }
span { border-color: rgb(252,157,185); }
td.TdClassName
{
border-color: #FC9DB9;
}
.TagClassName
{
border-color: #FC9DB9;
}
</style>