COLOR #FDDFE5

HEX: #FDDFE5 RGB: (253,223,229)

Color info

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

RGB color model

#FDDFE5 color RGB value is (253,223,229).

RGB: (253,223,229) (99%, 87%, 90%)

RGB channels and saturation

R 253 of 255 = 99%
G 223 of 255 = 87%
B 229 of 255 = 90%

253
223
229

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

Portions of RGB colors in percentages

R + G + B = 253 + 223 + 229 = 705 (100%)
R 253 of 705 ~ 35.89%
G 223 of 705 ~ 31.63%
B 229 of 705 ~ 32.48'%

%35.89
%31.63
%32.48

CMYK color model

#FDDFE5 color CMYK value is (0,12,9,1).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 9.49%
  • key color value is 0.78%
CMYK: (0,12,9,1) C0M12Y9K1 (0%,12%,9%,1%) (0.00/0.12/0.09/0.01) 

CMYK percentages

%0
%11.86
%9.49
%0.78

Codes

Color #FDDFE5 in popluar color models

FD DF E5
RGB 253 223 229
HSL 348° 88.24% 93.33%
HSB/HSV 348° 11.86% 99.22%
CMYK 0.00% 11.86% 9.49%
0.78%

Color #FDDFE5 in popluar number systems.

HEX FD DF E5
Decimal 253 223 229
Binary 11111101 11011111 11100101
Octal 375 337 345

Shades and tints

Shades of #FDDFE5

#FDDFE5
(253,223,229)
#E6CBD1
(230,203,209)
#CFB7BD
(207,183,189)
#B8A3A9
(184,163,169)
#A18F95
(161,143,149)
#8A7B81
(138,123,129)
#73676D
(115,103,109)
#5C5359
(92,83,89)
#453F45
(69,63,69)
#2E2B31
(46,43,49)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #FDDFE5

#FDDFE5
(253,223,229)
#FDE1E7
(253,225,231)
#FDE3E9
(253,227,233)
#FDE5EB
(253,229,235)
#FDE7ED
(253,231,237)
#FDE9EF
(253,233,239)
#FDEBF1
(253,235,241)
#FDEDF3
(253,237,243)
#FDEFF5
(253,239,245)
#FDF1F7
(253,241,247)
#FDF3F9
(253,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDDFE5 color. Also use rgb(253,223,229) instead hex code.

Text Font Color

.myTextColor { color: #FDDFE5; }

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

This text font color is #FDDFE5.

Background Color

.myBgColor { background-color: #FDDFE5; }

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

This div background color is #FDDFE5.

Border color

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

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

This div border color is #FDDFE5.

Opacity

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

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

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

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

This text has shadow with #FDDFE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDDFE5.

Preview

Color preview on black background

This text has color #FDDFE5 on black background.


Color preview on white background

This text has color #FDDFE5 on white background.


Black color preview on #FDDFE5 background

This text has black color on #FDDFE5 background.


White color preview on #FDDFE5 background

This text has white color on #FDDFE5 background.


Related colors

Complementary color

Complementary color for #hex is #02201A.


I love getcolorcode.com

Triadic colors

1 #E5FDDF and #DFE5FD with #FDDFE5 are triadic colors.

2 #E5DFFD and #DFFDE5 with #FDDFE5 are triadic colors.