COLOR #FDEAD5

HEX: #FDEAD5 RGB: (253,234,213)

Color info

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

RGB color model

#FDEAD5 color RGB value is (253,234,213).

RGB: (253,234,213) (99%, 92%, 84%)

RGB channels and saturation

R 253 of 255 = 99%
G 234 of 255 = 92%
B 213 of 255 = 84%

253
234
213

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

Portions of RGB colors in percentages

R + G + B = 253 + 234 + 213 = 700 (100%)
R 253 of 700 ~ 36.14%
G 234 of 700 ~ 33.43%
B 213 of 700 ~ 30.43'%

%36.14
%33.43
%30.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.51%
  • yellow value is 15.81%
  • key color value is 0.78%
CMYK: (0,8,16,1) C0M8Y16K1 (0%,8%,16%,1%) (0.00/0.08/0.16/0.01) 

CMYK percentages

%0
%7.51
%15.81
%0.78

Codes

Color #FDEAD5 in popluar color models

FD EA D5
RGB 253 234 213
HSL 32° 90.91% 91.37%
HSB/HSV 32° 15.81% 99.22%
CMYK 0.00% 7.51% 15.81%
0.78%

Color #FDEAD5 in popluar number systems.

HEX FD EA D5
Decimal 253 234 213
Binary 11111101 11101010 11010101
Octal 375 352 325

Shades and tints

Shades of #FDEAD5

#FDEAD5
(253,234,213)
#E6D5C2
(230,213,194)
#CFC0AF
(207,192,175)
#B8AB9C
(184,171,156)
#A19689
(161,150,137)
#8A8176
(138,129,118)
#736C63
(115,108,99)
#5C5750
(92,87,80)
#45423D
(69,66,61)
#2E2D2A
(46,45,42)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #FDEAD5

#FDEAD5
(253,234,213)
#FDEBD8
(253,235,216)
#FDECDB
(253,236,219)
#FDEDDE
(253,237,222)
#FDEEE1
(253,238,225)
#FDEFE4
(253,239,228)
#FDF0E7
(253,240,231)
#FDF1EA
(253,241,234)
#FDF2ED
(253,242,237)
#FDF3F0
(253,243,240)
#FDF4F3
(253,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEAD5; }

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

This text font color is #FDEAD5.

Background Color

.myBgColor { background-color: #FDEAD5; }

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

This div background color is #FDEAD5.

Border color

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

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

This div border color is #FDEAD5.

Opacity

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

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

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

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

This text has shadow with #FDEAD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDEAD5.

Preview

Color preview on black background

This text has color #FDEAD5 on black background.


Color preview on white background

This text has color #FDEAD5 on white background.


Black color preview on #FDEAD5 background

This text has black color on #FDEAD5 background.


White color preview on #FDEAD5 background

This text has white color on #FDEAD5 background.


Related colors

Complementary color

Complementary color for #hex is #02152A.


I love getcolorcode.com

Triadic colors

1 #D5FDEA and #EAD5FD with #FDEAD5 are triadic colors.

2 #D5EAFD and #EAFDD5 with #FDEAD5 are triadic colors.