COLOR #FC95C8

HEX: #FC95C8 RGB: (252,149,200)

Color info

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

RGB color model

#FC95C8 color RGB value is (252,149,200).

RGB: (252,149,200) (99%, 58%, 78%)

RGB channels and saturation

R 252 of 255 = 99%
G 149 of 255 = 58%
B 200 of 255 = 78%

252
149
200

R + G + B ~ 78%. #FC95C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 149 + 200 = 601 (100%)
R 252 of 601 ~ 41.93%
G 149 of 601 ~ 24.79%
B 200 of 601 ~ 33.28'%

%41.93
%24.79
%33.28

CMYK color model

#FC95C8 color CMYK value is (0,41,21,1).

  • cyan value is 0.00%
  • magenta value is 40.87%
  • yellow value is 20.63%
  • key color value is 1.18%

CMYK: (0,41,21,1)
C0M41Y21K1 (0%, 41%, 21%, 1%)
(0.00 / 0.41 / 0.21 / 0.01)

CMYK percentages

%0
%40.87
%20.63
%1.18

Codes

Color #FC95C8 in popluar color models

FC 95 C8
RGB 252 149 200
HSL 330° 94.50% 78.63%
HSB/HSV 330° 40.87% 98.82%
CMYK 0.00% 40.87% 20.63%
1.18%

Color #FC95C8 in popluar number systems.

HEX FC 95 C8
Decimal 252 149 200
Binary 11111100 10010101 11001000
Octal 374 225 310

Shades and tints

Shades of #FC95C8

#FC95C8
(252,149,200)
#E688B6
(230,136,182)
#D07BA4
(208,123,164)
#BA6E92
(186,110,146)
#A46180
(164,97,128)
#8E546E
(142,84,110)
#78475C
(120,71,92)
#623A4A
(98,58,74)
#4C2D38
(76,45,56)
#362026
(54,32,38)
#201314
(32,19,20)
#000000
(0,0,0)

Tints of #FC95C8

#FC95C8
(252,149,200)
#FC9ECD
(252,158,205)
#FCA7D2
(252,167,210)
#FCB0D7
(252,176,215)
#FCB9DC
(252,185,220)
#FCC2E1
(252,194,225)
#FCCBE6
(252,203,230)
#FCD4EB
(252,212,235)
#FCDDF0
(252,221,240)
#FCE6F5
(252,230,245)
#FCEFFA
(252,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC95C8; }

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

This text font color is #FC95C8.

Background Color

.myBgColor { background-color: #FC95C8; }

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

This div background color is #FC95C8.

Border color

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

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

This div border color is #FC95C8.

Opacity

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

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

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

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

This text has shadow with #FC95C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC95C8.

Preview

Color preview on black background

This text has color #FC95C8 on black background.


Color preview on white background

This text has color #FC95C8 on white background.


Black color preview on #FC95C8 background

This text has black color on #FC95C8 background.


White color preview on #FC95C8 background

This text has white color on #FC95C8 background.


Related colors

Complementary color

Complementary color for #hex is #036A37.


I love getcolorcode.com

Triadic colors

1 #C8FC95 and #95C8FC with #FC95C8 are triadic colors.

2 #C895FC and #95FCC8 with #FC95C8 are triadic colors.