COLOR #FDD5E4

HEX: #FDD5E4
RGB: (253,213,228)

Color info

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

RGB color model

#FDD5E4 color RGB value is (253,213,228).

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

RGB channels and saturation

R 253 of 255 = 99%
G 213 of 255 = 84%
B 228 of 255 = 89%

253
213
228

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

Portions of RGB colors in percentages

R + G + B =
253 + 213 + 228 = 694 (100%)
R 253 of 694 ~ 36.46%
G 213 of 694 ~ 30.69%
B 228 of 694 ~ 32.85%

%36.46
%30.69
%32.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.81%
  • 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
%15.81
%9.88
%0.78

Codes

Color #FDD5E4 in popluar color models

FDD5E4
RGB253213228
HSL338°90.91%91.37%
HSB/HSV338°15.81%99.22%
CMYK0.00%15.81%9.88%
0.78%

Color #FDD5E4 in popluar number systems.

HEXFDD5E4
Decimal253213228
Binary111111011101010111100100
Octal375325344

Shades and tints

Shades of #FDD5E4

#FDD5E4
(253,213,228)
#E6C2D0
(230,194,208)
#CFAFBC
(207,175,188)
#B89CA8
(184,156,168)
#A18994
(161,137,148)
#8A7680
(138,118,128)
#73636C
(115,99,108)
#5C5058
(92,80,88)
#453D44
(69,61,68)
#2E2A30
(46,42,48)
#17171C
(23,23,28)
#000000
(0,0,0)

Tints of #FDD5E4

#FDD5E4
(253,213,228)
#FDD8E6
(253,216,230)
#FDDBE8
(253,219,232)
#FDDEEA
(253,222,234)
#FDE1EC
(253,225,236)
#FDE4EE
(253,228,238)
#FDE7F0
(253,231,240)
#FDEAF2
(253,234,242)
#FDEDF4
(253,237,244)
#FDF0F6
(253,240,246)
#FDF3F8
(253,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDD5E4; }

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

This text font color is #FDD5E4.


Background Color

.myBgColor { background-color: #FDD5E4; }

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

This div background color is #FDD5E4.


Border color

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

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

This div border color is #FDD5E4.


Opacity

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

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

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

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

This text has shadow with #FDD5E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDD5E4 on black background.


Color preview on white background

This text has color #FDD5E4 on white background.



Black color preview on #FDD5E4 background

This text has black color on #FDD5E4 background.


White color preview on #FDD5E4 background

This text has white color on #FDD5E4 background.