COLOR #FDDEE0

HEX: #FDDEE0 RGB: (253,222,224)

Color info

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

RGB color model

#FDDEE0 color RGB value is (253,222,224).

RGB: (253,222,224) (99%, 87%, 88%)

RGB channels and saturation

R 253 of 255 = 99%
G 222 of 255 = 87%
B 224 of 255 = 88%

253
222
224

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

Portions of RGB colors in percentages

R + G + B = 253 + 222 + 224 = 699 (100%)
R 253 of 699 ~ 36.19%
G 222 of 699 ~ 31.76%
B 224 of 699 ~ 32.05'%

%36.19
%31.76
%32.05

CMYK color model

#FDDEE0 color CMYK value is (0,12,11,1).

  • cyan value is 0.00%
  • magenta value is 12.25%
  • yellow value is 11.46%
  • key color value is 0.78%

CMYK: (0,12,11,1)
C0M12Y11K1 (0%, 12%, 11%, 1%)
(0.00 / 0.12 / 0.11 / 0.01)

CMYK percentages

%0
%12.25
%11.46
%0.78

Codes

Color #FDDEE0 in popluar color models

FD DE E0
RGB 253 222 224
HSL 356° 88.57% 93.14%
HSB/HSV 356° 12.25% 99.22%
CMYK 0.00% 12.25% 11.46%
0.78%

Color #FDDEE0 in popluar number systems.

HEX FD DE E0
Decimal 253 222 224
Binary 11111101 11011110 11100000
Octal 375 336 340

Shades and tints

Shades of #FDDEE0

#FDDEE0
(253,222,224)
#E6CACC
(230,202,204)
#CFB6B8
(207,182,184)
#B8A2A4
(184,162,164)
#A18E90
(161,142,144)
#8A7A7C
(138,122,124)
#736668
(115,102,104)
#5C5254
(92,82,84)
#453E40
(69,62,64)
#2E2A2C
(46,42,44)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #FDDEE0

#FDDEE0
(253,222,224)
#FDE1E2
(253,225,226)
#FDE4E4
(253,228,228)
#FDE7E6
(253,231,230)
#FDEAE8
(253,234,232)
#FDEDEA
(253,237,234)
#FDF0EC
(253,240,236)
#FDF3EE
(253,243,238)
#FDF6F0
(253,246,240)
#FDF9F2
(253,249,242)
#FDFCF4
(253,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDDEE0 color. Also use rgb(253,222,224) instead hex code.

Text Font Color

.myTextColor { color: #FDDEE0; }

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

This text font color is #FDDEE0.

Background Color

.myBgColor { background-color: #FDDEE0; }

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

This div background color is #FDDEE0.

Border color

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

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

This div border color is #FDDEE0.

Opacity

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

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

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

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

This text has shadow with #FDDEE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDDEE0.

Preview

Color preview on black background

This text has color #FDDEE0 on black background.


Color preview on white background

This text has color #FDDEE0 on white background.


Black color preview on #FDDEE0 background

This text has black color on #FDDEE0 background.


White color preview on #FDDEE0 background

This text has white color on #FDDEE0 background.


Related colors

Complementary color

Complementary color for #hex is #02211F.


I love getcolorcode.com

Triadic colors

1 #E0FDDE and #DEE0FD with #FDDEE0 are triadic colors.

2 #E0DEFD and #DEFDE0 with #FDDEE0 are triadic colors.