COLOR #FC94DC

HEX: #FC94DC
RGB: (252,148,220)

Color info

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

RGB color model

#FC94DC color RGB value is (252,148,220).

  • red value is 252;
  • green value is 148;
  • blue value is 220.
RGB:
(252,148,220)
(99%,58%,86%)

RGB channels and saturation

R 252 of 255 = 99%
G 148 of 255 = 58%
B 220 of 255 = 86%

252
148
220

R + G + B ~ 81%. #FC94DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 148 + 220 = 620 (100%)
R 252 of 620 ~ 40.65%
G 148 of 620 ~ 23.87%
B 220 of 620 ~ 35.48%

%40.65
%23.87
%35.48

CMYK color model

#FC94DC color CMYK value is (0,41,13,1).

  • cyan value is 0.00%
  • magenta value is 41.27%
  • yellow value is 12.70%
  • key color value is 1.18%
CMYK:
(0,41,13,1)
C0M41Y13K1 
(0%,41%,13%,1%)
(0.00/0.41/0.13/0.01)	

CMYK percentages

%0
%41.27
%12.7
%1.18

Codes

Color #FC94DC in popluar color models

FC94DC
RGB252148220
HSL318°94.55%78.43%
HSB/HSV318°41.27%98.82%
CMYK0.00%41.27%12.70%
1.18%

Color #FC94DC in popluar number systems.

HEXFC94DC
Decimal252148220
Binary111111001001010011011100
Octal374224334

Shades and tints

Shades of #FC94DC

#FC94DC
(252,148,220)
#E687C8
(230,135,200)
#D07AB4
(208,122,180)
#BA6DA0
(186,109,160)
#A4608C
(164,96,140)
#8E5378
(142,83,120)
#784664
(120,70,100)
#623950
(98,57,80)
#4C2C3C
(76,44,60)
#361F28
(54,31,40)
#201214
(32,18,20)
#000000
(0,0,0)

Tints of #FC94DC

#FC94DC
(252,148,220)
#FC9DDF
(252,157,223)
#FCA6E2
(252,166,226)
#FCAFE5
(252,175,229)
#FCB8E8
(252,184,232)
#FCC1EB
(252,193,235)
#FCCAEE
(252,202,238)
#FCD3F1
(252,211,241)
#FCDCF4
(252,220,244)
#FCE5F7
(252,229,247)
#FCEEFA
(252,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC94DC color. Also use rgb(252,148,220) instead hex code.

Text Font Color

.myTextColor { color: #FC94DC; }

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

This text font color is #FC94DC.


Background Color

.myBgColor { background-color: #FC94DC; }

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

This div background color is #FC94DC.


Border color

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

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

This div border color is #FC94DC.


Opacity

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

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

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

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

This text has shadow with #FC94DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC94DC on black background.


Color preview on white background

This text has color #FC94DC on white background.



Black color preview on #FC94DC background

This text has black color on #FC94DC background.


White color preview on #FC94DC background

This text has white color on #FC94DC background.