COLOR #FDD3DF

HEX: #FDD3DF RGB: (253,211,223)

Color info

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

RGB color model

#FDD3DF color RGB value is (253,211,223).

RGB: (253,211,223) (99%, 83%, 87%)

RGB channels and saturation

R 253 of 255 = 99%
G 211 of 255 = 83%
B 223 of 255 = 87%

253
211
223

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

Portions of RGB colors in percentages

R + G + B = 253 + 211 + 223 = 687 (100%)
R 253 of 687 ~ 36.83%
G 211 of 687 ~ 30.71%
B 223 of 687 ~ 32.46'%

%36.83
%30.71
%32.46

CMYK color model

#FDD3DF color CMYK value is (0,17,12,1).

  • cyan value is 0.00%
  • magenta value is 16.60%
  • yellow value is 11.86%
  • key color value is 0.78%

CMYK: (0,17,12,1)
C0M17Y12K1 (0%, 17%, 12%, 1%)
(0.00 / 0.17 / 0.12 / 0.01)

CMYK percentages

%0
%16.6
%11.86
%0.78

Codes

Color #FDD3DF in popluar color models

FD D3 DF
RGB 253 211 223
HSL 343° 91.30% 90.98%
HSB/HSV 343° 16.60% 99.22%
CMYK 0.00% 16.60% 11.86%
0.78%

Color #FDD3DF in popluar number systems.

HEX FD D3 DF
Decimal 253 211 223
Binary 11111101 11010011 11011111
Octal 375 323 337

Shades and tints

Shades of #FDD3DF

#FDD3DF
(253,211,223)
#E6C0CB
(230,192,203)
#CFADB7
(207,173,183)
#B89AA3
(184,154,163)
#A1878F
(161,135,143)
#8A747B
(138,116,123)
#736167
(115,97,103)
#5C4E53
(92,78,83)
#453B3F
(69,59,63)
#2E282B
(46,40,43)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #FDD3DF

#FDD3DF
(253,211,223)
#FDD7E1
(253,215,225)
#FDDBE3
(253,219,227)
#FDDFE5
(253,223,229)
#FDE3E7
(253,227,231)
#FDE7E9
(253,231,233)
#FDEBEB
(253,235,235)
#FDEFED
(253,239,237)
#FDF3EF
(253,243,239)
#FDF7F1
(253,247,241)
#FDFBF3
(253,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDD3DF; }

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

This text font color is #FDD3DF.

Background Color

.myBgColor { background-color: #FDD3DF; }

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

This div background color is #FDD3DF.

Border color

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

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

This div border color is #FDD3DF.

Opacity

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

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

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

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

This text has shadow with #FDD3DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDD3DF.

Preview

Color preview on black background

This text has color #FDD3DF on black background.


Color preview on white background

This text has color #FDD3DF on white background.


Black color preview on #FDD3DF background

This text has black color on #FDD3DF background.


White color preview on #FDD3DF background

This text has white color on #FDD3DF background.


Related colors

Complementary color

Complementary color for #hex is #022C20.


I love getcolorcode.com

Triadic colors

1 #DFFDD3 and #D3DFFD with #FDD3DF are triadic colors.

2 #DFD3FD and #D3FDDF with #FDD3DF are triadic colors.