COLOR #FC9EED

HEX: #FC9EED RGB: (252,158,237)

Color info

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

RGB color model

#FC9EED color RGB value is (252,158,237).

RGB: (252,158,237) (99%, 62%, 93%)

RGB channels and saturation

R 252 of 255 = 99%
G 158 of 255 = 62%
B 237 of 255 = 93%

252
158
237

R + G + B ~ 85%. #FC9EED is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 158 + 237 = 647 (100%)
R 252 of 647 ~ 38.95%
G 158 of 647 ~ 24.42%
B 237 of 647 ~ 36.63'%

%38.95
%24.42
%36.63

CMYK color model

#FC9EED color CMYK value is (0,37,6,1).

  • cyan value is 0.00%
  • magenta value is 37.30%
  • yellow value is 5.95%
  • key color value is 1.18%

CMYK: (0,37,6,1)
C0M37Y6K1 (0%, 37%, 6%, 1%)
(0.00 / 0.37 / 0.06 / 0.01)

CMYK percentages

%0
%37.3
%5.95
%1.18

Codes

Color #FC9EED in popluar color models

FC 9E ED
RGB 252 158 237
HSL 310° 94.00% 80.39%
HSB/HSV 310° 37.30% 98.82%
CMYK 0.00% 37.30% 5.95%
1.18%

Color #FC9EED in popluar number systems.

HEX FC 9E ED
Decimal 252 158 237
Binary 11111100 10011110 11101101
Octal 374 236 355

Shades and tints

Shades of #FC9EED

#FC9EED
(252,158,237)
#E690D8
(230,144,216)
#D082C3
(208,130,195)
#BA74AE
(186,116,174)
#A46699
(164,102,153)
#8E5884
(142,88,132)
#784A6F
(120,74,111)
#623C5A
(98,60,90)
#4C2E45
(76,46,69)
#362030
(54,32,48)
#20121B
(32,18,27)
#000000
(0,0,0)

Tints of #FC9EED

#FC9EED
(252,158,237)
#FCA6EE
(252,166,238)
#FCAEEF
(252,174,239)
#FCB6F0
(252,182,240)
#FCBEF1
(252,190,241)
#FCC6F2
(252,198,242)
#FCCEF3
(252,206,243)
#FCD6F4
(252,214,244)
#FCDEF5
(252,222,245)
#FCE6F6
(252,230,246)
#FCEEF7
(252,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC9EED color. Also use rgb(252,158,237) instead hex code.

Text Font Color

.myTextColor { color: #FC9EED; }

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

This text font color is #FC9EED.

Background Color

.myBgColor { background-color: #FC9EED; }

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

This div background color is #FC9EED.

Border color

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

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

This div border color is #FC9EED.

Opacity

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

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

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

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

This text has shadow with #FC9EED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC9EED.

Preview

Color preview on black background

This text has color #FC9EED on black background.


Color preview on white background

This text has color #FC9EED on white background.


Black color preview on #FC9EED background

This text has black color on #FC9EED background.


White color preview on #FC9EED background

This text has white color on #FC9EED background.


Related colors

Complementary color

Complementary color for #hex is #036112.


I love getcolorcode.com

Triadic colors

1 #EDFC9E and #9EEDFC with #FC9EED are triadic colors.

2 #ED9EFC and #9EFCED with #FC9EED are triadic colors.