COLOR #FDEFED

HEX: #FDEFED
RGB: (253,239,237)

Color info

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

RGB color model

#FDEFED color RGB value is (253,239,237).

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

RGB channels and saturation

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

253
239
237

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

Portions of RGB colors in percentages

R + G + B =
253 + 239 + 237 = 729 (100%)
R 253 of 729 ~ 34.71%
G 239 of 729 ~ 32.78%
B 237 of 729 ~ 32.51%

%34.71
%32.78
%32.51

CMYK color model

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

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

Codes

Color #FDEFED in popluar color models

FDEFED
RGB253239237
HSL80.00%96.08%
HSB/HSV6.32%99.22%
CMYK0.00%5.53%6.32%
0.78%

Color #FDEFED in popluar number systems.

HEXFDEFED
Decimal253239237
Binary111111011110111111101101
Octal375357355

Shades and tints

Shades of #FDEFED

#FDEFED
(253,239,237)
#E6DAD8
(230,218,216)
#CFC5C3
(207,197,195)
#B8B0AE
(184,176,174)
#A19B99
(161,155,153)
#8A8684
(138,134,132)
#73716F
(115,113,111)
#5C5C5A
(92,92,90)
#454745
(69,71,69)
#2E3230
(46,50,48)
#171D1B
(23,29,27)
#000000
(0,0,0)

Tints of #FDEFED

#FDEFED
(253,239,237)
#FDF0EE
(253,240,238)
#FDF1EF
(253,241,239)
#FDF2F0
(253,242,240)
#FDF3F1
(253,243,241)
#FDF4F2
(253,244,242)
#FDF5F3
(253,245,243)
#FDF6F4
(253,246,244)
#FDF7F5
(253,247,245)
#FDF8F6
(253,248,246)
#FDF9F7
(253,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEFED; }

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

This text font color is #FDEFED.


Background Color

.myBgColor { background-color: #FDEFED; }

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

This div background color is #FDEFED.


Border color

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

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

This div border color is #FDEFED.


Opacity

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

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

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

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

This text has shadow with #FDEFED color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #FDEFED on black background.


Color preview on white background

This text has color #FDEFED on white background.



Black color preview on #FDEFED background

This text has black color on #FDEFED background.


White color preview on #FDEFED background

This text has white color on #FDEFED background.