#FC9DB8

Color #FC9DB8 Illusion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Illusion #FC9DB8

Tints of Illusion #FC9DB8

Color information

#FC9DB8 (or 0xFC9DB8) is unknown color: approx 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

RGB252157184-
CMYK00.380.270.01
HSL342.95º94.06%80.2%-
HSV(B)342.95º37.7%98.82%-
XYZ60.8548.2751.46-
YUV188.48125.47173.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 42.50%
GREEN value IS 157 (61.72% from 255) = 26.48%
BLUE value IS 184 (72.27% from 255) = 31.03%
R=42.50%
G=26.48%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215718400.380.270.01342.9594.0680.2
HexFC9DB80261B11575e50
Octal374235270046331527136120
Binary111111001001110110111000010011011011110101011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>