COLOR #FED4DC

HEX: #FED4DC RGB: (254,212,220)

Color info

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

RGB color model

#FED4DC color RGB value is (254,212,220).

RGB: (254,212,220) (100%, 83%, 86%)

RGB channels and saturation

R 254 of 255 = 100%
G 212 of 255 = 83%
B 220 of 255 = 86%

254
212
220

R + G + B ~ 90%. #FED4DC is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 212 + 220 = 686 (100%)
R 254 of 686 ~ 37.03%
G 212 of 686 ~ 30.9%
B 220 of 686 ~ 32.07'%

%37.03
%30.9
%32.07

CMYK color model

#FED4DC color CMYK value is (0,17,13,0).

  • cyan value is 0.00%
  • magenta value is 16.54%
  • yellow value is 13.39%
  • key color value is 0.39%

CMYK: (0,17,13,0)
C0M17Y13K0 (0%, 17%, 13%, 0%)
(0.00 / 0.17 / 0.13 / 0.00)

CMYK percentages

%0
%16.54
%13.39
%0.39

Codes

Color #FED4DC in popluar color models

FE D4 DC
RGB 254 212 220
HSL 349° 95.45% 91.37%
HSB/HSV 349° 16.54% 99.61%
CMYK 0.00% 16.54% 13.39%
0.39%

Color #FED4DC in popluar number systems.

HEX FE D4 DC
Decimal 254 212 220
Binary 11111110 11010100 11011100
Octal 376 324 334

Shades and tints

Shades of #FED4DC

#FED4DC
(254,212,220)
#E7C1C8
(231,193,200)
#D0AEB4
(208,174,180)
#B99BA0
(185,155,160)
#A2888C
(162,136,140)
#8B7578
(139,117,120)
#746264
(116,98,100)
#5D4F50
(93,79,80)
#463C3C
(70,60,60)
#2F2928
(47,41,40)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #FED4DC

#FED4DC
(254,212,220)
#FED7DF
(254,215,223)
#FEDAE2
(254,218,226)
#FEDDE5
(254,221,229)
#FEE0E8
(254,224,232)
#FEE3EB
(254,227,235)
#FEE6EE
(254,230,238)
#FEE9F1
(254,233,241)
#FEECF4
(254,236,244)
#FEEFF7
(254,239,247)
#FEF2FA
(254,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED4DC; }

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

This text font color is #FED4DC.

Background Color

.myBgColor { background-color: #FED4DC; }

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

This div background color is #FED4DC.

Border color

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

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

This div border color is #FED4DC.

Opacity

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

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

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

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

This text has shadow with #FED4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FED4DC.

Preview

Color preview on black background

This text has color #FED4DC on black background.


Color preview on white background

This text has color #FED4DC on white background.


Black color preview on #FED4DC background

This text has black color on #FED4DC background.


White color preview on #FED4DC background

This text has white color on #FED4DC background.


Related colors

Complementary color

Complementary color for #hex is #012B23.


I love getcolorcode.com

Triadic colors

1 #DCFED4 and #D4DCFE with #FED4DC are triadic colors.

2 #DCD4FE and #D4FEDC with #FED4DC are triadic colors.