COLOR #FDEFE0

HEX: #FDEFE0 RGB: (253,239,224)

Color info

#FDEFE0 contains red, green and blue colors in about the same proportion. Web safe color of #FDEFE0 is #FFFFCC (or #FFC).

RGB color model

#FDEFE0 color RGB value is (253,239,224).

RGB: (253,239,224) (99%, 94%, 88%)

RGB channels and saturation

R 253 of 255 = 99%
G 239 of 255 = 94%
B 224 of 255 = 88%

253
239
224

R + G + B ~ 94%. #FDEFE0 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 239 + 224 = 716 (100%)
R 253 of 716 ~ 35.34%
G 239 of 716 ~ 33.38%
B 224 of 716 ~ 31.28'%

%35.34
%33.38
%31.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.53%
  • yellow value is 11.46%
  • key color value is 0.78%

CMYK: (0,6,11,1)
C0M6Y11K1 (0%, 6%, 11%, 1%)
(0.00 / 0.06 / 0.11 / 0.01)

CMYK percentages

%0
%5.53
%11.46
%0.78

Codes

Color #FDEFE0 in popluar color models

FD EF E0
RGB 253 239 224
HSL 31° 87.88% 93.53%
HSB/HSV 31° 11.46% 99.22%
CMYK 0.00% 5.53% 11.46%
0.78%

Color #FDEFE0 in popluar number systems.

HEX FD EF E0
Decimal 253 239 224
Binary 11111101 11101111 11100000
Octal 375 357 340

Shades and tints

Shades of #FDEFE0

#FDEFE0
(253,239,224)
#E6DACC
(230,218,204)
#CFC5B8
(207,197,184)
#B8B0A4
(184,176,164)
#A19B90
(161,155,144)
#8A867C
(138,134,124)
#737168
(115,113,104)
#5C5C54
(92,92,84)
#454740
(69,71,64)
#2E322C
(46,50,44)
#171D18
(23,29,24)
#000000
(0,0,0)

Tints of #FDEFE0

#FDEFE0
(253,239,224)
#FDF0E2
(253,240,226)
#FDF1E4
(253,241,228)
#FDF2E6
(253,242,230)
#FDF3E8
(253,243,232)
#FDF4EA
(253,244,234)
#FDF5EC
(253,245,236)
#FDF6EE
(253,246,238)
#FDF7F0
(253,247,240)
#FDF8F2
(253,248,242)
#FDF9F4
(253,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEFE0; }

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

This text font color is #FDEFE0.

Background Color

.myBgColor { background-color: #FDEFE0; }

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

This div background color is #FDEFE0.

Border color

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

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

This div border color is #FDEFE0.

Opacity

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

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

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

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

This text has shadow with #FDEFE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDEFE0.

Preview

Color preview on black background

This text has color #FDEFE0 on black background.


Color preview on white background

This text has color #FDEFE0 on white background.


Black color preview on #FDEFE0 background

This text has black color on #FDEFE0 background.


White color preview on #FDEFE0 background

This text has white color on #FDEFE0 background.


Related colors

Complementary color

Complementary color for #hex is #02101F.


I love getcolorcode.com

Triadic colors

1 #E0FDEF and #EFE0FD with #FDEFE0 are triadic colors.

2 #E0EFFD and #EFFDE0 with #FDEFE0 are triadic colors.