COLOR #FC96CD

HEX: #FC96CD
RGB: (252,150,205)

Color info

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

RGB color model

#FC96CD color RGB value is (252,150,205).

  • red value is 252;
  • green value is 150;
  • blue value is 205.
RGB:
(252,150,205)
(99%,59%,80%)

RGB channels and saturation

R 252 of 255 = 99%
G 150 of 255 = 59%
B 205 of 255 = 80%

252
150
205

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

Portions of RGB colors in percentages

R + G + B =
252 + 150 + 205 = 607 (100%)
R 252 of 607 ~ 41.52%
G 150 of 607 ~ 24.71%
B 205 of 607 ~ 33.77%

%41.52
%24.71
%33.77

CMYK color model

#FC96CD color CMYK value is (0,40,19,1).

  • cyan value is 0.00%
  • magenta value is 40.48%
  • yellow value is 18.65%
  • key color value is 1.18%
CMYK:
(0,40,19,1)
C0M40Y19K1 
(0%,40%,19%,1%)
(0.00/0.40/0.19/0.01)	

CMYK percentages

%0
%40.48
%18.65
%1.18

Codes

Color #FC96CD in popluar color models

FC96CD
RGB252150205
HSL328°94.44%78.82%
HSB/HSV328°40.48%98.82%
CMYK0.00%40.48%18.65%
1.18%

Color #FC96CD in popluar number systems.

HEXFC96CD
Decimal252150205
Binary111111001001011011001101
Octal374226315

Shades and tints

Shades of #FC96CD

#FC96CD
(252,150,205)
#E689BB
(230,137,187)
#D07CA9
(208,124,169)
#BA6F97
(186,111,151)
#A46285
(164,98,133)
#8E5573
(142,85,115)
#784861
(120,72,97)
#623B4F
(98,59,79)
#4C2E3D
(76,46,61)
#36212B
(54,33,43)
#201419
(32,20,25)
#000000
(0,0,0)

Tints of #FC96CD

#FC96CD
(252,150,205)
#FC9FD1
(252,159,209)
#FCA8D5
(252,168,213)
#FCB1D9
(252,177,217)
#FCBADD
(252,186,221)
#FCC3E1
(252,195,225)
#FCCCE5
(252,204,229)
#FCD5E9
(252,213,233)
#FCDEED
(252,222,237)
#FCE7F1
(252,231,241)
#FCF0F5
(252,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC96CD color. Also use rgb(252,150,205) instead hex code.

Text Font Color

.myTextColor { color: #FC96CD; }

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

This text font color is #FC96CD.


Background Color

.myBgColor { background-color: #FC96CD; }

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

This div background color is #FC96CD.


Border color

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

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

This div border color is #FC96CD.


Opacity

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

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

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

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

This text has shadow with #FC96CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC96CD on black background.


Color preview on white background

This text has color #FC96CD on white background.



Black color preview on #FC96CD background

This text has black color on #FC96CD background.


White color preview on #FC96CD background

This text has white color on #FC96CD background.