COLOR #FC95D5

HEX: #FC95D5
RGB: (252,149,213)

Color info

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

RGB color model

#FC95D5 color RGB value is (252,149,213).

  • red value is 252;
  • green value is 149;
  • blue value is 213.
RGB:
(252,149,213)
(99%,58%,84%)

RGB channels and saturation

R 252 of 255 = 99%
G 149 of 255 = 58%
B 213 of 255 = 84%

252
149
213

R + G + B ~ 80%. #FC95D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 149 + 213 = 614 (100%)
R 252 of 614 ~ 41.04%
G 149 of 614 ~ 24.27%
B 213 of 614 ~ 34.69%

%41.04
%24.27
%34.69

CMYK color model

#FC95D5 color CMYK value is (0,41,15,1).

  • cyan value is 0.00%
  • magenta value is 40.87%
  • yellow value is 15.48%
  • key color value is 1.18%
CMYK:
(0,41,15,1)
C0M41Y15K1 
(0%,41%,15%,1%)
(0.00/0.41/0.15/0.01)	

CMYK percentages

%0
%40.87
%15.48
%1.18

Codes

Color #FC95D5 in popluar color models

FC95D5
RGB252149213
HSL323°94.50%78.63%
HSB/HSV323°40.87%98.82%
CMYK0.00%40.87%15.48%
1.18%

Color #FC95D5 in popluar number systems.

HEXFC95D5
Decimal252149213
Binary111111001001010111010101
Octal374225325

Shades and tints

Shades of #FC95D5

#FC95D5
(252,149,213)
#E688C2
(230,136,194)
#D07BAF
(208,123,175)
#BA6E9C
(186,110,156)
#A46189
(164,97,137)
#8E5476
(142,84,118)
#784763
(120,71,99)
#623A50
(98,58,80)
#4C2D3D
(76,45,61)
#36202A
(54,32,42)
#201317
(32,19,23)
#000000
(0,0,0)

Tints of #FC95D5

#FC95D5
(252,149,213)
#FC9ED8
(252,158,216)
#FCA7DB
(252,167,219)
#FCB0DE
(252,176,222)
#FCB9E1
(252,185,225)
#FCC2E4
(252,194,228)
#FCCBE7
(252,203,231)
#FCD4EA
(252,212,234)
#FCDDED
(252,221,237)
#FCE6F0
(252,230,240)
#FCEFF3
(252,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC95D5; }

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

This text font color is #FC95D5.


Background Color

.myBgColor { background-color: #FC95D5; }

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

This div background color is #FC95D5.


Border color

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

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

This div border color is #FC95D5.


Opacity

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

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

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

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

This text has shadow with #FC95D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC95D5 on black background.


Color preview on white background

This text has color #FC95D5 on white background.



Black color preview on #FC95D5 background

This text has black color on #FC95D5 background.


White color preview on #FC95D5 background

This text has white color on #FC95D5 background.