COLOR #FEC9DF

HEX: #FEC9DF RGB: (254,201,223)

Color info

#FEC9DF contains red, green and blue colors in about the same proportion. Web safe color of #FEC9DF is #FFCCCC (or #FCC).

RGB color model

#FEC9DF color RGB value is (254,201,223).

RGB: (254,201,223) (100%, 79%, 87%)

RGB channels and saturation

R 254 of 255 = 100%
G 201 of 255 = 79%
B 223 of 255 = 87%

254
201
223

R + G + B ~ 89%. #FEC9DF is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 201 + 223 = 678 (100%)
R 254 of 678 ~ 37.46%
G 201 of 678 ~ 29.65%
B 223 of 678 ~ 32.89'%

%37.46
%29.65
%32.89

CMYK color model

#FEC9DF color CMYK value is (0,21,12,0).

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

CMYK: (0,21,12,0)
C0M21Y12K0 (0%, 21%, 12%, 0%)
(0.00 / 0.21 / 0.12 / 0.00)

CMYK percentages

%0
%20.87
%12.2
%0.39

Codes

Color #FEC9DF in popluar color models

FE C9 DF
RGB 254 201 223
HSL 335° 96.36% 89.22%
HSB/HSV 335° 20.87% 99.61%
CMYK 0.00% 20.87% 12.20%
0.39%

Color #FEC9DF in popluar number systems.

HEX FE C9 DF
Decimal 254 201 223
Binary 11111110 11001001 11011111
Octal 376 311 337

Shades and tints

Shades of #FEC9DF

#FEC9DF
(254,201,223)
#E7B7CB
(231,183,203)
#D0A5B7
(208,165,183)
#B993A3
(185,147,163)
#A2818F
(162,129,143)
#8B6F7B
(139,111,123)
#745D67
(116,93,103)
#5D4B53
(93,75,83)
#46393F
(70,57,63)
#2F272B
(47,39,43)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #FEC9DF

#FEC9DF
(254,201,223)
#FECDE1
(254,205,225)
#FED1E3
(254,209,227)
#FED5E5
(254,213,229)
#FED9E7
(254,217,231)
#FEDDE9
(254,221,233)
#FEE1EB
(254,225,235)
#FEE5ED
(254,229,237)
#FEE9EF
(254,233,239)
#FEEDF1
(254,237,241)
#FEF1F3
(254,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEC9DF; }

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

This text font color is #FEC9DF.

Background Color

.myBgColor { background-color: #FEC9DF; }

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

This div background color is #FEC9DF.

Border color

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

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

This div border color is #FEC9DF.

Opacity

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

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

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

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

This text has shadow with #FEC9DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEC9DF.

Preview

Color preview on black background

This text has color #FEC9DF on black background.


Color preview on white background

This text has color #FEC9DF on white background.


Black color preview on #FEC9DF background

This text has black color on #FEC9DF background.


White color preview on #FEC9DF background

This text has white color on #FEC9DF background.


Related colors

Complementary color

Complementary color for #hex is #013620.


I love getcolorcode.com

Triadic colors

1 #DFFEC9 and #C9DFFE with #FEC9DF are triadic colors.

2 #DFC9FE and #C9FEDF with #FEC9DF are triadic colors.