COLOR #FDECF5

HEX: #FDECF5
RGB: (253,236,245)

Color info

#FDECF5 contains red, green and blue colors in about the same proportion. Web safe color of #FDECF5 is #FFFFFF (or #FFF).

RGB color model

#FDECF5 color RGB value is (253,236,245).

  • red value is 253;
  • green value is 236;
  • blue value is 245.
RGB:
(253,236,245)
(99%,93%,96%)

RGB channels and saturation

R 253 of 255 = 99%
G 236 of 255 = 93%
B 245 of 255 = 96%

253
236
245

R + G + B ~ 96%. #FDECF5 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 236 + 245 = 734 (100%)
R 253 of 734 ~ 34.47%
G 236 of 734 ~ 32.15%
B 245 of 734 ~ 33.38%

%34.47
%32.15
%33.38

CMYK color model

#FDECF5 color CMYK value is (0,7,3,1).

  • cyan value is 0.00%
  • magenta value is 6.72%
  • yellow value is 3.16%
  • key color value is 0.78%
CMYK:
(0,7,3,1)
C0M7Y3K1 
(0%,7%,3%,1%)
(0.00/0.07/0.03/0.01)	

CMYK percentages

%0
%6.72
%3.16
%0.78

Codes

Color #FDECF5 in popluar color models

FDECF5
RGB253236245
HSL328°80.95%95.88%
HSB/HSV328°6.72%99.22%
CMYK0.00%6.72%3.16%
0.78%

Color #FDECF5 in popluar number systems.

HEXFDECF5
Decimal253236245
Binary111111011110110011110101
Octal375354365

Shades and tints

Shades of #FDECF5

#FDECF5
(253,236,245)
#E6D7DF
(230,215,223)
#CFC2C9
(207,194,201)
#B8ADB3
(184,173,179)
#A1989D
(161,152,157)
#8A8387
(138,131,135)
#736E71
(115,110,113)
#5C595B
(92,89,91)
#454445
(69,68,69)
#2E2F2F
(46,47,47)
#171A19
(23,26,25)
#000000
(0,0,0)

Tints of #FDECF5

#FDECF5
(253,236,245)
#FDEDF5
(253,237,245)
#FDEEF5
(253,238,245)
#FDEFF5
(253,239,245)
#FDF0F5
(253,240,245)
#FDF1F5
(253,241,245)
#FDF2F5
(253,242,245)
#FDF3F5
(253,243,245)
#FDF4F5
(253,244,245)
#FDF5F5
(253,245,245)
#FDF6F5
(253,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDECF5 color. Also use rgb(253,236,245) instead hex code.

Text Font Color

.myTextColor { color: #FDECF5; }

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

This text font color is #FDECF5.


Background Color

.myBgColor { background-color: #FDECF5; }

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

This div background color is #FDECF5.


Border color

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

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

This div border color is #FDECF5.


Opacity

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

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

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

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

This text has shadow with #FDECF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDECF5 on black background.


Color preview on white background

This text has color #FDECF5 on white background.



Black color preview on #FDECF5 background

This text has black color on #FDECF5 background.


White color preview on #FDECF5 background

This text has white color on #FDECF5 background.