Shades of Illusion #FC9DB8
Tints of Illusion #FC9DB8
RGB
CMYK
RGB Variations
Color information
#FC9DB8 (or 0xFC9DB8) is known color: Illusion. HEX triplet: FC, 9D and B8. RGB value is (252,157,184). Sum of RGB (Red+Green+Blue) = 252+157+184=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 184 (72.27% from 255 or 31.03% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9DB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9DB8 is #036247. Grayscale: #BCBCBC. Windows color (decimal): -221768 or 12099068. OLE color: 12099068.
HSL color Cylindrical-coordinate representation of color #FC9DB8: hue angle of 342.95º 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 #FC9DB8 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 157 | 184 | - |
CMYK | 0 | 0.38 | 0.27 | 0.01 |
HSL | 342.95º | 0.94% | 0.8% | - |
HSV(B) | 342.95º | 0.38% | 0.99% | - |
XYZ | 60.85 | 48.27 | 51.46 | - |
YUV | 188.48 | 125.47 | 173.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 157 | 184 | 0 | 0.38 | 0.27 | 0.01 | 342.95 | 0.94 | 0.8 |
Hex | FC | 9D | B8 | 0 | 26 | 1B | 1 | 157 | 5E | 50 |
Octal | 374 | 235 | 270 | 0 | 46 | 33 | 1 | 527 | 136 | 120 |
Binary | 11111100 | 10011101 | 10111000 | 0 | 100110 | 11011 | 1 | 101010111 | 1011110 | 1010000 |
Color Harmonies of #FC9DB8
Complementary color
Monochromatic Colors of #FC9DB8
Black with #FC9DB8
Text Example
Text Example
White with #FC9DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9DB8; }
p { color: rgb(252,157,184); }
H1.HeaderClassName
{
color: #FC9DB8;
}
.AnyTagClassName
{
color: #FC9DB8;
}
</style>
background-color css
<style>
a { background-color: #FC9DB8; }
a { background-color: rgb(252,157,184); }
div.DivClassName
{
background-color: #FC9DB8;
}
.BgClassName
{
background-color: #FC9DB8;
}
</style>
border-color css
<style>
span { border-color: #FC9DB8; }
span { border-color: rgb(252,157,184); }
td.TdClassName
{
border-color: #FC9DB8;
}
.TagClassName
{
border-color: #FC9DB8;
}
</style>