Shades of Illusion #FC9DB7
Tints of Illusion #FC9DB7
RGB
CMYK
RGB Variations
Color information
#FC9DB7 (or 0xFC9DB7) is known color: Illusion. HEX triplet: FC, 9D and B7. RGB value is (252,157,183). Sum of RGB (Red+Green+Blue) = 252+157+183=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 183 (71.88% from 255 or 30.91% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9DB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9DB7 is #036248. Grayscale: #BCBCBC. Windows color (decimal): -221769 or 12033532. OLE color: 12033532.
HSL color Cylindrical-coordinate representation of color #FC9DB7: hue angle of 343.58º 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 #FC9DB7 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 157 | 183 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.01 |
| HSL | 343.58º | 0.94% | 0.8% | - |
| HSV(B) | 343.58º | 0.38% | 0.99% | - |
| XYZ | 60.75 | 48.23 | 50.91 | - |
| YUV | 188.37 | 124.97 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 157 | 183 | 0 | 0.38 | 0.27 | 0.01 | 343.58 | 0.94 | 0.8 |
| Hex | FC | 9D | B7 | 0 | 26 | 1B | 1 | 158 | 5E | 50 |
| Octal | 374 | 235 | 267 | 0 | 46 | 33 | 1 | 530 | 136 | 120 |
| Binary | 11111100 | 10011101 | 10110111 | 0 | 100110 | 11011 | 1 | 101011000 | 1011110 | 1010000 |
Color Harmonies of #FC9DB7
Complementary color
Monochromatic Colors of #FC9DB7
Black with #FC9DB7
Text Example
Text Example
White with #FC9DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9DB7; }
p { color: rgb(252,157,183); }
H1.HeaderClassName
{
color: #FC9DB7;
}
.AnyTagClassName
{
color: #FC9DB7;
}
</style>
background-color css
<style>
a { background-color: #FC9DB7; }
a { background-color: rgb(252,157,183); }
div.DivClassName
{
background-color: #FC9DB7;
}
.BgClassName
{
background-color: #FC9DB7;
}
</style>
border-color css
<style>
span { border-color: #FC9DB7; }
span { border-color: rgb(252,157,183); }
td.TdClassName
{
border-color: #FC9DB7;
}
.TagClassName
{
border-color: #FC9DB7;
}
</style>