COLOR #FDDFE7

HEX: #FDDFE7 RGB: (253,223,231)

Color info

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

RGB color model

#FDDFE7 color RGB value is (253,223,231).

RGB: (253,223,231) (99%, 87%, 91%)

RGB channels and saturation

R 253 of 255 = 99%
G 223 of 255 = 87%
B 231 of 255 = 91%

253
223
231

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

Portions of RGB colors in percentages

R + G + B = 253 + 223 + 231 = 707 (100%)
R 253 of 707 ~ 35.79%
G 223 of 707 ~ 31.54%
B 231 of 707 ~ 32.67'%

%35.79
%31.54
%32.67

CMYK color model

#FDDFE7 color CMYK value is (0,12,9,1).

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

CMYK: (0,12,9,1)
C0M12Y9K1 (0%, 12%, 9%, 1%)
(0.00 / 0.12 / 0.09 / 0.01)

CMYK percentages

%0
%11.86
%8.7
%0.78

Codes

Color #FDDFE7 in popluar color models

FD DF E7
RGB 253 223 231
HSL 344° 88.24% 93.33%
HSB/HSV 344° 11.86% 99.22%
CMYK 0.00% 11.86% 8.70%
0.78%

Color #FDDFE7 in popluar number systems.

HEX FD DF E7
Decimal 253 223 231
Binary 11111101 11011111 11100111
Octal 375 337 347

Shades and tints

Shades of #FDDFE7

#FDDFE7
(253,223,231)
#E6CBD2
(230,203,210)
#CFB7BD
(207,183,189)
#B8A3A8
(184,163,168)
#A18F93
(161,143,147)
#8A7B7E
(138,123,126)
#736769
(115,103,105)
#5C5354
(92,83,84)
#453F3F
(69,63,63)
#2E2B2A
(46,43,42)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #FDDFE7

#FDDFE7
(253,223,231)
#FDE1E9
(253,225,233)
#FDE3EB
(253,227,235)
#FDE5ED
(253,229,237)
#FDE7EF
(253,231,239)
#FDE9F1
(253,233,241)
#FDEBF3
(253,235,243)
#FDEDF5
(253,237,245)
#FDEFF7
(253,239,247)
#FDF1F9
(253,241,249)
#FDF3FB
(253,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDDFE7; }

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

This text font color is #FDDFE7.

Background Color

.myBgColor { background-color: #FDDFE7; }

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

This div background color is #FDDFE7.

Border color

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

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

This div border color is #FDDFE7.

Opacity

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

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

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

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

This text has shadow with #FDDFE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDDFE7.

Preview

Color preview on black background

This text has color #FDDFE7 on black background.


Color preview on white background

This text has color #FDDFE7 on white background.


Black color preview on #FDDFE7 background

This text has black color on #FDDFE7 background.


White color preview on #FDDFE7 background

This text has white color on #FDDFE7 background.


Related colors

Complementary color

Complementary color for #hex is #022018.


I love getcolorcode.com

Triadic colors

1 #E7FDDF and #DFE7FD with #FDDFE7 are triadic colors.

2 #E7DFFD and #DFFDE7 with #FDDFE7 are triadic colors.