COLOR #FDD0E6

HEX: #FDD0E6 RGB: (253,208,230)

Color info

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

RGB color model

#FDD0E6 color RGB value is (253,208,230).

RGB: (253,208,230) (99%, 82%, 90%)

RGB channels and saturation

R 253 of 255 = 99%
G 208 of 255 = 82%
B 230 of 255 = 90%

253
208
230

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

Portions of RGB colors in percentages

R + G + B = 253 + 208 + 230 = 691 (100%)
R 253 of 691 ~ 36.61%
G 208 of 691 ~ 30.1%
B 230 of 691 ~ 33.29'%

%36.61
%30.1
%33.29

CMYK color model

#FDD0E6 color CMYK value is (0,18,9,1).

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

CMYK: (0,18,9,1)
C0M18Y9K1 (0%, 18%, 9%, 1%)
(0.00 / 0.18 / 0.09 / 0.01)

CMYK percentages

%0
%17.79
%9.09
%0.78

Codes

Color #FDD0E6 in popluar color models

FD D0 E6
RGB 253 208 230
HSL 331° 91.84% 90.39%
HSB/HSV 331° 17.79% 99.22%
CMYK 0.00% 17.79% 9.09%
0.78%

Color #FDD0E6 in popluar number systems.

HEX FD D0 E6
Decimal 253 208 230
Binary 11111101 11010000 11100110
Octal 375 320 346

Shades and tints

Shades of #FDD0E6

#FDD0E6
(253,208,230)
#E6BED2
(230,190,210)
#CFACBE
(207,172,190)
#B89AAA
(184,154,170)
#A18896
(161,136,150)
#8A7682
(138,118,130)
#73646E
(115,100,110)
#5C525A
(92,82,90)
#454046
(69,64,70)
#2E2E32
(46,46,50)
#171C1E
(23,28,30)
#000000
(0,0,0)

Tints of #FDD0E6

#FDD0E6
(253,208,230)
#FDD4E8
(253,212,232)
#FDD8EA
(253,216,234)
#FDDCEC
(253,220,236)
#FDE0EE
(253,224,238)
#FDE4F0
(253,228,240)
#FDE8F2
(253,232,242)
#FDECF4
(253,236,244)
#FDF0F6
(253,240,246)
#FDF4F8
(253,244,248)
#FDF8FA
(253,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDD0E6; }

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

This text font color is #FDD0E6.

Background Color

.myBgColor { background-color: #FDD0E6; }

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

This div background color is #FDD0E6.

Border color

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

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

This div border color is #FDD0E6.

Opacity

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

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

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

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

This text has shadow with #FDD0E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDD0E6.

Preview

Color preview on black background

This text has color #FDD0E6 on black background.


Color preview on white background

This text has color #FDD0E6 on white background.


Black color preview on #FDD0E6 background

This text has black color on #FDD0E6 background.


White color preview on #FDD0E6 background

This text has white color on #FDD0E6 background.


Related colors

Complementary color

Complementary color for #hex is #022F19.


I love getcolorcode.com

Triadic colors

1 #E6FDD0 and #D0E6FD with #FDD0E6 are triadic colors.

2 #E6D0FD and #D0FDE6 with #FDD0E6 are triadic colors.