COLOR #FEC9D1

HEX: #FEC9D1 RGB: (254,201,209)

Color info

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

RGB color model

#FEC9D1 color RGB value is (254,201,209).

RGB: (254,201,209) (100%, 79%, 82%)

RGB channels and saturation

R 254 of 255 = 100%
G 201 of 255 = 79%
B 209 of 255 = 82%

254
201
209

R + G + B ~ 87%. #FEC9D1 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 201 + 209 = 664 (100%)
R 254 of 664 ~ 38.25%
G 201 of 664 ~ 30.27%
B 209 of 664 ~ 31.48'%

%38.25
%30.27
%31.48

CMYK color model

#FEC9D1 color CMYK value is (0,21,18,0).

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

CMYK: (0,21,18,0)
C0M21Y18K0 (0%, 21%, 18%, 0%)
(0.00 / 0.21 / 0.18 / 0.00)

CMYK percentages

%0
%20.87
%17.72
%0.39

Codes

Color #FEC9D1 in popluar color models

FE C9 D1
RGB 254 201 209
HSL 351° 96.36% 89.22%
HSB/HSV 351° 20.87% 99.61%
CMYK 0.00% 20.87% 17.72%
0.39%

Color #FEC9D1 in popluar number systems.

HEX FE C9 D1
Decimal 254 201 209
Binary 11111110 11001001 11010001
Octal 376 311 321

Shades and tints

Shades of #FEC9D1

#FEC9D1
(254,201,209)
#E7B7BE
(231,183,190)
#D0A5AB
(208,165,171)
#B99398
(185,147,152)
#A28185
(162,129,133)
#8B6F72
(139,111,114)
#745D5F
(116,93,95)
#5D4B4C
(93,75,76)
#463939
(70,57,57)
#2F2726
(47,39,38)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #FEC9D1

#FEC9D1
(254,201,209)
#FECDD5
(254,205,213)
#FED1D9
(254,209,217)
#FED5DD
(254,213,221)
#FED9E1
(254,217,225)
#FEDDE5
(254,221,229)
#FEE1E9
(254,225,233)
#FEE5ED
(254,229,237)
#FEE9F1
(254,233,241)
#FEEDF5
(254,237,245)
#FEF1F9
(254,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEC9D1; }

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

This text font color is #FEC9D1.

Background Color

.myBgColor { background-color: #FEC9D1; }

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

This div background color is #FEC9D1.

Border color

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

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

This div border color is #FEC9D1.

Opacity

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

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

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

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

This text has shadow with #FEC9D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEC9D1.

Preview

Color preview on black background

This text has color #FEC9D1 on black background.


Color preview on white background

This text has color #FEC9D1 on white background.


Black color preview on #FEC9D1 background

This text has black color on #FEC9D1 background.


White color preview on #FEC9D1 background

This text has white color on #FEC9D1 background.


Related colors

Complementary color

Complementary color for #hex is #01362E.


I love getcolorcode.com

Triadic colors

1 #D1FEC9 and #C9D1FE with #FEC9D1 are triadic colors.

2 #D1C9FE and #C9FED1 with #FEC9D1 are triadic colors.