COLOR #FDE3E0

HEX: #FDE3E0 RGB: (253,227,224)

Color info

#FDE3E0 contains red, green and blue colors in about the same proportion. Web safe color of #FDE3E0 is #FFCCCC (or #FCC).

RGB color model

#FDE3E0 color RGB value is (253,227,224).

RGB: (253,227,224) (99%, 89%, 88%)

RGB channels and saturation

R 253 of 255 = 99%
G 227 of 255 = 89%
B 224 of 255 = 88%

253
227
224

R + G + B ~ 92%. #FDE3E0 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 227 + 224 = 704 (100%)
R 253 of 704 ~ 35.94%
G 227 of 704 ~ 32.24%
B 224 of 704 ~ 31.82'%

%35.94
%32.24
%31.82

CMYK color model

#FDE3E0 color CMYK value is (0,10,11,1).

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

CMYK: (0,10,11,1)
C0M10Y11K1 (0%, 10%, 11%, 1%)
(0.00 / 0.10 / 0.11 / 0.01)

CMYK percentages

%0
%10.28
%11.46
%0.78

Codes

Color #FDE3E0 in popluar color models

FD E3 E0
RGB 253 227 224
HSL 87.88% 93.53%
HSB/HSV 11.46% 99.22%
CMYK 0.00% 10.28% 11.46%
0.78%

Color #FDE3E0 in popluar number systems.

HEX FD E3 E0
Decimal 253 227 224
Binary 11111101 11100011 11100000
Octal 375 343 340

Shades and tints

Shades of #FDE3E0

#FDE3E0
(253,227,224)
#E6CFCC
(230,207,204)
#CFBBB8
(207,187,184)
#B8A7A4
(184,167,164)
#A19390
(161,147,144)
#8A7F7C
(138,127,124)
#736B68
(115,107,104)
#5C5754
(92,87,84)
#454340
(69,67,64)
#2E2F2C
(46,47,44)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #FDE3E0

#FDE3E0
(253,227,224)
#FDE5E2
(253,229,226)
#FDE7E4
(253,231,228)
#FDE9E6
(253,233,230)
#FDEBE8
(253,235,232)
#FDEDEA
(253,237,234)
#FDEFEC
(253,239,236)
#FDF1EE
(253,241,238)
#FDF3F0
(253,243,240)
#FDF5F2
(253,245,242)
#FDF7F4
(253,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE3E0; }

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

This text font color is #FDE3E0.

Background Color

.myBgColor { background-color: #FDE3E0; }

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

This div background color is #FDE3E0.

Border color

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

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

This div border color is #FDE3E0.

Opacity

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

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

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

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

This text has shadow with #FDE3E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE3E0.

Preview

Color preview on black background

This text has color #FDE3E0 on black background.


Color preview on white background

This text has color #FDE3E0 on white background.


Black color preview on #FDE3E0 background

This text has black color on #FDE3E0 background.


White color preview on #FDE3E0 background

This text has white color on #FDE3E0 background.


Related colors

Complementary color

Complementary color for #hex is #021C1F.


I love getcolorcode.com

Triadic colors

1 #E0FDE3 and #E3E0FD with #FDE3E0 are triadic colors.

2 #E0E3FD and #E3FDE0 with #FDE3E0 are triadic colors.