COLOR #FDECF7

HEX: #FDECF7 RGB: (253,236,247)

Color info

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

RGB color model

#FDECF7 color RGB value is (253,236,247).

RGB: (253,236,247) (99%, 93%, 97%)

RGB channels and saturation

R 253 of 255 = 99%
G 236 of 255 = 93%
B 247 of 255 = 97%

253
236
247

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

Portions of RGB colors in percentages

R + G + B = 253 + 236 + 247 = 736 (100%)
R 253 of 736 ~ 34.38%
G 236 of 736 ~ 32.07%
B 247 of 736 ~ 33.56'%

%34.38
%32.07
%33.56

CMYK color model

#FDECF7 color CMYK value is (0,7,2,1).

  • cyan value is 0.00%
  • magenta value is 6.72%
  • yellow value is 2.37%
  • key color value is 0.78%
CMYK: (0,7,2,1) C0M7Y2K1 (0%,7%,2%,1%) (0.00/0.07/0.02/0.01) 

CMYK percentages

%0
%6.72
%2.37
%0.78

Codes

Color #FDECF7 in popluar color models

FD EC F7
RGB 253 236 247
HSL 321° 80.95% 95.88%
HSB/HSV 321° 6.72% 99.22%
CMYK 0.00% 6.72% 2.37%
0.78%

Color #FDECF7 in popluar number systems.

HEX FD EC F7
Decimal 253 236 247
Binary 11111101 11101100 11110111
Octal 375 354 367

Shades and tints

Shades of #FDECF7

#FDECF7
(253,236,247)
#E6D7E1
(230,215,225)
#CFC2CB
(207,194,203)
#B8ADB5
(184,173,181)
#A1989F
(161,152,159)
#8A8389
(138,131,137)
#736E73
(115,110,115)
#5C595D
(92,89,93)
#454447
(69,68,71)
#2E2F31
(46,47,49)
#171A1B
(23,26,27)
#000000
(0,0,0)

Tints of #FDECF7

#FDECF7
(253,236,247)
#FDEDF7
(253,237,247)
#FDEEF7
(253,238,247)
#FDEFF7
(253,239,247)
#FDF0F7
(253,240,247)
#FDF1F7
(253,241,247)
#FDF2F7
(253,242,247)
#FDF3F7
(253,243,247)
#FDF4F7
(253,244,247)
#FDF5F7
(253,245,247)
#FDF6F7
(253,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDECF7; }

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

This text font color is #FDECF7.

Background Color

.myBgColor { background-color: #FDECF7; }

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

This div background color is #FDECF7.

Border color

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

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

This div border color is #FDECF7.

Opacity

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

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

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

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

This text has shadow with #FDECF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDECF7.

Preview

Color preview on black background

This text has color #FDECF7 on black background.


Color preview on white background

This text has color #FDECF7 on white background.


Black color preview on #FDECF7 background

This text has black color on #FDECF7 background.


White color preview on #FDECF7 background

This text has white color on #FDECF7 background.


Related colors

Complementary color

Complementary color for #hex is #021308.


I love getcolorcode.com

Triadic colors

1 #F7FDEC and #ECF7FD with #FDECF7 are triadic colors.

2 #F7ECFD and #ECFDF7 with #FDECF7 are triadic colors.