COLOR #FDD4E4

HEX: #FDD4E4
RGB: (253,212,228)

Color info

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

RGB color model

#FDD4E4 color RGB value is (253,212,228).

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

RGB channels and saturation

R 253 of 255 = 99%
G 212 of 255 = 83%
B 228 of 255 = 89%

253
212
228

R + G + B ~ 90%. #FDD4E4 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 212 + 228 = 693 (100%)
R 253 of 693 ~ 36.51%
G 212 of 693 ~ 30.59%
B 228 of 693 ~ 32.9%

%36.51
%30.59
%32.9

CMYK color model

#FDD4E4 color CMYK value is (0,16,10,1).

  • cyan value is 0.00%
  • magenta value is 16.21%
  • yellow value is 9.88%
  • key color value is 0.78%
CMYK:
(0,16,10,1)
C0M16Y10K1 
(0%,16%,10%,1%)
(0.00/0.16/0.10/0.01)	

CMYK percentages

%0
%16.21
%9.88
%0.78

Codes

Color #FDD4E4 in popluar color models

FDD4E4
RGB253212228
HSL337°91.11%91.18%
HSB/HSV337°16.21%99.22%
CMYK0.00%16.21%9.88%
0.78%

Color #FDD4E4 in popluar number systems.

HEXFDD4E4
Decimal253212228
Binary111111011101010011100100
Octal375324344

Shades and tints

Shades of #FDD4E4

#FDD4E4
(253,212,228)
#E6C1D0
(230,193,208)
#CFAEBC
(207,174,188)
#B89BA8
(184,155,168)
#A18894
(161,136,148)
#8A7580
(138,117,128)
#73626C
(115,98,108)
#5C4F58
(92,79,88)
#453C44
(69,60,68)
#2E2930
(46,41,48)
#17161C
(23,22,28)
#000000
(0,0,0)

Tints of #FDD4E4

#FDD4E4
(253,212,228)
#FDD7E6
(253,215,230)
#FDDAE8
(253,218,232)
#FDDDEA
(253,221,234)
#FDE0EC
(253,224,236)
#FDE3EE
(253,227,238)
#FDE6F0
(253,230,240)
#FDE9F2
(253,233,242)
#FDECF4
(253,236,244)
#FDEFF6
(253,239,246)
#FDF2F8
(253,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDD4E4; }

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

This text font color is #FDD4E4.


Background Color

.myBgColor { background-color: #FDD4E4; }

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

This div background color is #FDD4E4.


Border color

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

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

This div border color is #FDD4E4.


Opacity

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

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

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

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

This text has shadow with #FDD4E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDD4E4 on black background.


Color preview on white background

This text has color #FDD4E4 on white background.



Black color preview on #FDD4E4 background

This text has black color on #FDD4E4 background.


White color preview on #FDD4E4 background

This text has white color on #FDD4E4 background.