COLOR #FEDCED

HEX: #FEDCED RGB: (254,220,237)

Color info

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

RGB color model

#FEDCED color RGB value is (254,220,237).

RGB: (254,220,237) (100%, 86%, 93%)

RGB channels and saturation

R 254 of 255 = 100%
G 220 of 255 = 86%
B 237 of 255 = 93%

254
220
237

R + G + B ~ 93%. #FEDCED is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 220 + 237 = 711 (100%)
R 254 of 711 ~ 35.72%
G 220 of 711 ~ 30.94%
B 237 of 711 ~ 33.33'%

%35.72
%30.94
%33.33

CMYK color model

#FEDCED color CMYK value is (0,13,7,0).

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

CMYK: (0,13,7,0)
C0M13Y7K0 (0%, 13%, 7%, 0%)
(0.00 / 0.13 / 0.07 / 0.00)

CMYK percentages

%0
%13.39
%6.69
%0.39

Codes

Color #FEDCED in popluar color models

FE DC ED
RGB 254 220 237
HSL 330° 94.44% 92.94%
HSB/HSV 330° 13.39% 99.61%
CMYK 0.00% 13.39% 6.69%
0.39%

Color #FEDCED in popluar number systems.

HEX FE DC ED
Decimal 254 220 237
Binary 11111110 11011100 11101101
Octal 376 334 355

Shades and tints

Shades of #FEDCED

#FEDCED
(254,220,237)
#E7C8D8
(231,200,216)
#D0B4C3
(208,180,195)
#B9A0AE
(185,160,174)
#A28C99
(162,140,153)
#8B7884
(139,120,132)
#74646F
(116,100,111)
#5D505A
(93,80,90)
#463C45
(70,60,69)
#2F2830
(47,40,48)
#18141B
(24,20,27)
#000000
(0,0,0)

Tints of #FEDCED

#FEDCED
(254,220,237)
#FEDFEE
(254,223,238)
#FEE2EF
(254,226,239)
#FEE5F0
(254,229,240)
#FEE8F1
(254,232,241)
#FEEBF2
(254,235,242)
#FEEEF3
(254,238,243)
#FEF1F4
(254,241,244)
#FEF4F5
(254,244,245)
#FEF7F6
(254,247,246)
#FEFAF7
(254,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEDCED; }

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

This text font color is #FEDCED.

Background Color

.myBgColor { background-color: #FEDCED; }

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

This div background color is #FEDCED.

Border color

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

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

This div border color is #FEDCED.

Opacity

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

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

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

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

This text has shadow with #FEDCED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEDCED.

Preview

Color preview on black background

This text has color #FEDCED on black background.


Color preview on white background

This text has color #FEDCED on white background.


Black color preview on #FEDCED background

This text has black color on #FEDCED background.


White color preview on #FEDCED background

This text has white color on #FEDCED background.


Related colors

Complementary color

Complementary color for #hex is #012312.


I love getcolorcode.com

Triadic colors

1 #EDFEDC and #DCEDFE with #FEDCED are triadic colors.

2 #EDDCFE and #DCFEED with #FEDCED are triadic colors.