COLOR #FEDCE4

HEX: #FEDCE4 RGB: (254,220,228)

Color info

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

RGB color model

#FEDCE4 color RGB value is (254,220,228).

RGB: (254,220,228) (100%, 86%, 89%)

RGB channels and saturation

R 254 of 255 = 100%
G 220 of 255 = 86%
B 228 of 255 = 89%

254
220
228

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

Portions of RGB colors in percentages

R + G + B = 254 + 220 + 228 = 702 (100%)
R 254 of 702 ~ 36.18%
G 220 of 702 ~ 31.34%
B 228 of 702 ~ 32.48'%

%36.18
%31.34
%32.48

CMYK color model

#FEDCE4 color CMYK value is (0,13,10,0).

  • cyan value is 0.00%
  • magenta value is 13.39%
  • yellow value is 10.24%
  • key color value is 0.39%
CMYK: (0,13,10,0) C0M13Y10K0 (0%,13%,10%,0%) (0.00/0.13/0.10/0.00) 

CMYK percentages

%0
%13.39
%10.24
%0.39

Codes

Color #FEDCE4 in popluar color models

FE DC E4
RGB 254 220 228
HSL 346° 94.44% 92.94%
HSB/HSV 346° 13.39% 99.61%
CMYK 0.00% 13.39% 10.24%
0.39%

Color #FEDCE4 in popluar number systems.

HEX FE DC E4
Decimal 254 220 228
Binary 11111110 11011100 11100100
Octal 376 334 344

Shades and tints

Shades of #FEDCE4

#FEDCE4
(254,220,228)
#E7C8D0
(231,200,208)
#D0B4BC
(208,180,188)
#B9A0A8
(185,160,168)
#A28C94
(162,140,148)
#8B7880
(139,120,128)
#74646C
(116,100,108)
#5D5058
(93,80,88)
#463C44
(70,60,68)
#2F2830
(47,40,48)
#18141C
(24,20,28)
#000000
(0,0,0)

Tints of #FEDCE4

#FEDCE4
(254,220,228)
#FEDFE6
(254,223,230)
#FEE2E8
(254,226,232)
#FEE5EA
(254,229,234)
#FEE8EC
(254,232,236)
#FEEBEE
(254,235,238)
#FEEEF0
(254,238,240)
#FEF1F2
(254,241,242)
#FEF4F4
(254,244,244)
#FEF7F6
(254,247,246)
#FEFAF8
(254,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEDCE4; }

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

This text font color is #FEDCE4.

Background Color

.myBgColor { background-color: #FEDCE4; }

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

This div background color is #FEDCE4.

Border color

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

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

This div border color is #FEDCE4.

Opacity

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

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

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

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

This text has shadow with #FEDCE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEDCE4.

Preview

Color preview on black background

This text has color #FEDCE4 on black background.


Color preview on white background

This text has color #FEDCE4 on white background.


Black color preview on #FEDCE4 background

This text has black color on #FEDCE4 background.


White color preview on #FEDCE4 background

This text has white color on #FEDCE4 background.


Related colors

Complementary color

Complementary color for #hex is #01231B.


I love getcolorcode.com

Triadic colors

1 #E4FEDC and #DCE4FE with #FEDCE4 are triadic colors.

2 #E4DCFE and #DCFEE4 with #FEDCE4 are triadic colors.