COLOR #FDE4E1

HEX: #FDE4E1 RGB: (253,228,225)

Color info

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

RGB color model

#FDE4E1 color RGB value is (253,228,225).

RGB: (253,228,225) (99%, 89%, 88%)

RGB channels and saturation

R 253 of 255 = 99%
G 228 of 255 = 89%
B 225 of 255 = 88%

253
228
225

R + G + B ~ 92%. #FDE4E1 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 228 + 225 = 706 (100%)
R 253 of 706 ~ 35.84%
G 228 of 706 ~ 32.29%
B 225 of 706 ~ 31.87'%

%35.84
%32.29
%31.87

CMYK color model

#FDE4E1 color CMYK value is (0,10,11,1).

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

CMYK: (0,10,11,1)
C0M10Y11K1 (0%, 10%, 11%, 1%)
(0.00 / 0.10 / 0.11 / 0.01)

CMYK percentages

%0
%9.88
%11.07
%0.78

Codes

Color #FDE4E1 in popluar color models

FD E4 E1
RGB 253 228 225
HSL 87.50% 93.73%
HSB/HSV 11.07% 99.22%
CMYK 0.00% 9.88% 11.07%
0.78%

Color #FDE4E1 in popluar number systems.

HEX FD E4 E1
Decimal 253 228 225
Binary 11111101 11100100 11100001
Octal 375 344 341

Shades and tints

Shades of #FDE4E1

#FDE4E1
(253,228,225)
#E6D0CD
(230,208,205)
#CFBCB9
(207,188,185)
#B8A8A5
(184,168,165)
#A19491
(161,148,145)
#8A807D
(138,128,125)
#736C69
(115,108,105)
#5C5855
(92,88,85)
#454441
(69,68,65)
#2E302D
(46,48,45)
#171C19
(23,28,25)
#000000
(0,0,0)

Tints of #FDE4E1

#FDE4E1
(253,228,225)
#FDE6E3
(253,230,227)
#FDE8E5
(253,232,229)
#FDEAE7
(253,234,231)
#FDECE9
(253,236,233)
#FDEEEB
(253,238,235)
#FDF0ED
(253,240,237)
#FDF2EF
(253,242,239)
#FDF4F1
(253,244,241)
#FDF6F3
(253,246,243)
#FDF8F5
(253,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE4E1; }

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

This text font color is #FDE4E1.

Background Color

.myBgColor { background-color: #FDE4E1; }

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

This div background color is #FDE4E1.

Border color

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

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

This div border color is #FDE4E1.

Opacity

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

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

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

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

This text has shadow with #FDE4E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE4E1.

Preview

Color preview on black background

This text has color #FDE4E1 on black background.


Color preview on white background

This text has color #FDE4E1 on white background.


Black color preview on #FDE4E1 background

This text has black color on #FDE4E1 background.


White color preview on #FDE4E1 background

This text has white color on #FDE4E1 background.


Related colors

Complementary color

Complementary color for #hex is #021B1E.


I love getcolorcode.com

Triadic colors

1 #E1FDE4 and #E4E1FD with #FDE4E1 are triadic colors.

2 #E1E4FD and #E4FDE1 with #FDE4E1 are triadic colors.