COLOR #FC95CE

HEX: #FC95CE RGB: (252,149,206)

Color info

#FC95CE contains mainly red and blue colors. Web safe color of #FC95CE is #FF99CC (or #F9C).

RGB color model

#FC95CE color RGB value is (252,149,206).

RGB: (252,149,206) (99%, 58%, 81%)

RGB channels and saturation

R 252 of 255 = 99%
G 149 of 255 = 58%
B 206 of 255 = 81%

252
149
206

R + G + B ~ 79%. #FC95CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 149 + 206 = 607 (100%)
R 252 of 607 ~ 41.52%
G 149 of 607 ~ 24.55%
B 206 of 607 ~ 33.94'%

%41.52
%24.55
%33.94

CMYK color model

#FC95CE color CMYK value is (0,41,18,1).

  • cyan value is 0.00%
  • magenta value is 40.87%
  • yellow value is 18.25%
  • key color value is 1.18%
CMYK: (0,41,18,1) C0M41Y18K1 (0%,41%,18%,1%) (0.00/0.41/0.18/0.01) 

CMYK percentages

%0
%40.87
%18.25
%1.18

Codes

Color #FC95CE in popluar color models

FC 95 CE
RGB 252 149 206
HSL 327° 94.50% 78.63%
HSB/HSV 327° 40.87% 98.82%
CMYK 0.00% 40.87% 18.25%
1.18%

Color #FC95CE in popluar number systems.

HEX FC 95 CE
Decimal 252 149 206
Binary 11111100 10010101 11001110
Octal 374 225 316

Shades and tints

Shades of #FC95CE

#FC95CE
(252,149,206)
#E688BC
(230,136,188)
#D07BAA
(208,123,170)
#BA6E98
(186,110,152)
#A46186
(164,97,134)
#8E5474
(142,84,116)
#784762
(120,71,98)
#623A50
(98,58,80)
#4C2D3E
(76,45,62)
#36202C
(54,32,44)
#20131A
(32,19,26)
#000000
(0,0,0)

Tints of #FC95CE

#FC95CE
(252,149,206)
#FC9ED2
(252,158,210)
#FCA7D6
(252,167,214)
#FCB0DA
(252,176,218)
#FCB9DE
(252,185,222)
#FCC2E2
(252,194,226)
#FCCBE6
(252,203,230)
#FCD4EA
(252,212,234)
#FCDDEE
(252,221,238)
#FCE6F2
(252,230,242)
#FCEFF6
(252,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC95CE color. Also use rgb(252,149,206) instead hex code.

Text Font Color

.myTextColor { color: #FC95CE; }

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

This text font color is #FC95CE.

Background Color

.myBgColor { background-color: #FC95CE; }

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

This div background color is #FC95CE.

Border color

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

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

This div border color is #FC95CE.

Opacity

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

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

Text with #FC95CE 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 #FC95CE;}

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

This text has shadow with #FC95CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC95CE.

Preview

Color preview on black background

This text has color #FC95CE on black background.


Color preview on white background

This text has color #FC95CE on white background.


Black color preview on #FC95CE background

This text has black color on #FC95CE background.


White color preview on #FC95CE background

This text has white color on #FC95CE background.


Related colors

Complementary color

Complementary color for #hex is #036A31.


I love getcolorcode.com

Triadic colors

1 #CEFC95 and #95CEFC with #FC95CE are triadic colors.

2 #CE95FC and #95FCCE with #FC95CE are triadic colors.