COLOR #FDEFEC

HEX: #FDEFEC
RGB: (253,239,236)

Color info

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

RGB color model

#FDEFEC color RGB value is (253,239,236).

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

RGB channels and saturation

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

253
239
236

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

Portions of RGB colors in percentages

R + G + B =
253 + 239 + 236 = 728 (100%)
R 253 of 728 ~ 34.75%
G 239 of 728 ~ 32.83%
B 236 of 728 ~ 32.42%

%34.75
%32.83
%32.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.53%
  • yellow value is 6.72%
  • key color value is 0.78%
CMYK:
(0,6,7,1)
C0M6Y7K1 
(0%,6%,7%,1%)
(0.00/0.06/0.07/0.01)	

CMYK percentages

%0
%5.53
%6.72
%0.78

Codes

Color #FDEFEC in popluar color models

FDEFEC
RGB253239236
HSL11°80.95%95.88%
HSB/HSV11°6.72%99.22%
CMYK0.00%5.53%6.72%
0.78%

Color #FDEFEC in popluar number systems.

HEXFDEFEC
Decimal253239236
Binary111111011110111111101100
Octal375357354

Shades and tints

Shades of #FDEFEC

#FDEFEC
(253,239,236)
#E6DAD7
(230,218,215)
#CFC5C2
(207,197,194)
#B8B0AD
(184,176,173)
#A19B98
(161,155,152)
#8A8683
(138,134,131)
#73716E
(115,113,110)
#5C5C59
(92,92,89)
#454744
(69,71,68)
#2E322F
(46,50,47)
#171D1A
(23,29,26)
#000000
(0,0,0)

Tints of #FDEFEC

#FDEFEC
(253,239,236)
#FDF0ED
(253,240,237)
#FDF1EE
(253,241,238)
#FDF2EF
(253,242,239)
#FDF3F0
(253,243,240)
#FDF4F1
(253,244,241)
#FDF5F2
(253,245,242)
#FDF6F3
(253,246,243)
#FDF7F4
(253,247,244)
#FDF8F5
(253,248,245)
#FDF9F6
(253,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEFEC; }

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

This text font color is #FDEFEC.


Background Color

.myBgColor { background-color: #FDEFEC; }

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

This div background color is #FDEFEC.


Border color

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

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

This div border color is #FDEFEC.


Opacity

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

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

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

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

This text has shadow with #FDEFEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEFEC on black background.


Color preview on white background

This text has color #FDEFEC on white background.



Black color preview on #FDEFEC background

This text has black color on #FDEFEC background.


White color preview on #FDEFEC background

This text has white color on #FDEFEC background.