COLOR #FDEDEE

HEX: #FDEDEE RGB: (253,237,238)

Color info

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

RGB color model

#FDEDEE color RGB value is (253,237,238).

RGB: (253,237,238) (99%, 93%, 93%)

RGB channels and saturation

R 253 of 255 = 99%
G 237 of 255 = 93%
B 238 of 255 = 93%

253
237
238

R + G + B ~ 95%. #FDEDEE is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 237 + 238 = 728 (100%)
R 253 of 728 ~ 34.75%
G 237 of 728 ~ 32.55%
B 238 of 728 ~ 32.69'%

%34.75
%32.55
%32.69

CMYK color model

#FDEDEE color CMYK value is (0,6,6,1).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 5.93%
  • key color value is 0.78%
CMYK: (0,6,6,1) C0M6Y6K1 (0%,6%,6%,1%) (0.00/0.06/0.06/0.01) 

CMYK percentages

%0
%6.32
%5.93
%0.78

Codes

Color #FDEDEE in popluar color models

FD ED EE
RGB 253 237 238
HSL 356° 80.00% 96.08%
HSB/HSV 356° 6.32% 99.22%
CMYK 0.00% 6.32% 5.93%
0.78%

Color #FDEDEE in popluar number systems.

HEX FD ED EE
Decimal 253 237 238
Binary 11111101 11101101 11101110
Octal 375 355 356

Shades and tints

Shades of #FDEDEE

#FDEDEE
(253,237,238)
#E6D8D9
(230,216,217)
#CFC3C4
(207,195,196)
#B8AEAF
(184,174,175)
#A1999A
(161,153,154)
#8A8485
(138,132,133)
#736F70
(115,111,112)
#5C5A5B
(92,90,91)
#454546
(69,69,70)
#2E3031
(46,48,49)
#171B1C
(23,27,28)
#000000
(0,0,0)

Tints of #FDEDEE

#FDEDEE
(253,237,238)
#FDEEEF
(253,238,239)
#FDEFF0
(253,239,240)
#FDF0F1
(253,240,241)
#FDF1F2
(253,241,242)
#FDF2F3
(253,242,243)
#FDF3F4
(253,243,244)
#FDF4F5
(253,244,245)
#FDF5F6
(253,245,246)
#FDF6F7
(253,246,247)
#FDF7F8
(253,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDEDEE color. Also use rgb(253,237,238) instead hex code.

Text Font Color

.myTextColor { color: #FDEDEE; }

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

This text font color is #FDEDEE.

Background Color

.myBgColor { background-color: #FDEDEE; }

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

This div background color is #FDEDEE.

Border color

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

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

This div border color is #FDEDEE.

Opacity

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

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

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

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

This text has shadow with #FDEDEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDEDEE.

Preview

Color preview on black background

This text has color #FDEDEE on black background.


Color preview on white background

This text has color #FDEDEE on white background.


Black color preview on #FDEDEE background

This text has black color on #FDEDEE background.


White color preview on #FDEDEE background

This text has white color on #FDEDEE background.


Related colors

Complementary color

Complementary color for #hex is #021211.


I love getcolorcode.com

Triadic colors

1 #EEFDED and #EDEEFD with #FDEDEE are triadic colors.

2 #EEEDFD and #EDFDEE with #FDEDEE are triadic colors.