COLOR #FDE7E0

HEX: #FDE7E0
RGB: (253,231,224)

Color info

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

RGB color model

#FDE7E0 color RGB value is (253,231,224).

  • red value is 253;
  • green value is 231;
  • blue value is 224.
RGB:
(253,231,224)
(99%,91%,88%)

RGB channels and saturation

R 253 of 255 = 99%
G 231 of 255 = 91%
B 224 of 255 = 88%

253
231
224

R + G + B ~ 93%. #FDE7E0 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 231 + 224 = 708 (100%)
R 253 of 708 ~ 35.73%
G 231 of 708 ~ 32.63%
B 224 of 708 ~ 31.64%

%35.73
%32.63
%31.64

CMYK color model

#FDE7E0 color CMYK value is (0,9,11,1).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 11.46%
  • key color value is 0.78%
CMYK:
(0,9,11,1)
C0M9Y11K1 
(0%,9%,11%,1%)
(0.00/0.09/0.11/0.01)	

CMYK percentages

%0
%8.7
%11.46
%0.78

Codes

Color #FDE7E0 in popluar color models

FDE7E0
RGB253231224
HSL14°87.88%93.53%
HSB/HSV14°11.46%99.22%
CMYK0.00%8.70%11.46%
0.78%

Color #FDE7E0 in popluar number systems.

HEXFDE7E0
Decimal253231224
Binary111111011110011111100000
Octal375347340

Shades and tints

Shades of #FDE7E0

#FDE7E0
(253,231,224)
#E6D2CC
(230,210,204)
#CFBDB8
(207,189,184)
#B8A8A4
(184,168,164)
#A19390
(161,147,144)
#8A7E7C
(138,126,124)
#736968
(115,105,104)
#5C5454
(92,84,84)
#453F40
(69,63,64)
#2E2A2C
(46,42,44)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #FDE7E0

#FDE7E0
(253,231,224)
#FDE9E2
(253,233,226)
#FDEBE4
(253,235,228)
#FDEDE6
(253,237,230)
#FDEFE8
(253,239,232)
#FDF1EA
(253,241,234)
#FDF3EC
(253,243,236)
#FDF5EE
(253,245,238)
#FDF7F0
(253,247,240)
#FDF9F2
(253,249,242)
#FDFBF4
(253,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE7E0; }

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

This text font color is #FDE7E0.


Background Color

.myBgColor { background-color: #FDE7E0; }

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

This div background color is #FDE7E0.


Border color

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

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

This div border color is #FDE7E0.


Opacity

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

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

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

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

This text has shadow with #FDE7E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE7E0 on black background.


Color preview on white background

This text has color #FDE7E0 on white background.



Black color preview on #FDE7E0 background

This text has black color on #FDE7E0 background.


White color preview on #FDE7E0 background

This text has white color on #FDE7E0 background.