COLOR #FC96EF

HEX: #FC96EF RGB: (252,150,239)

Color info

#FC96EF contains mainly red and blue colors. Web safe color of #FC96EF is #FF99FF (or #F9F).

RGB color model

#FC96EF color RGB value is (252,150,239).

RGB: (252,150,239) (99%, 59%, 94%)

RGB channels and saturation

R 252 of 255 = 99%
G 150 of 255 = 59%
B 239 of 255 = 94%

252
150
239

R + G + B ~ 84%. #FC96EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 150 + 239 = 641 (100%)
R 252 of 641 ~ 39.31%
G 150 of 641 ~ 23.4%
B 239 of 641 ~ 37.29'%

%39.31
%23.4
%37.29

CMYK color model

#FC96EF color CMYK value is (0,40,5,1).

  • cyan value is 0.00%
  • magenta value is 40.48%
  • yellow value is 5.16%
  • key color value is 1.18%

CMYK: (0,40,5,1)
C0M40Y5K1 (0%, 40%, 5%, 1%)
(0.00 / 0.40 / 0.05 / 0.01)

CMYK percentages

%0
%40.48
%5.16
%1.18

Codes

Color #FC96EF in popluar color models

FC 96 EF
RGB 252 150 239
HSL 308° 94.44% 78.82%
HSB/HSV 308° 40.48% 98.82%
CMYK 0.00% 40.48% 5.16%
1.18%

Color #FC96EF in popluar number systems.

HEX FC 96 EF
Decimal 252 150 239
Binary 11111100 10010110 11101111
Octal 374 226 357

Shades and tints

Shades of #FC96EF

#FC96EF
(252,150,239)
#E689DA
(230,137,218)
#D07CC5
(208,124,197)
#BA6FB0
(186,111,176)
#A4629B
(164,98,155)
#8E5586
(142,85,134)
#784871
(120,72,113)
#623B5C
(98,59,92)
#4C2E47
(76,46,71)
#362132
(54,33,50)
#20141D
(32,20,29)
#000000
(0,0,0)

Tints of #FC96EF

#FC96EF
(252,150,239)
#FC9FF0
(252,159,240)
#FCA8F1
(252,168,241)
#FCB1F2
(252,177,242)
#FCBAF3
(252,186,243)
#FCC3F4
(252,195,244)
#FCCCF5
(252,204,245)
#FCD5F6
(252,213,246)
#FCDEF7
(252,222,247)
#FCE7F8
(252,231,248)
#FCF0F9
(252,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC96EF; }

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

This text font color is #FC96EF.

Background Color

.myBgColor { background-color: #FC96EF; }

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

This div background color is #FC96EF.

Border color

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

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

This div border color is #FC96EF.

Opacity

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

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

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

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

This text has shadow with #FC96EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC96EF.

Preview

Color preview on black background

This text has color #FC96EF on black background.


Color preview on white background

This text has color #FC96EF on white background.


Black color preview on #FC96EF background

This text has black color on #FC96EF background.


White color preview on #FC96EF background

This text has white color on #FC96EF background.


Related colors

Complementary color

Complementary color for #hex is #036910.


I love getcolorcode.com

Triadic colors

1 #EFFC96 and #96EFFC with #FC96EF are triadic colors.

2 #EF96FC and #96FCEF with #FC96EF are triadic colors.