COLOR #FDE1EE

HEX: #FDE1EE RGB: (253,225,238)

Color info

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

RGB color model

#FDE1EE color RGB value is (253,225,238).

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

RGB channels and saturation

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

253
225
238

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

Portions of RGB colors in percentages

R + G + B = 253 + 225 + 238 = 716 (100%)
R 253 of 716 ~ 35.34%
G 225 of 716 ~ 31.42%
B 238 of 716 ~ 33.24'%

%35.34
%31.42
%33.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.07%
  • 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.07
%5.93
%0.78

Codes

Color #FDE1EE in popluar color models

FD E1 EE
RGB 253 225 238
HSL 332° 87.50% 93.73%
HSB/HSV 332° 11.07% 99.22%
CMYK 0.00% 11.07% 5.93%
0.78%

Color #FDE1EE in popluar number systems.

HEX FD E1 EE
Decimal 253 225 238
Binary 11111101 11100001 11101110
Octal 375 341 356

Shades and tints

Shades of #FDE1EE

#FDE1EE
(253,225,238)
#E6CDD9
(230,205,217)
#CFB9C4
(207,185,196)
#B8A5AF
(184,165,175)
#A1919A
(161,145,154)
#8A7D85
(138,125,133)
#736970
(115,105,112)
#5C555B
(92,85,91)
#454146
(69,65,70)
#2E2D31
(46,45,49)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #FDE1EE

#FDE1EE
(253,225,238)
#FDE3EF
(253,227,239)
#FDE5F0
(253,229,240)
#FDE7F1
(253,231,241)
#FDE9F2
(253,233,242)
#FDEBF3
(253,235,243)
#FDEDF4
(253,237,244)
#FDEFF5
(253,239,245)
#FDF1F6
(253,241,246)
#FDF3F7
(253,243,247)
#FDF5F8
(253,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE1EE; }

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

This text font color is #FDE1EE.

Background Color

.myBgColor { background-color: #FDE1EE; }

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

This div background color is #FDE1EE.

Border color

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

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

This div border color is #FDE1EE.

Opacity

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

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

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

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

This text has shadow with #FDE1EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE1EE.

Preview

Color preview on black background

This text has color #FDE1EE on black background.


Color preview on white background

This text has color #FDE1EE on white background.


Black color preview on #FDE1EE background

This text has black color on #FDE1EE background.


White color preview on #FDE1EE background

This text has white color on #FDE1EE background.


Related colors

Complementary color

Complementary color for #hex is #021E11.


I love getcolorcode.com

Triadic colors

1 #EEFDE1 and #E1EEFD with #FDE1EE are triadic colors.

2 #EEE1FD and #E1FDEE with #FDE1EE are triadic colors.