COLOR #FDE9EA

HEX: #FDE9EA RGB: (253,233,234)

Color info

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

RGB color model

#FDE9EA color RGB value is (253,233,234).

RGB: (253,233,234) (99%, 91%, 92%)

RGB channels and saturation

R 253 of 255 = 99%
G 233 of 255 = 91%
B 234 of 255 = 92%

253
233
234

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

Portions of RGB colors in percentages

R + G + B = 253 + 233 + 234 = 720 (100%)
R 253 of 720 ~ 35.14%
G 233 of 720 ~ 32.36%
B 234 of 720 ~ 32.5'%

%35.14
%32.36
%32.5

CMYK color model

#FDE9EA color CMYK value is (0,8,8,1).

  • cyan value is 0.00%
  • magenta value is 7.91%
  • yellow value is 7.51%
  • key color value is 0.78%

CMYK: (0,8,8,1)
C0M8Y8K1 (0%, 8%, 8%, 1%)
(0.00 / 0.08 / 0.08 / 0.01)

CMYK percentages

%0
%7.91
%7.51
%0.78

Codes

Color #FDE9EA in popluar color models

FD E9 EA
RGB 253 233 234
HSL 357° 83.33% 95.29%
HSB/HSV 357° 7.91% 99.22%
CMYK 0.00% 7.91% 7.51%
0.78%

Color #FDE9EA in popluar number systems.

HEX FD E9 EA
Decimal 253 233 234
Binary 11111101 11101001 11101010
Octal 375 351 352

Shades and tints

Shades of #FDE9EA

#FDE9EA
(253,233,234)
#E6D4D5
(230,212,213)
#CFBFC0
(207,191,192)
#B8AAAB
(184,170,171)
#A19596
(161,149,150)
#8A8081
(138,128,129)
#736B6C
(115,107,108)
#5C5657
(92,86,87)
#454142
(69,65,66)
#2E2C2D
(46,44,45)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #FDE9EA

#FDE9EA
(253,233,234)
#FDEBEB
(253,235,235)
#FDEDEC
(253,237,236)
#FDEFED
(253,239,237)
#FDF1EE
(253,241,238)
#FDF3EF
(253,243,239)
#FDF5F0
(253,245,240)
#FDF7F1
(253,247,241)
#FDF9F2
(253,249,242)
#FDFBF3
(253,251,243)
#FDFDF4
(253,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE9EA color. Also use rgb(253,233,234) instead hex code.

Text Font Color

.myTextColor { color: #FDE9EA; }

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

This text font color is #FDE9EA.

Background Color

.myBgColor { background-color: #FDE9EA; }

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

This div background color is #FDE9EA.

Border color

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

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

This div border color is #FDE9EA.

Opacity

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

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

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

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

This text has shadow with #FDE9EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE9EA.

Preview

Color preview on black background

This text has color #FDE9EA on black background.


Color preview on white background

This text has color #FDE9EA on white background.


Black color preview on #FDE9EA background

This text has black color on #FDE9EA background.


White color preview on #FDE9EA background

This text has white color on #FDE9EA background.


Related colors

Complementary color

Complementary color for #hex is #021615.


I love getcolorcode.com

Triadic colors

1 #EAFDE9 and #E9EAFD with #FDE9EA are triadic colors.

2 #EAE9FD and #E9FDEA with #FDE9EA are triadic colors.