COLOR #FC9DE8

HEX: #FC9DE8 RGB: (252,157,232)

Color info

#FC9DE8 contains mainly red and blue colors. Web safe color of #FC9DE8 is #FF99FF (or #F9F).

RGB color model

#FC9DE8 color RGB value is (252,157,232).

RGB: (252,157,232) (99%, 62%, 91%)

RGB channels and saturation

R 252 of 255 = 99%
G 157 of 255 = 62%
B 232 of 255 = 91%

252
157
232

R + G + B ~ 84%. #FC9DE8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 157 + 232 = 641 (100%)
R 252 of 641 ~ 39.31%
G 157 of 641 ~ 24.49%
B 232 of 641 ~ 36.19'%

%39.31
%24.49
%36.19

CMYK color model

#FC9DE8 color CMYK value is (0,38,8,1).

  • cyan value is 0.00%
  • magenta value is 37.70%
  • yellow value is 7.94%
  • key color value is 1.18%

CMYK: (0,38,8,1)
C0M38Y8K1 (0%, 38%, 8%, 1%)
(0.00 / 0.38 / 0.08 / 0.01)

CMYK percentages

%0
%37.7
%7.94
%1.18

Codes

Color #FC9DE8 in popluar color models

FC 9D E8
RGB 252 157 232
HSL 313° 94.06% 80.20%
HSB/HSV 313° 37.70% 98.82%
CMYK 0.00% 37.70% 7.94%
1.18%

Color #FC9DE8 in popluar number systems.

HEX FC 9D E8
Decimal 252 157 232
Binary 11111100 10011101 11101000
Octal 374 235 350

Shades and tints

Shades of #FC9DE8

#FC9DE8
(252,157,232)
#E68FD3
(230,143,211)
#D081BE
(208,129,190)
#BA73A9
(186,115,169)
#A46594
(164,101,148)
#8E577F
(142,87,127)
#78496A
(120,73,106)
#623B55
(98,59,85)
#4C2D40
(76,45,64)
#361F2B
(54,31,43)
#201116
(32,17,22)
#000000
(0,0,0)

Tints of #FC9DE8

#FC9DE8
(252,157,232)
#FCA5EA
(252,165,234)
#FCADEC
(252,173,236)
#FCB5EE
(252,181,238)
#FCBDF0
(252,189,240)
#FCC5F2
(252,197,242)
#FCCDF4
(252,205,244)
#FCD5F6
(252,213,246)
#FCDDF8
(252,221,248)
#FCE5FA
(252,229,250)
#FCEDFC
(252,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC9DE8 color. Also use rgb(252,157,232) instead hex code.

Text Font Color

.myTextColor { color: #FC9DE8; }

<p style="color:#FC9DE8">This sample text font color is #FC9DE8.</p>

This text font color is #FC9DE8.

Background Color

.myBgColor { background-color: #FC9DE8; }

<div style="background-color:#FC9DE8">Inner text</div>

This div background color is #FC9DE8.

Border color

.myBorderColor { border: 1px solid #FC9DE8; }

<div style="border:3px solid #FC9DE8">Div</div>

This div border color is #FC9DE8.

Opacity

.myOpacity80 { color: #FC9DE8; opacity: 0.8; }

<p style="color:#FC9DE8;opacity:0.8;">80%</p>

Text with #FC9DE8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FC9DE8;}

<p style="text-shadow: 3px 3px 1px #FC9DE8">Text here.</p>

This text has shadow with #FC9DE8 color.


.textShadow {text-shadow: 3px 3px 1px #FC9DE8', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FC9DE8, 5px 5px 20px red">Text here.</p>

This text has shadow with #FC9DE8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FC9DE8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FC9DE8, Direction=45, Strength=4)">Text</p>

This text has shadow with #FC9DE8 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FC9DE8;
-webkit-box-shadow: 1px 1px 3px 2px #FC9DE8;
box-shadow: 1px 1px 3px 2px #FC9DE8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FC9DE8; -webkit-box-shadow: 1px 1px 3px 2px #FC9DE8; box-shadow:1px 1px 3px 2px #FC9DE8;">
Div content here
</div>

This div box has shadow with color #FC9DE8.

Preview

Color preview on black background

This text has color #FC9DE8 on black background.


Color preview on white background

This text has color #FC9DE8 on white background.


Black color preview on #FC9DE8 background

This text has black color on #FC9DE8 background.


White color preview on #FC9DE8 background

This text has white color on #FC9DE8 background.


Related colors

Complementary color

Complementary color for #hex is #036217.


I love getcolorcode.com

Triadic colors

1 #E8FC9D and #9DE8FC with #FC9DE8 are triadic colors.

2 #E89DFC and #9DFCE8 with #FC9DE8 are triadic colors.