COLOR #FDDEE9

HEX: #FDDEE9
RGB: (253,222,233)

Color info

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

RGB color model

#FDDEE9 color RGB value is (253,222,233).

  • red value is 253;
  • green value is 222;
  • blue value is 233.
RGB:
(253,222,233)
(99%,87%,91%)

RGB channels and saturation

R 253 of 255 = 99%
G 222 of 255 = 87%
B 233 of 255 = 91%

253
222
233

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

Portions of RGB colors in percentages

R + G + B =
253 + 222 + 233 = 708 (100%)
R 253 of 708 ~ 35.73%
G 222 of 708 ~ 31.36%
B 233 of 708 ~ 32.91%

%35.73
%31.36
%32.91

CMYK color model

#FDDEE9 color CMYK value is (0,12,8,1).

  • cyan value is 0.00%
  • magenta value is 12.25%
  • yellow value is 7.91%
  • key color value is 0.78%
CMYK:
(0,12,8,1)
C0M12Y8K1 
(0%,12%,8%,1%)
(0.00/0.12/0.08/0.01)	

CMYK percentages

%0
%12.25
%7.91
%0.78

Codes

Color #FDDEE9 in popluar color models

FDDEE9
RGB253222233
HSL339°88.57%93.14%
HSB/HSV339°12.25%99.22%
CMYK0.00%12.25%7.91%
0.78%

Color #FDDEE9 in popluar number systems.

HEXFDDEE9
Decimal253222233
Binary111111011101111011101001
Octal375336351

Shades and tints

Shades of #FDDEE9

#FDDEE9
(253,222,233)
#E6CAD4
(230,202,212)
#CFB6BF
(207,182,191)
#B8A2AA
(184,162,170)
#A18E95
(161,142,149)
#8A7A80
(138,122,128)
#73666B
(115,102,107)
#5C5256
(92,82,86)
#453E41
(69,62,65)
#2E2A2C
(46,42,44)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #FDDEE9

#FDDEE9
(253,222,233)
#FDE1EB
(253,225,235)
#FDE4ED
(253,228,237)
#FDE7EF
(253,231,239)
#FDEAF1
(253,234,241)
#FDEDF3
(253,237,243)
#FDF0F5
(253,240,245)
#FDF3F7
(253,243,247)
#FDF6F9
(253,246,249)
#FDF9FB
(253,249,251)
#FDFCFD
(253,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDDEE9; }

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

This text font color is #FDDEE9.


Background Color

.myBgColor { background-color: #FDDEE9; }

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

This div background color is #FDDEE9.


Border color

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

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

This div border color is #FDDEE9.


Opacity

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

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

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

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

This text has shadow with #FDDEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDDEE9 on black background.


Color preview on white background

This text has color #FDDEE9 on white background.



Black color preview on #FDDEE9 background

This text has black color on #FDDEE9 background.


White color preview on #FDDEE9 background

This text has white color on #FDDEE9 background.