COLOR #FDD4DF

HEX: #FDD4DF RGB: (253,212,223)

Color info

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

RGB color model

#FDD4DF color RGB value is (253,212,223).

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

RGB channels and saturation

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

253
212
223

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

Portions of RGB colors in percentages

R + G + B = 253 + 212 + 223 = 688 (100%)
R 253 of 688 ~ 36.77%
G 212 of 688 ~ 30.81%
B 223 of 688 ~ 32.41'%

%36.77
%30.81
%32.41

CMYK color model

#FDD4DF color CMYK value is (0,16,12,1).

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

CMYK: (0,16,12,1)
C0M16Y12K1 (0%, 16%, 12%, 1%)
(0.00 / 0.16 / 0.12 / 0.01)

CMYK percentages

%0
%16.21
%11.86
%0.78

Codes

Color #FDD4DF in popluar color models

FD D4 DF
RGB 253 212 223
HSL 344° 91.11% 91.18%
HSB/HSV 344° 16.21% 99.22%
CMYK 0.00% 16.21% 11.86%
0.78%

Color #FDD4DF in popluar number systems.

HEX FD D4 DF
Decimal 253 212 223
Binary 11111101 11010100 11011111
Octal 375 324 337

Shades and tints

Shades of #FDD4DF

#FDD4DF
(253,212,223)
#E6C1CB
(230,193,203)
#CFAEB7
(207,174,183)
#B89BA3
(184,155,163)
#A1888F
(161,136,143)
#8A757B
(138,117,123)
#736267
(115,98,103)
#5C4F53
(92,79,83)
#453C3F
(69,60,63)
#2E292B
(46,41,43)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #FDD4DF

#FDD4DF
(253,212,223)
#FDD7E1
(253,215,225)
#FDDAE3
(253,218,227)
#FDDDE5
(253,221,229)
#FDE0E7
(253,224,231)
#FDE3E9
(253,227,233)
#FDE6EB
(253,230,235)
#FDE9ED
(253,233,237)
#FDECEF
(253,236,239)
#FDEFF1
(253,239,241)
#FDF2F3
(253,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDD4DF; }

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

This text font color is #FDD4DF.

Background Color

.myBgColor { background-color: #FDD4DF; }

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

This div background color is #FDD4DF.

Border color

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

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

This div border color is #FDD4DF.

Opacity

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

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

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

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

This text has shadow with #FDD4DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDD4DF.

Preview

Color preview on black background

This text has color #FDD4DF on black background.


Color preview on white background

This text has color #FDD4DF on white background.


Black color preview on #FDD4DF background

This text has black color on #FDD4DF background.


White color preview on #FDD4DF background

This text has white color on #FDD4DF background.


Related colors

Complementary color

Complementary color for #hex is #022B20.


I love getcolorcode.com

Triadic colors

1 #DFFDD4 and #D4DFFD with #FDD4DF are triadic colors.

2 #DFD4FD and #D4FDDF with #FDD4DF are triadic colors.