COLOR #FDD7EF

HEX: #FDD7EF RGB: (253,215,239)

Color info

#FDD7EF contains red, green and blue colors in about the same proportion. Web safe color of #FDD7EF is #FFCCFF (or #FCF).

RGB color model

#FDD7EF color RGB value is (253,215,239).

RGB: (253,215,239) (99%, 84%, 94%)

RGB channels and saturation

R 253 of 255 = 99%
G 215 of 255 = 84%
B 239 of 255 = 94%

253
215
239

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

Portions of RGB colors in percentages

R + G + B = 253 + 215 + 239 = 707 (100%)
R 253 of 707 ~ 35.79%
G 215 of 707 ~ 30.41%
B 239 of 707 ~ 33.8'%

%35.79
%30.41
%33.8

CMYK color model

#FDD7EF color CMYK value is (0,15,6,1).

  • cyan value is 0.00%
  • magenta value is 15.02%
  • yellow value is 5.53%
  • key color value is 0.78%
CMYK: (0,15,6,1) C0M15Y6K1 (0%,15%,6%,1%) (0.00/0.15/0.06/0.01) 

CMYK percentages

%0
%15.02
%5.53
%0.78

Codes

Color #FDD7EF in popluar color models

FD D7 EF
RGB 253 215 239
HSL 322° 90.48% 91.76%
HSB/HSV 322° 15.02% 99.22%
CMYK 0.00% 15.02% 5.53%
0.78%

Color #FDD7EF in popluar number systems.

HEX FD D7 EF
Decimal 253 215 239
Binary 11111101 11010111 11101111
Octal 375 327 357

Shades and tints

Shades of #FDD7EF

#FDD7EF
(253,215,239)
#E6C4DA
(230,196,218)
#CFB1C5
(207,177,197)
#B89EB0
(184,158,176)
#A18B9B
(161,139,155)
#8A7886
(138,120,134)
#736571
(115,101,113)
#5C525C
(92,82,92)
#453F47
(69,63,71)
#2E2C32
(46,44,50)
#17191D
(23,25,29)
#000000
(0,0,0)

Tints of #FDD7EF

#FDD7EF
(253,215,239)
#FDDAF0
(253,218,240)
#FDDDF1
(253,221,241)
#FDE0F2
(253,224,242)
#FDE3F3
(253,227,243)
#FDE6F4
(253,230,244)
#FDE9F5
(253,233,245)
#FDECF6
(253,236,246)
#FDEFF7
(253,239,247)
#FDF2F8
(253,242,248)
#FDF5F9
(253,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDD7EF; }

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

This text font color is #FDD7EF.

Background Color

.myBgColor { background-color: #FDD7EF; }

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

This div background color is #FDD7EF.

Border color

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

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

This div border color is #FDD7EF.

Opacity

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

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

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

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

This text has shadow with #FDD7EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDD7EF.

Preview

Color preview on black background

This text has color #FDD7EF on black background.


Color preview on white background

This text has color #FDD7EF on white background.


Black color preview on #FDD7EF background

This text has black color on #FDD7EF background.


White color preview on #FDD7EF background

This text has white color on #FDD7EF background.


Related colors

Complementary color

Complementary color for #hex is #022810.


I love getcolorcode.com

Triadic colors

1 #EFFDD7 and #D7EFFD with #FDD7EF are triadic colors.

2 #EFD7FD and #D7FDEF with #FDD7EF are triadic colors.