COLOR #FDD8EA

HEX: #FDD8EA
RGB: (253,216,234)

Color info

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

RGB color model

#FDD8EA color RGB value is (253,216,234).

  • red value is 253;
  • green value is 216;
  • blue value is 234.
RGB:
(253,216,234)
(99%,85%,92%)

RGB channels and saturation

R 253 of 255 = 99%
G 216 of 255 = 85%
B 234 of 255 = 92%

253
216
234

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

Portions of RGB colors in percentages

R + G + B =
253 + 216 + 234 = 703 (100%)
R 253 of 703 ~ 35.99%
G 216 of 703 ~ 30.73%
B 234 of 703 ~ 33.29%

%35.99
%30.73
%33.29

CMYK color model

#FDD8EA color CMYK value is (0,15,8,1).

  • cyan value is 0.00%
  • magenta value is 14.62%
  • yellow value is 7.51%
  • key color value is 0.78%
CMYK:
(0,15,8,1)
C0M15Y8K1 
(0%,15%,8%,1%)
(0.00/0.15/0.08/0.01)	

CMYK percentages

%0
%14.62
%7.51
%0.78

Codes

Color #FDD8EA in popluar color models

FDD8EA
RGB253216234
HSL331°90.24%91.96%
HSB/HSV331°14.62%99.22%
CMYK0.00%14.62%7.51%
0.78%

Color #FDD8EA in popluar number systems.

HEXFDD8EA
Decimal253216234
Binary111111011101100011101010
Octal375330352

Shades and tints

Shades of #FDD8EA

#FDD8EA
(253,216,234)
#E6C5D5
(230,197,213)
#CFB2C0
(207,178,192)
#B89FAB
(184,159,171)
#A18C96
(161,140,150)
#8A7981
(138,121,129)
#73666C
(115,102,108)
#5C5357
(92,83,87)
#454042
(69,64,66)
#2E2D2D
(46,45,45)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #FDD8EA

#FDD8EA
(253,216,234)
#FDDBEB
(253,219,235)
#FDDEEC
(253,222,236)
#FDE1ED
(253,225,237)
#FDE4EE
(253,228,238)
#FDE7EF
(253,231,239)
#FDEAF0
(253,234,240)
#FDEDF1
(253,237,241)
#FDF0F2
(253,240,242)
#FDF3F3
(253,243,243)
#FDF6F4
(253,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDD8EA color. Also use rgb(253,216,234) instead hex code.

Text Font Color

.myTextColor { color: #FDD8EA; }

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

This text font color is #FDD8EA.


Background Color

.myBgColor { background-color: #FDD8EA; }

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

This div background color is #FDD8EA.


Border color

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

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

This div border color is #FDD8EA.


Opacity

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

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

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

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

This text has shadow with #FDD8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDD8EA on black background.


Color preview on white background

This text has color #FDD8EA on white background.



Black color preview on #FDD8EA background

This text has black color on #FDD8EA background.


White color preview on #FDD8EA background

This text has white color on #FDD8EA background.