COLOR #FDD5E1

HEX: #FDD5E1 RGB: (253,213,225)

Color info

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

RGB color model

#FDD5E1 color RGB value is (253,213,225).

RGB: (253,213,225) (99%, 84%, 88%)

RGB channels and saturation

R 253 of 255 = 99%
G 213 of 255 = 84%
B 225 of 255 = 88%

253
213
225

R + G + B ~ 90%. #FDD5E1 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 213 + 225 = 691 (100%)
R 253 of 691 ~ 36.61%
G 213 of 691 ~ 30.82%
B 225 of 691 ~ 32.56'%

%36.61
%30.82
%32.56

CMYK color model

#FDD5E1 color CMYK value is (0,16,11,1).

  • cyan value is 0.00%
  • magenta value is 15.81%
  • yellow value is 11.07%
  • key color value is 0.78%
CMYK: (0,16,11,1) C0M16Y11K1 (0%,16%,11%,1%) (0.00/0.16/0.11/0.01) 

CMYK percentages

%0
%15.81
%11.07
%0.78

Codes

Color #FDD5E1 in popluar color models

FD D5 E1
RGB 253 213 225
HSL 342° 90.91% 91.37%
HSB/HSV 342° 15.81% 99.22%
CMYK 0.00% 15.81% 11.07%
0.78%

Color #FDD5E1 in popluar number systems.

HEX FD D5 E1
Decimal 253 213 225
Binary 11111101 11010101 11100001
Octal 375 325 341

Shades and tints

Shades of #FDD5E1

#FDD5E1
(253,213,225)
#E6C2CD
(230,194,205)
#CFAFB9
(207,175,185)
#B89CA5
(184,156,165)
#A18991
(161,137,145)
#8A767D
(138,118,125)
#736369
(115,99,105)
#5C5055
(92,80,85)
#453D41
(69,61,65)
#2E2A2D
(46,42,45)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #FDD5E1

#FDD5E1
(253,213,225)
#FDD8E3
(253,216,227)
#FDDBE5
(253,219,229)
#FDDEE7
(253,222,231)
#FDE1E9
(253,225,233)
#FDE4EB
(253,228,235)
#FDE7ED
(253,231,237)
#FDEAEF
(253,234,239)
#FDEDF1
(253,237,241)
#FDF0F3
(253,240,243)
#FDF3F5
(253,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDD5E1; }

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

This text font color is #FDD5E1.

Background Color

.myBgColor { background-color: #FDD5E1; }

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

This div background color is #FDD5E1.

Border color

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

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

This div border color is #FDD5E1.

Opacity

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

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

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

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

This text has shadow with #FDD5E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDD5E1.

Preview

Color preview on black background

This text has color #FDD5E1 on black background.


Color preview on white background

This text has color #FDD5E1 on white background.


Black color preview on #FDD5E1 background

This text has black color on #FDD5E1 background.


White color preview on #FDD5E1 background

This text has white color on #FDD5E1 background.


Related colors

Complementary color

Complementary color for #hex is #022A1E.


I love getcolorcode.com

Triadic colors

1 #E1FDD5 and #D5E1FD with #FDD5E1 are triadic colors.

2 #E1D5FD and #D5FDE1 with #FDD5E1 are triadic colors.