COLOR #FDE7E2

HEX: #FDE7E2
RGB: (253,231,226)

Color info

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

RGB color model

#FDE7E2 color RGB value is (253,231,226).

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

RGB channels and saturation

R 253 of 255 = 99%
G 231 of 255 = 91%
B 226 of 255 = 89%

253
231
226

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

Portions of RGB colors in percentages

R + G + B =
253 + 231 + 226 = 710 (100%)
R 253 of 710 ~ 35.63%
G 231 of 710 ~ 32.54%
B 226 of 710 ~ 31.83%

%35.63
%32.54
%31.83

CMYK color model

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

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

Codes

Color #FDE7E2 in popluar color models

FDE7E2
RGB253231226
HSL11°87.10%93.92%
HSB/HSV11°10.67%99.22%
CMYK0.00%8.70%10.67%
0.78%

Color #FDE7E2 in popluar number systems.

HEXFDE7E2
Decimal253231226
Binary111111011110011111100010
Octal375347342

Shades and tints

Shades of #FDE7E2

#FDE7E2
(253,231,226)
#E6D2CE
(230,210,206)
#CFBDBA
(207,189,186)
#B8A8A6
(184,168,166)
#A19392
(161,147,146)
#8A7E7E
(138,126,126)
#73696A
(115,105,106)
#5C5456
(92,84,86)
#453F42
(69,63,66)
#2E2A2E
(46,42,46)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #FDE7E2

#FDE7E2
(253,231,226)
#FDE9E4
(253,233,228)
#FDEBE6
(253,235,230)
#FDEDE8
(253,237,232)
#FDEFEA
(253,239,234)
#FDF1EC
(253,241,236)
#FDF3EE
(253,243,238)
#FDF5F0
(253,245,240)
#FDF7F2
(253,247,242)
#FDF9F4
(253,249,244)
#FDFBF6
(253,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE7E2; }

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

This text font color is #FDE7E2.


Background Color

.myBgColor { background-color: #FDE7E2; }

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

This div background color is #FDE7E2.


Border color

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

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

This div border color is #FDE7E2.


Opacity

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

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

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

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

This text has shadow with #FDE7E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE7E2 on black background.


Color preview on white background

This text has color #FDE7E2 on white background.



Black color preview on #FDE7E2 background

This text has black color on #FDE7E2 background.


White color preview on #FDE7E2 background

This text has white color on #FDE7E2 background.