COLOR #FDD7DF

HEX: #FDD7DF RGB: (253,215,223)

Color info

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

RGB color model

#FDD7DF color RGB value is (253,215,223).

RGB: (253,215,223) (99%, 84%, 87%)

RGB channels and saturation

R 253 of 255 = 99%
G 215 of 255 = 84%
B 223 of 255 = 87%

253
215
223

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

Portions of RGB colors in percentages

R + G + B = 253 + 215 + 223 = 691 (100%)
R 253 of 691 ~ 36.61%
G 215 of 691 ~ 31.11%
B 223 of 691 ~ 32.27'%

%36.61
%31.11
%32.27

CMYK color model

#FDD7DF color CMYK value is (0,15,12,1).

  • cyan value is 0.00%
  • magenta value is 15.02%
  • yellow value is 11.86%
  • key color value is 0.78%
CMYK: (0,15,12,1) C0M15Y12K1 (0%,15%,12%,1%) (0.00/0.15/0.12/0.01) 

CMYK percentages

%0
%15.02
%11.86
%0.78

Codes

Color #FDD7DF in popluar color models

FD D7 DF
RGB 253 215 223
HSL 347° 90.48% 91.76%
HSB/HSV 347° 15.02% 99.22%
CMYK 0.00% 15.02% 11.86%
0.78%

Color #FDD7DF in popluar number systems.

HEX FD D7 DF
Decimal 253 215 223
Binary 11111101 11010111 11011111
Octal 375 327 337

Shades and tints

Shades of #FDD7DF

#FDD7DF
(253,215,223)
#E6C4CB
(230,196,203)
#CFB1B7
(207,177,183)
#B89EA3
(184,158,163)
#A18B8F
(161,139,143)
#8A787B
(138,120,123)
#736567
(115,101,103)
#5C5253
(92,82,83)
#453F3F
(69,63,63)
#2E2C2B
(46,44,43)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #FDD7DF

#FDD7DF
(253,215,223)
#FDDAE1
(253,218,225)
#FDDDE3
(253,221,227)
#FDE0E5
(253,224,229)
#FDE3E7
(253,227,231)
#FDE6E9
(253,230,233)
#FDE9EB
(253,233,235)
#FDECED
(253,236,237)
#FDEFEF
(253,239,239)
#FDF2F1
(253,242,241)
#FDF5F3
(253,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDD7DF; }

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

This text font color is #FDD7DF.

Background Color

.myBgColor { background-color: #FDD7DF; }

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

This div background color is #FDD7DF.

Border color

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

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

This div border color is #FDD7DF.

Opacity

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

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

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

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

This text has shadow with #FDD7DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDD7DF.

Preview

Color preview on black background

This text has color #FDD7DF on black background.


Color preview on white background

This text has color #FDD7DF on white background.


Black color preview on #FDD7DF background

This text has black color on #FDD7DF background.


White color preview on #FDD7DF background

This text has white color on #FDD7DF background.


Related colors

Complementary color

Complementary color for #hex is #022820.


I love getcolorcode.com

Triadic colors

1 #DFFDD7 and #D7DFFD with #FDD7DF are triadic colors.

2 #DFD7FD and #D7FDDF with #FDD7DF are triadic colors.