COLOR #FDDEE4

HEX: #FDDEE4
RGB: (253,222,228)

Color info

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

RGB color model

#FDDEE4 color RGB value is (253,222,228).

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

RGB channels and saturation

R 253 of 255 = 99%
G 222 of 255 = 87%
B 228 of 255 = 89%

253
222
228

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

Portions of RGB colors in percentages

R + G + B =
253 + 222 + 228 = 703 (100%)
R 253 of 703 ~ 35.99%
G 222 of 703 ~ 31.58%
B 228 of 703 ~ 32.43%

%35.99
%31.58
%32.43

CMYK color model

#FDDEE4 color CMYK value is (0,12,10,1).

  • cyan value is 0.00%
  • magenta value is 12.25%
  • yellow value is 9.88%
  • key color value is 0.78%
CMYK:
(0,12,10,1)
C0M12Y10K1 
(0%,12%,10%,1%)
(0.00/0.12/0.10/0.01)	

CMYK percentages

%0
%12.25
%9.88
%0.78

Codes

Color #FDDEE4 in popluar color models

FDDEE4
RGB253222228
HSL348°88.57%93.14%
HSB/HSV348°12.25%99.22%
CMYK0.00%12.25%9.88%
0.78%

Color #FDDEE4 in popluar number systems.

HEXFDDEE4
Decimal253222228
Binary111111011101111011100100
Octal375336344

Shades and tints

Shades of #FDDEE4

#FDDEE4
(253,222,228)
#E6CAD0
(230,202,208)
#CFB6BC
(207,182,188)
#B8A2A8
(184,162,168)
#A18E94
(161,142,148)
#8A7A80
(138,122,128)
#73666C
(115,102,108)
#5C5258
(92,82,88)
#453E44
(69,62,68)
#2E2A30
(46,42,48)
#17161C
(23,22,28)
#000000
(0,0,0)

Tints of #FDDEE4

#FDDEE4
(253,222,228)
#FDE1E6
(253,225,230)
#FDE4E8
(253,228,232)
#FDE7EA
(253,231,234)
#FDEAEC
(253,234,236)
#FDEDEE
(253,237,238)
#FDF0F0
(253,240,240)
#FDF3F2
(253,243,242)
#FDF6F4
(253,246,244)
#FDF9F6
(253,249,246)
#FDFCF8
(253,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDDEE4; }

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

This text font color is #FDDEE4.


Background Color

.myBgColor { background-color: #FDDEE4; }

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

This div background color is #FDDEE4.


Border color

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

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

This div border color is #FDDEE4.


Opacity

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

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

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

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

This text has shadow with #FDDEE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDDEE4 on black background.


Color preview on white background

This text has color #FDDEE4 on white background.



Black color preview on #FDDEE4 background

This text has black color on #FDDEE4 background.


White color preview on #FDDEE4 background

This text has white color on #FDDEE4 background.