COLOR #FDDCE7

HEX: #FDDCE7 RGB: (253,220,231)

Color info

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

RGB color model

#FDDCE7 color RGB value is (253,220,231).

RGB: (253,220,231) (99%, 86%, 91%)

RGB channels and saturation

R 253 of 255 = 99%
G 220 of 255 = 86%
B 231 of 255 = 91%

253
220
231

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

Portions of RGB colors in percentages

R + G + B = 253 + 220 + 231 = 704 (100%)
R 253 of 704 ~ 35.94%
G 220 of 704 ~ 31.25%
B 231 of 704 ~ 32.81'%

%35.94
%31.25
%32.81

CMYK color model

#FDDCE7 color CMYK value is (0,13,9,1).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 8.70%
  • key color value is 0.78%

CMYK: (0,13,9,1)
C0M13Y9K1 (0%, 13%, 9%, 1%)
(0.00 / 0.13 / 0.09 / 0.01)

CMYK percentages

%0
%13.04
%8.7
%0.78

Codes

Color #FDDCE7 in popluar color models

FD DC E7
RGB 253 220 231
HSL 340° 89.19% 92.75%
HSB/HSV 340° 13.04% 99.22%
CMYK 0.00% 13.04% 8.70%
0.78%

Color #FDDCE7 in popluar number systems.

HEX FD DC E7
Decimal 253 220 231
Binary 11111101 11011100 11100111
Octal 375 334 347

Shades and tints

Shades of #FDDCE7

#FDDCE7
(253,220,231)
#E6C8D2
(230,200,210)
#CFB4BD
(207,180,189)
#B8A0A8
(184,160,168)
#A18C93
(161,140,147)
#8A787E
(138,120,126)
#736469
(115,100,105)
#5C5054
(92,80,84)
#453C3F
(69,60,63)
#2E282A
(46,40,42)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #FDDCE7

#FDDCE7
(253,220,231)
#FDDFE9
(253,223,233)
#FDE2EB
(253,226,235)
#FDE5ED
(253,229,237)
#FDE8EF
(253,232,239)
#FDEBF1
(253,235,241)
#FDEEF3
(253,238,243)
#FDF1F5
(253,241,245)
#FDF4F7
(253,244,247)
#FDF7F9
(253,247,249)
#FDFAFB
(253,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDDCE7 color. Also use rgb(253,220,231) instead hex code.

Text Font Color

.myTextColor { color: #FDDCE7; }

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

This text font color is #FDDCE7.

Background Color

.myBgColor { background-color: #FDDCE7; }

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

This div background color is #FDDCE7.

Border color

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

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

This div border color is #FDDCE7.

Opacity

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

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

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

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

This text has shadow with #FDDCE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDDCE7.

Preview

Color preview on black background

This text has color #FDDCE7 on black background.


Color preview on white background

This text has color #FDDCE7 on white background.


Black color preview on #FDDCE7 background

This text has black color on #FDDCE7 background.


White color preview on #FDDCE7 background

This text has white color on #FDDCE7 background.


Related colors

Complementary color

Complementary color for #hex is #022318.


I love getcolorcode.com

Triadic colors

1 #E7FDDC and #DCE7FD with #FDDCE7 are triadic colors.

2 #E7DCFD and #DCFDE7 with #FDDCE7 are triadic colors.