COLOR #FDE5C5

HEX: #FDE5C5 RGB: (253,229,197)

Color info

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

RGB color model

#FDE5C5 color RGB value is (253,229,197).

RGB: (253,229,197) (99%, 90%, 77%)

RGB channels and saturation

R 253 of 255 = 99%
G 229 of 255 = 90%
B 197 of 255 = 77%

253
229
197

R + G + B ~ 89%. #FDE5C5 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 229 + 197 = 679 (100%)
R 253 of 679 ~ 37.26%
G 229 of 679 ~ 33.73%
B 197 of 679 ~ 29.01'%

%37.26
%33.73
%29.01

CMYK color model

#FDE5C5 color CMYK value is (0,9,22,1).

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

CMYK: (0,9,22,1)
C0M9Y22K1 (0%, 9%, 22%, 1%)
(0.00 / 0.09 / 0.22 / 0.01)

CMYK percentages

%0
%9.49
%22.13
%0.78

Codes

Color #FDE5C5 in popluar color models

FD E5 C5
RGB 253 229 197
HSL 34° 93.33% 88.24%
HSB/HSV 34° 22.13% 99.22%
CMYK 0.00% 9.49% 22.13%
0.78%

Color #FDE5C5 in popluar number systems.

HEX FD E5 C5
Decimal 253 229 197
Binary 11111101 11100101 11000101
Octal 375 345 305

Shades and tints

Shades of #FDE5C5

#FDE5C5
(253,229,197)
#E6D1B4
(230,209,180)
#CFBDA3
(207,189,163)
#B8A992
(184,169,146)
#A19581
(161,149,129)
#8A8170
(138,129,112)
#736D5F
(115,109,95)
#5C594E
(92,89,78)
#45453D
(69,69,61)
#2E312C
(46,49,44)
#171D1B
(23,29,27)
#000000
(0,0,0)

Tints of #FDE5C5

#FDE5C5
(253,229,197)
#FDE7CA
(253,231,202)
#FDE9CF
(253,233,207)
#FDEBD4
(253,235,212)
#FDEDD9
(253,237,217)
#FDEFDE
(253,239,222)
#FDF1E3
(253,241,227)
#FDF3E8
(253,243,232)
#FDF5ED
(253,245,237)
#FDF7F2
(253,247,242)
#FDF9F7
(253,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE5C5; }

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

This text font color is #FDE5C5.

Background Color

.myBgColor { background-color: #FDE5C5; }

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

This div background color is #FDE5C5.

Border color

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

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

This div border color is #FDE5C5.

Opacity

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

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

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

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

This text has shadow with #FDE5C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE5C5.

Preview

Color preview on black background

This text has color #FDE5C5 on black background.


Color preview on white background

This text has color #FDE5C5 on white background.


Black color preview on #FDE5C5 background

This text has black color on #FDE5C5 background.


White color preview on #FDE5C5 background

This text has white color on #FDE5C5 background.


Related colors

Complementary color

Complementary color for #hex is #021A3A.


I love getcolorcode.com

Triadic colors

1 #C5FDE5 and #E5C5FD with #FDE5C5 are triadic colors.

2 #C5E5FD and #E5FDC5 with #FDE5C5 are triadic colors.