COLOR #FDD3E9

HEX: #FDD3E9 RGB: (253,211,233)

Color info

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

RGB color model

#FDD3E9 color RGB value is (253,211,233).

RGB: (253,211,233) (99%, 83%, 91%)

RGB channels and saturation

R 253 of 255 = 99%
G 211 of 255 = 83%
B 233 of 255 = 91%

253
211
233

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

Portions of RGB colors in percentages

R + G + B = 253 + 211 + 233 = 697 (100%)
R 253 of 697 ~ 36.3%
G 211 of 697 ~ 30.27%
B 233 of 697 ~ 33.43'%

%36.3
%30.27
%33.43

CMYK color model

#FDD3E9 color CMYK value is (0,17,8,1).

  • cyan value is 0.00%
  • magenta value is 16.60%
  • yellow value is 7.91%
  • key color value is 0.78%

CMYK: (0,17,8,1)
C0M17Y8K1 (0%, 17%, 8%, 1%)
(0.00 / 0.17 / 0.08 / 0.01)

CMYK percentages

%0
%16.6
%7.91
%0.78

Codes

Color #FDD3E9 in popluar color models

FD D3 E9
RGB 253 211 233
HSL 329° 91.30% 90.98%
HSB/HSV 329° 16.60% 99.22%
CMYK 0.00% 16.60% 7.91%
0.78%

Color #FDD3E9 in popluar number systems.

HEX FD D3 E9
Decimal 253 211 233
Binary 11111101 11010011 11101001
Octal 375 323 351

Shades and tints

Shades of #FDD3E9

#FDD3E9
(253,211,233)
#E6C0D4
(230,192,212)
#CFADBF
(207,173,191)
#B89AAA
(184,154,170)
#A18795
(161,135,149)
#8A7480
(138,116,128)
#73616B
(115,97,107)
#5C4E56
(92,78,86)
#453B41
(69,59,65)
#2E282C
(46,40,44)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #FDD3E9

#FDD3E9
(253,211,233)
#FDD7EB
(253,215,235)
#FDDBED
(253,219,237)
#FDDFEF
(253,223,239)
#FDE3F1
(253,227,241)
#FDE7F3
(253,231,243)
#FDEBF5
(253,235,245)
#FDEFF7
(253,239,247)
#FDF3F9
(253,243,249)
#FDF7FB
(253,247,251)
#FDFBFD
(253,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDD3E9 color. Also use rgb(253,211,233) instead hex code.

Text Font Color

.myTextColor { color: #FDD3E9; }

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

This text font color is #FDD3E9.

Background Color

.myBgColor { background-color: #FDD3E9; }

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

This div background color is #FDD3E9.

Border color

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

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

This div border color is #FDD3E9.

Opacity

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

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

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

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

This text has shadow with #FDD3E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDD3E9.

Preview

Color preview on black background

This text has color #FDD3E9 on black background.


Color preview on white background

This text has color #FDD3E9 on white background.


Black color preview on #FDD3E9 background

This text has black color on #FDD3E9 background.


White color preview on #FDD3E9 background

This text has white color on #FDD3E9 background.


Related colors

Complementary color

Complementary color for #hex is #022C16.


I love getcolorcode.com

Triadic colors

1 #E9FDD3 and #D3E9FD with #FDD3E9 are triadic colors.

2 #E9D3FD and #D3FDE9 with #FDD3E9 are triadic colors.