COLOR #FEDCE9

HEX: #FEDCE9 RGB: (254,220,233)

Color info

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

RGB color model

#FEDCE9 color RGB value is (254,220,233).

RGB: (254,220,233) (100%, 86%, 91%)

RGB channels and saturation

R 254 of 255 = 100%
G 220 of 255 = 86%
B 233 of 255 = 91%

254
220
233

R + G + B ~ 92%. #FEDCE9 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 220 + 233 = 707 (100%)
R 254 of 707 ~ 35.93%
G 220 of 707 ~ 31.12%
B 233 of 707 ~ 32.96'%

%35.93
%31.12
%32.96

CMYK color model

#FEDCE9 color CMYK value is (0,13,8,0).

  • cyan value is 0.00%
  • magenta value is 13.39%
  • yellow value is 8.27%
  • key color value is 0.39%
CMYK: (0,13,8,0) C0M13Y8K0 (0%,13%,8%,0%) (0.00/0.13/0.08/0.00) 

CMYK percentages

%0
%13.39
%8.27
%0.39

Codes

Color #FEDCE9 in popluar color models

FE DC E9
RGB 254 220 233
HSL 337° 94.44% 92.94%
HSB/HSV 337° 13.39% 99.61%
CMYK 0.00% 13.39% 8.27%
0.39%

Color #FEDCE9 in popluar number systems.

HEX FE DC E9
Decimal 254 220 233
Binary 11111110 11011100 11101001
Octal 376 334 351

Shades and tints

Shades of #FEDCE9

#FEDCE9
(254,220,233)
#E7C8D4
(231,200,212)
#D0B4BF
(208,180,191)
#B9A0AA
(185,160,170)
#A28C95
(162,140,149)
#8B7880
(139,120,128)
#74646B
(116,100,107)
#5D5056
(93,80,86)
#463C41
(70,60,65)
#2F282C
(47,40,44)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #FEDCE9

#FEDCE9
(254,220,233)
#FEDFEB
(254,223,235)
#FEE2ED
(254,226,237)
#FEE5EF
(254,229,239)
#FEE8F1
(254,232,241)
#FEEBF3
(254,235,243)
#FEEEF5
(254,238,245)
#FEF1F7
(254,241,247)
#FEF4F9
(254,244,249)
#FEF7FB
(254,247,251)
#FEFAFD
(254,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEDCE9 color. Also use rgb(254,220,233) instead hex code.

Text Font Color

.myTextColor { color: #FEDCE9; }

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

This text font color is #FEDCE9.

Background Color

.myBgColor { background-color: #FEDCE9; }

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

This div background color is #FEDCE9.

Border color

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

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

This div border color is #FEDCE9.

Opacity

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

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

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

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

This text has shadow with #FEDCE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEDCE9.

Preview

Color preview on black background

This text has color #FEDCE9 on black background.


Color preview on white background

This text has color #FEDCE9 on white background.


Black color preview on #FEDCE9 background

This text has black color on #FEDCE9 background.


White color preview on #FEDCE9 background

This text has white color on #FEDCE9 background.


Related colors

Complementary color

Complementary color for #hex is #012316.


I love getcolorcode.com

Triadic colors

1 #E9FEDC and #DCE9FE with #FEDCE9 are triadic colors.

2 #E9DCFE and #DCFEE9 with #FEDCE9 are triadic colors.