COLOR #FDEDED

HEX: #FDEDED
RGB: (253,237,237)

Color info

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

RGB color model

#FDEDED color RGB value is (253,237,237).

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

RGB channels and saturation

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

253
237
237

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

Portions of RGB colors in percentages

R + G + B =
253 + 237 + 237 = 727 (100%)
R 253 of 727 ~ 34.8%
G 237 of 727 ~ 32.6%
B 237 of 727 ~ 32.6%

%34.8
%32.6
%32.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 6.32%
  • 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
%6.32
%0.78

Codes

Color #FDEDED in popluar color models

FDEDED
RGB253237237
HSL80.00%96.08%
HSB/HSV6.32%99.22%
CMYK0.00%6.32%6.32%
0.78%

Color #FDEDED in popluar number systems.

HEXFDEDED
Decimal253237237
Binary111111011110110111101101
Octal375355355

Shades and tints

Shades of #FDEDED

#FDEDED
(253,237,237)
#E6D8D8
(230,216,216)
#CFC3C3
(207,195,195)
#B8AEAE
(184,174,174)
#A19999
(161,153,153)
#8A8484
(138,132,132)
#736F6F
(115,111,111)
#5C5A5A
(92,90,90)
#454545
(69,69,69)
#2E3030
(46,48,48)
#171B1B
(23,27,27)
#000000
(0,0,0)

Tints of #FDEDED

#FDEDED
(253,237,237)
#FDEEEE
(253,238,238)
#FDEFEF
(253,239,239)
#FDF0F0
(253,240,240)
#FDF1F1
(253,241,241)
#FDF2F2
(253,242,242)
#FDF3F3
(253,243,243)
#FDF4F4
(253,244,244)
#FDF5F5
(253,245,245)
#FDF6F6
(253,246,246)
#FDF7F7
(253,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEDED; }

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

This text font color is #FDEDED.


Background Color

.myBgColor { background-color: #FDEDED; }

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

This div background color is #FDEDED.


Border color

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

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

This div border color is #FDEDED.


Opacity

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

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

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

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

This text has shadow with #FDEDED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEDED on black background.


Color preview on white background

This text has color #FDEDED on white background.



Black color preview on #FDEDED background

This text has black color on #FDEDED background.


White color preview on #FDEDED background

This text has white color on #FDEDED background.