COLOR #FDE1EC

HEX: #FDE1EC RGB: (253,225,236)

Color info

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

RGB color model

#FDE1EC color RGB value is (253,225,236).

RGB: (253,225,236) (99%, 88%, 93%)

RGB channels and saturation

R 253 of 255 = 99%
G 225 of 255 = 88%
B 236 of 255 = 93%

253
225
236

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

Portions of RGB colors in percentages

R + G + B = 253 + 225 + 236 = 714 (100%)
R 253 of 714 ~ 35.43%
G 225 of 714 ~ 31.51%
B 236 of 714 ~ 33.05'%

%35.43
%31.51
%33.05

CMYK color model

#FDE1EC color CMYK value is (0,11,7,1).

  • cyan value is 0.00%
  • magenta value is 11.07%
  • yellow value is 6.72%
  • key color value is 0.78%

CMYK: (0,11,7,1)
C0M11Y7K1 (0%, 11%, 7%, 1%)
(0.00 / 0.11 / 0.07 / 0.01)

CMYK percentages

%0
%11.07
%6.72
%0.78

Codes

Color #FDE1EC in popluar color models

FD E1 EC
RGB 253 225 236
HSL 336° 87.50% 93.73%
HSB/HSV 336° 11.07% 99.22%
CMYK 0.00% 11.07% 6.72%
0.78%

Color #FDE1EC in popluar number systems.

HEX FD E1 EC
Decimal 253 225 236
Binary 11111101 11100001 11101100
Octal 375 341 354

Shades and tints

Shades of #FDE1EC

#FDE1EC
(253,225,236)
#E6CDD7
(230,205,215)
#CFB9C2
(207,185,194)
#B8A5AD
(184,165,173)
#A19198
(161,145,152)
#8A7D83
(138,125,131)
#73696E
(115,105,110)
#5C5559
(92,85,89)
#454144
(69,65,68)
#2E2D2F
(46,45,47)
#17191A
(23,25,26)
#000000
(0,0,0)

Tints of #FDE1EC

#FDE1EC
(253,225,236)
#FDE3ED
(253,227,237)
#FDE5EE
(253,229,238)
#FDE7EF
(253,231,239)
#FDE9F0
(253,233,240)
#FDEBF1
(253,235,241)
#FDEDF2
(253,237,242)
#FDEFF3
(253,239,243)
#FDF1F4
(253,241,244)
#FDF3F5
(253,243,245)
#FDF5F6
(253,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE1EC color. Also use rgb(253,225,236) instead hex code.

Text Font Color

.myTextColor { color: #FDE1EC; }

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

This text font color is #FDE1EC.

Background Color

.myBgColor { background-color: #FDE1EC; }

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

This div background color is #FDE1EC.

Border color

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

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

This div border color is #FDE1EC.

Opacity

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

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

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

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

This text has shadow with #FDE1EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE1EC.

Preview

Color preview on black background

This text has color #FDE1EC on black background.


Color preview on white background

This text has color #FDE1EC on white background.


Black color preview on #FDE1EC background

This text has black color on #FDE1EC background.


White color preview on #FDE1EC background

This text has white color on #FDE1EC background.


Related colors

Complementary color

Complementary color for #hex is #021E13.


I love getcolorcode.com

Triadic colors

1 #ECFDE1 and #E1ECFD with #FDE1EC are triadic colors.

2 #ECE1FD and #E1FDEC with #FDE1EC are triadic colors.