COLOR #FDEAE9

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

253
234
233

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

Portions of RGB colors in percentages

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

%35.14
%32.5
%32.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.51%
  • yellow value is 7.91%
  • 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.51
%7.91
%0.78

Codes

Color #FDEAE9 in popluar color models

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

Color #FDEAE9 in popluar number systems.

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

Shades and tints

Shades of #FDEAE9

#FDEAE9
(253,234,233)
#E6D5D4
(230,213,212)
#CFC0BF
(207,192,191)
#B8ABAA
(184,171,170)
#A19695
(161,150,149)
#8A8180
(138,129,128)
#736C6B
(115,108,107)
#5C5756
(92,87,86)
#454241
(69,66,65)
#2E2D2C
(46,45,44)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #FDEAE9

#FDEAE9
(253,234,233)
#FDEBEB
(253,235,235)
#FDECED
(253,236,237)
#FDEDEF
(253,237,239)
#FDEEF1
(253,238,241)
#FDEFF3
(253,239,243)
#FDF0F5
(253,240,245)
#FDF1F7
(253,241,247)
#FDF2F9
(253,242,249)
#FDF3FB
(253,243,251)
#FDF4FD
(253,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEAE9; }

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

This text font color is #FDEAE9.

Background Color

.myBgColor { background-color: #FDEAE9; }

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

This div background color is #FDEAE9.

Border color

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

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

This div border color is #FDEAE9.

Opacity

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

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

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

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

This text has shadow with #FDEAE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDEAE9.

Preview

Color preview on black background

This text has color #FDEAE9 on black background.


Color preview on white background

This text has color #FDEAE9 on white background.


Black color preview on #FDEAE9 background

This text has black color on #FDEAE9 background.


White color preview on #FDEAE9 background

This text has white color on #FDEAE9 background.


Related colors

Complementary color

Complementary color for #hex is #021516.


I love getcolorcode.com

Triadic colors

1 #E9FDEA and #EAE9FD with #FDEAE9 are triadic colors.

2 #E9EAFD and #EAFDE9 with #FDEAE9 are triadic colors.