COLOR #FDEAE5

HEX: #FDEAE5 RGB: (253,234,229)

Color info

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

RGB color model

#FDEAE5 color RGB value is (253,234,229).

RGB: (253,234,229) (99%, 92%, 90%)

RGB channels and saturation

R 253 of 255 = 99%
G 234 of 255 = 92%
B 229 of 255 = 90%

253
234
229

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

Portions of RGB colors in percentages

R + G + B = 253 + 234 + 229 = 716 (100%)
R 253 of 716 ~ 35.34%
G 234 of 716 ~ 32.68%
B 229 of 716 ~ 31.98'%

%35.34
%32.68
%31.98

CMYK color model

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

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

CMYK: (0,8,9,1)
C0M8Y9K1 (0%, 8%, 9%, 1%)
(0.00 / 0.08 / 0.09 / 0.01)

CMYK percentages

%0
%7.51
%9.49
%0.78

Codes

Color #FDEAE5 in popluar color models

FD EA E5
RGB 253 234 229
HSL 13° 85.71% 94.51%
HSB/HSV 13° 9.49% 99.22%
CMYK 0.00% 7.51% 9.49%
0.78%

Color #FDEAE5 in popluar number systems.

HEX FD EA E5
Decimal 253 234 229
Binary 11111101 11101010 11100101
Octal 375 352 345

Shades and tints

Shades of #FDEAE5

#FDEAE5
(253,234,229)
#E6D5D1
(230,213,209)
#CFC0BD
(207,192,189)
#B8ABA9
(184,171,169)
#A19695
(161,150,149)
#8A8181
(138,129,129)
#736C6D
(115,108,109)
#5C5759
(92,87,89)
#454245
(69,66,69)
#2E2D31
(46,45,49)
#17181D
(23,24,29)
#000000
(0,0,0)

Tints of #FDEAE5

#FDEAE5
(253,234,229)
#FDEBE7
(253,235,231)
#FDECE9
(253,236,233)
#FDEDEB
(253,237,235)
#FDEEED
(253,238,237)
#FDEFEF
(253,239,239)
#FDF0F1
(253,240,241)
#FDF1F3
(253,241,243)
#FDF2F5
(253,242,245)
#FDF3F7
(253,243,247)
#FDF4F9
(253,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEAE5; }

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

This text font color is #FDEAE5.

Background Color

.myBgColor { background-color: #FDEAE5; }

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

This div background color is #FDEAE5.

Border color

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

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

This div border color is #FDEAE5.

Opacity

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

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

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

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

This text has shadow with #FDEAE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDEAE5.

Preview

Color preview on black background

This text has color #FDEAE5 on black background.


Color preview on white background

This text has color #FDEAE5 on white background.


Black color preview on #FDEAE5 background

This text has black color on #FDEAE5 background.


White color preview on #FDEAE5 background

This text has white color on #FDEAE5 background.


Related colors

Complementary color

Complementary color for #hex is #02151A.


I love getcolorcode.com

Triadic colors

1 #E5FDEA and #EAE5FD with #FDEAE5 are triadic colors.

2 #E5EAFD and #EAFDE5 with #FDEAE5 are triadic colors.