COLOR #FDE0EE

HEX: #FDE0EE RGB: (253,224,238)

Color info

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

RGB color model

#FDE0EE color RGB value is (253,224,238).

RGB: (253,224,238) (99%, 88%, 93%)

RGB channels and saturation

R 253 of 255 = 99%
G 224 of 255 = 88%
B 238 of 255 = 93%

253
224
238

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

Portions of RGB colors in percentages

R + G + B = 253 + 224 + 238 = 715 (100%)
R 253 of 715 ~ 35.38%
G 224 of 715 ~ 31.33%
B 238 of 715 ~ 33.29'%

%35.38
%31.33
%33.29

CMYK color model

#FDE0EE color CMYK value is (0,11,6,1).

  • cyan value is 0.00%
  • magenta value is 11.46%
  • yellow value is 5.93%
  • key color value is 0.78%

CMYK: (0,11,6,1)
C0M11Y6K1 (0%, 11%, 6%, 1%)
(0.00 / 0.11 / 0.06 / 0.01)

CMYK percentages

%0
%11.46
%5.93
%0.78

Codes

Color #FDE0EE in popluar color models

FD E0 EE
RGB 253 224 238
HSL 331° 87.88% 93.53%
HSB/HSV 331° 11.46% 99.22%
CMYK 0.00% 11.46% 5.93%
0.78%

Color #FDE0EE in popluar number systems.

HEX FD E0 EE
Decimal 253 224 238
Binary 11111101 11100000 11101110
Octal 375 340 356

Shades and tints

Shades of #FDE0EE

#FDE0EE
(253,224,238)
#E6CCD9
(230,204,217)
#CFB8C4
(207,184,196)
#B8A4AF
(184,164,175)
#A1909A
(161,144,154)
#8A7C85
(138,124,133)
#736870
(115,104,112)
#5C545B
(92,84,91)
#454046
(69,64,70)
#2E2C31
(46,44,49)
#17181C
(23,24,28)
#000000
(0,0,0)

Tints of #FDE0EE

#FDE0EE
(253,224,238)
#FDE2EF
(253,226,239)
#FDE4F0
(253,228,240)
#FDE6F1
(253,230,241)
#FDE8F2
(253,232,242)
#FDEAF3
(253,234,243)
#FDECF4
(253,236,244)
#FDEEF5
(253,238,245)
#FDF0F6
(253,240,246)
#FDF2F7
(253,242,247)
#FDF4F8
(253,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE0EE color. Also use rgb(253,224,238) instead hex code.

Text Font Color

.myTextColor { color: #FDE0EE; }

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

This text font color is #FDE0EE.

Background Color

.myBgColor { background-color: #FDE0EE; }

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

This div background color is #FDE0EE.

Border color

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

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

This div border color is #FDE0EE.

Opacity

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

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

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

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

This text has shadow with #FDE0EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE0EE.

Preview

Color preview on black background

This text has color #FDE0EE on black background.


Color preview on white background

This text has color #FDE0EE on white background.


Black color preview on #FDE0EE background

This text has black color on #FDE0EE background.


White color preview on #FDE0EE background

This text has white color on #FDE0EE background.


Related colors

Complementary color

Complementary color for #hex is #021F11.


I love getcolorcode.com

Triadic colors

1 #EEFDE0 and #E0EEFD with #FDE0EE are triadic colors.

2 #EEE0FD and #E0FDEE with #FDE0EE are triadic colors.