COLOR #FDDDE1

HEX: #FDDDE1 RGB: (253,221,225)

Color info

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

RGB color model

#FDDDE1 color RGB value is (253,221,225).

RGB: (253,221,225) (99%, 87%, 88%)

RGB channels and saturation

R 253 of 255 = 99%
G 221 of 255 = 87%
B 225 of 255 = 88%

253
221
225

R + G + B ~ 91%. #FDDDE1 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 221 + 225 = 699 (100%)
R 253 of 699 ~ 36.19%
G 221 of 699 ~ 31.62%
B 225 of 699 ~ 32.19'%

%36.19
%31.62
%32.19

CMYK color model

#FDDDE1 color CMYK value is (0,13,11,1).

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

CMYK: (0,13,11,1)
C0M13Y11K1 (0%, 13%, 11%, 1%)
(0.00 / 0.13 / 0.11 / 0.01)

CMYK percentages

%0
%12.65
%11.07
%0.78

Codes

Color #FDDDE1 in popluar color models

FD DD E1
RGB 253 221 225
HSL 353° 88.89% 92.94%
HSB/HSV 353° 12.65% 99.22%
CMYK 0.00% 12.65% 11.07%
0.78%

Color #FDDDE1 in popluar number systems.

HEX FD DD E1
Decimal 253 221 225
Binary 11111101 11011101 11100001
Octal 375 335 341

Shades and tints

Shades of #FDDDE1

#FDDDE1
(253,221,225)
#E6C9CD
(230,201,205)
#CFB5B9
(207,181,185)
#B8A1A5
(184,161,165)
#A18D91
(161,141,145)
#8A797D
(138,121,125)
#736569
(115,101,105)
#5C5155
(92,81,85)
#453D41
(69,61,65)
#2E292D
(46,41,45)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #FDDDE1

#FDDDE1
(253,221,225)
#FDE0E3
(253,224,227)
#FDE3E5
(253,227,229)
#FDE6E7
(253,230,231)
#FDE9E9
(253,233,233)
#FDECEB
(253,236,235)
#FDEFED
(253,239,237)
#FDF2EF
(253,242,239)
#FDF5F1
(253,245,241)
#FDF8F3
(253,248,243)
#FDFBF5
(253,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDDDE1; }

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

This text font color is #FDDDE1.

Background Color

.myBgColor { background-color: #FDDDE1; }

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

This div background color is #FDDDE1.

Border color

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

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

This div border color is #FDDDE1.

Opacity

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

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

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

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

This text has shadow with #FDDDE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDDDE1.

Preview

Color preview on black background

This text has color #FDDDE1 on black background.


Color preview on white background

This text has color #FDDDE1 on white background.


Black color preview on #FDDDE1 background

This text has black color on #FDDDE1 background.


White color preview on #FDDDE1 background

This text has white color on #FDDDE1 background.


Related colors

Complementary color

Complementary color for #hex is #02221E.


I love getcolorcode.com

Triadic colors

1 #E1FDDD and #DDE1FD with #FDDDE1 are triadic colors.

2 #E1DDFD and #DDFDE1 with #FDDDE1 are triadic colors.