COLOR #FDECF4

HEX: #FDECF4
RGB: (253,236,244)

Color info

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

RGB color model

#FDECF4 color RGB value is (253,236,244).

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

RGB channels and saturation

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

253
236
244

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

Portions of RGB colors in percentages

R + G + B =
253 + 236 + 244 = 733 (100%)
R 253 of 733 ~ 34.52%
G 236 of 733 ~ 32.2%
B 244 of 733 ~ 33.29%

%34.52
%32.2
%33.29

CMYK color model

#FDECF4 color CMYK value is (0,7,4,1).

  • cyan value is 0.00%
  • magenta value is 6.72%
  • yellow value is 3.56%
  • key color value is 0.78%
CMYK:
(0,7,4,1)
C0M7Y4K1 
(0%,7%,4%,1%)
(0.00/0.07/0.04/0.01)	

CMYK percentages

%0
%6.72
%3.56
%0.78

Codes

Color #FDECF4 in popluar color models

FDECF4
RGB253236244
HSL332°80.95%95.88%
HSB/HSV332°6.72%99.22%
CMYK0.00%6.72%3.56%
0.78%

Color #FDECF4 in popluar number systems.

HEXFDECF4
Decimal253236244
Binary111111011110110011110100
Octal375354364

Shades and tints

Shades of #FDECF4

#FDECF4
(253,236,244)
#E6D7DE
(230,215,222)
#CFC2C8
(207,194,200)
#B8ADB2
(184,173,178)
#A1989C
(161,152,156)
#8A8386
(138,131,134)
#736E70
(115,110,112)
#5C595A
(92,89,90)
#454444
(69,68,68)
#2E2F2E
(46,47,46)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #FDECF4

#FDECF4
(253,236,244)
#FDEDF5
(253,237,245)
#FDEEF6
(253,238,246)
#FDEFF7
(253,239,247)
#FDF0F8
(253,240,248)
#FDF1F9
(253,241,249)
#FDF2FA
(253,242,250)
#FDF3FB
(253,243,251)
#FDF4FC
(253,244,252)
#FDF5FD
(253,245,253)
#FDF6FE
(253,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDECF4; }

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

This text font color is #FDECF4.


Background Color

.myBgColor { background-color: #FDECF4; }

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

This div background color is #FDECF4.


Border color

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

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

This div border color is #FDECF4.


Opacity

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

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

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

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

This text has shadow with #FDECF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDECF4 on black background.


Color preview on white background

This text has color #FDECF4 on white background.



Black color preview on #FDECF4 background

This text has black color on #FDECF4 background.


White color preview on #FDECF4 background

This text has white color on #FDECF4 background.