COLOR #FEC9EC

HEX: #FEC9EC RGB: (254,201,236)

Color info

#FEC9EC contains red, green and blue colors in about the same proportion. Web safe color of #FEC9EC is #FFCCFF (or #FCF).

RGB color model

#FEC9EC color RGB value is (254,201,236).

RGB: (254,201,236) (100%, 79%, 93%)

RGB channels and saturation

R 254 of 255 = 100%
G 201 of 255 = 79%
B 236 of 255 = 93%

254
201
236

R + G + B ~ 91%. #FEC9EC is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 201 + 236 = 691 (100%)
R 254 of 691 ~ 36.76%
G 201 of 691 ~ 29.09%
B 236 of 691 ~ 34.15'%

%36.76
%29.09
%34.15

CMYK color model

#FEC9EC color CMYK value is (0,21,7,0).

  • cyan value is 0.00%
  • magenta value is 20.87%
  • yellow value is 7.09%
  • key color value is 0.39%

CMYK: (0,21,7,0)
C0M21Y7K0 (0%, 21%, 7%, 0%)
(0.00 / 0.21 / 0.07 / 0.00)

CMYK percentages

%0
%20.87
%7.09
%0.39

Codes

Color #FEC9EC in popluar color models

FE C9 EC
RGB 254 201 236
HSL 320° 96.36% 89.22%
HSB/HSV 320° 20.87% 99.61%
CMYK 0.00% 20.87% 7.09%
0.39%

Color #FEC9EC in popluar number systems.

HEX FE C9 EC
Decimal 254 201 236
Binary 11111110 11001001 11101100
Octal 376 311 354

Shades and tints

Shades of #FEC9EC

#FEC9EC
(254,201,236)
#E7B7D7
(231,183,215)
#D0A5C2
(208,165,194)
#B993AD
(185,147,173)
#A28198
(162,129,152)
#8B6F83
(139,111,131)
#745D6E
(116,93,110)
#5D4B59
(93,75,89)
#463944
(70,57,68)
#2F272F
(47,39,47)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #FEC9EC

#FEC9EC
(254,201,236)
#FECDED
(254,205,237)
#FED1EE
(254,209,238)
#FED5EF
(254,213,239)
#FED9F0
(254,217,240)
#FEDDF1
(254,221,241)
#FEE1F2
(254,225,242)
#FEE5F3
(254,229,243)
#FEE9F4
(254,233,244)
#FEEDF5
(254,237,245)
#FEF1F6
(254,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEC9EC color. Also use rgb(254,201,236) instead hex code.

Text Font Color

.myTextColor { color: #FEC9EC; }

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

This text font color is #FEC9EC.

Background Color

.myBgColor { background-color: #FEC9EC; }

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

This div background color is #FEC9EC.

Border color

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

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

This div border color is #FEC9EC.

Opacity

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

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

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

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

This text has shadow with #FEC9EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEC9EC.

Preview

Color preview on black background

This text has color #FEC9EC on black background.


Color preview on white background

This text has color #FEC9EC on white background.


Black color preview on #FEC9EC background

This text has black color on #FEC9EC background.


White color preview on #FEC9EC background

This text has white color on #FEC9EC background.


Related colors

Complementary color

Complementary color for #hex is #013613.


I love getcolorcode.com

Triadic colors

1 #ECFEC9 and #C9ECFE with #FEC9EC are triadic colors.

2 #ECC9FE and #C9FEEC with #FEC9EC are triadic colors.