COLOR #FDD0EC

HEX: #FDD0EC RGB: (253,208,236)

Color info

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

RGB color model

#FDD0EC color RGB value is (253,208,236).

RGB: (253,208,236) (99%, 82%, 93%)

RGB channels and saturation

R 253 of 255 = 99%
G 208 of 255 = 82%
B 236 of 255 = 93%

253
208
236

R + G + B ~ 91%. #FDD0EC is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 208 + 236 = 697 (100%)
R 253 of 697 ~ 36.3%
G 208 of 697 ~ 29.84%
B 236 of 697 ~ 33.86'%

%36.3
%29.84
%33.86

CMYK color model

#FDD0EC color CMYK value is (0,18,7,1).

  • cyan value is 0.00%
  • magenta value is 17.79%
  • yellow value is 6.72%
  • key color value is 0.78%

CMYK: (0,18,7,1)
C0M18Y7K1 (0%, 18%, 7%, 1%)
(0.00 / 0.18 / 0.07 / 0.01)

CMYK percentages

%0
%17.79
%6.72
%0.78

Codes

Color #FDD0EC in popluar color models

FD D0 EC
RGB 253 208 236
HSL 323° 91.84% 90.39%
HSB/HSV 323° 17.79% 99.22%
CMYK 0.00% 17.79% 6.72%
0.78%

Color #FDD0EC in popluar number systems.

HEX FD D0 EC
Decimal 253 208 236
Binary 11111101 11010000 11101100
Octal 375 320 354

Shades and tints

Shades of #FDD0EC

#FDD0EC
(253,208,236)
#E6BED7
(230,190,215)
#CFACC2
(207,172,194)
#B89AAD
(184,154,173)
#A18898
(161,136,152)
#8A7683
(138,118,131)
#73646E
(115,100,110)
#5C5259
(92,82,89)
#454044
(69,64,68)
#2E2E2F
(46,46,47)
#171C1A
(23,28,26)
#000000
(0,0,0)

Tints of #FDD0EC

#FDD0EC
(253,208,236)
#FDD4ED
(253,212,237)
#FDD8EE
(253,216,238)
#FDDCEF
(253,220,239)
#FDE0F0
(253,224,240)
#FDE4F1
(253,228,241)
#FDE8F2
(253,232,242)
#FDECF3
(253,236,243)
#FDF0F4
(253,240,244)
#FDF4F5
(253,244,245)
#FDF8F6
(253,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDD0EC color. Also use rgb(253,208,236) instead hex code.

Text Font Color

.myTextColor { color: #FDD0EC; }

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

This text font color is #FDD0EC.

Background Color

.myBgColor { background-color: #FDD0EC; }

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

This div background color is #FDD0EC.

Border color

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

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

This div border color is #FDD0EC.

Opacity

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

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

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

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

This text has shadow with #FDD0EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDD0EC.

Preview

Color preview on black background

This text has color #FDD0EC on black background.


Color preview on white background

This text has color #FDD0EC on white background.


Black color preview on #FDD0EC background

This text has black color on #FDD0EC background.


White color preview on #FDD0EC background

This text has white color on #FDD0EC background.


Related colors

Complementary color

Complementary color for #hex is #022F13.


I love getcolorcode.com

Triadic colors

1 #ECFDD0 and #D0ECFD with #FDD0EC are triadic colors.

2 #ECD0FD and #D0FDEC with #FDD0EC are triadic colors.