COLOR #FDD0E4

HEX: #FDD0E4
RGB: (253,208,228)

Color info

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

RGB color model

#FDD0E4 color RGB value is (253,208,228).

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

RGB channels and saturation

R 253 of 255 = 99%
G 208 of 255 = 82%
B 228 of 255 = 89%

253
208
228

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

Portions of RGB colors in percentages

R + G + B =
253 + 208 + 228 = 689 (100%)
R 253 of 689 ~ 36.72%
G 208 of 689 ~ 30.19%
B 228 of 689 ~ 33.09%

%36.72
%30.19
%33.09

CMYK color model

#FDD0E4 color CMYK value is (0,18,10,1).

  • cyan value is 0.00%
  • magenta value is 17.79%
  • yellow value is 9.88%
  • key color value is 0.78%
CMYK:
(0,18,10,1)
C0M18Y10K1 
(0%,18%,10%,1%)
(0.00/0.18/0.10/0.01)	

CMYK percentages

%0
%17.79
%9.88
%0.78

Codes

Color #FDD0E4 in popluar color models

FDD0E4
RGB253208228
HSL333°91.84%90.39%
HSB/HSV333°17.79%99.22%
CMYK0.00%17.79%9.88%
0.78%

Color #FDD0E4 in popluar number systems.

HEXFDD0E4
Decimal253208228
Binary111111011101000011100100
Octal375320344

Shades and tints

Shades of #FDD0E4

#FDD0E4
(253,208,228)
#E6BED0
(230,190,208)
#CFACBC
(207,172,188)
#B89AA8
(184,154,168)
#A18894
(161,136,148)
#8A7680
(138,118,128)
#73646C
(115,100,108)
#5C5258
(92,82,88)
#454044
(69,64,68)
#2E2E30
(46,46,48)
#171C1C
(23,28,28)
#000000
(0,0,0)

Tints of #FDD0E4

#FDD0E4
(253,208,228)
#FDD4E6
(253,212,230)
#FDD8E8
(253,216,232)
#FDDCEA
(253,220,234)
#FDE0EC
(253,224,236)
#FDE4EE
(253,228,238)
#FDE8F0
(253,232,240)
#FDECF2
(253,236,242)
#FDF0F4
(253,240,244)
#FDF4F6
(253,244,246)
#FDF8F8
(253,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDD0E4; }

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

This text font color is #FDD0E4.


Background Color

.myBgColor { background-color: #FDD0E4; }

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

This div background color is #FDD0E4.


Border color

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

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

This div border color is #FDD0E4.


Opacity

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

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

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

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

This text has shadow with #FDD0E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDD0E4 on black background.


Color preview on white background

This text has color #FDD0E4 on white background.



Black color preview on #FDD0E4 background

This text has black color on #FDD0E4 background.


White color preview on #FDD0E4 background

This text has white color on #FDD0E4 background.