COLOR #FDE5C2

HEX: #FDE5C2 RGB: (253,229,194)

Color info

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

RGB color model

#FDE5C2 color RGB value is (253,229,194).

RGB: (253,229,194) (99%, 90%, 76%)

RGB channels and saturation

R 253 of 255 = 99%
G 229 of 255 = 90%
B 194 of 255 = 76%

253
229
194

R + G + B ~ 88%. #FDE5C2 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 229 + 194 = 676 (100%)
R 253 of 676 ~ 37.43%
G 229 of 676 ~ 33.88%
B 194 of 676 ~ 28.7'%

%37.43
%33.88
%28.7

CMYK color model

#FDE5C2 color CMYK value is (0,9,23,1).

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

CMYK: (0,9,23,1)
C0M9Y23K1 (0%, 9%, 23%, 1%)
(0.00 / 0.09 / 0.23 / 0.01)

CMYK percentages

%0
%9.49
%23.32
%0.78

Codes

Color #FDE5C2 in popluar color models

FD E5 C2
RGB 253 229 194
HSL 36° 93.65% 87.65%
HSB/HSV 36° 23.32% 99.22%
CMYK 0.00% 9.49% 23.32%
0.78%

Color #FDE5C2 in popluar number systems.

HEX FD E5 C2
Decimal 253 229 194
Binary 11111101 11100101 11000010
Octal 375 345 302

Shades and tints

Shades of #FDE5C2

#FDE5C2
(253,229,194)
#E6D1B1
(230,209,177)
#CFBDA0
(207,189,160)
#B8A98F
(184,169,143)
#A1957E
(161,149,126)
#8A816D
(138,129,109)
#736D5C
(115,109,92)
#5C594B
(92,89,75)
#45453A
(69,69,58)
#2E3129
(46,49,41)
#171D18
(23,29,24)
#000000
(0,0,0)

Tints of #FDE5C2

#FDE5C2
(253,229,194)
#FDE7C7
(253,231,199)
#FDE9CC
(253,233,204)
#FDEBD1
(253,235,209)
#FDEDD6
(253,237,214)
#FDEFDB
(253,239,219)
#FDF1E0
(253,241,224)
#FDF3E5
(253,243,229)
#FDF5EA
(253,245,234)
#FDF7EF
(253,247,239)
#FDF9F4
(253,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE5C2; }

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

This text font color is #FDE5C2.

Background Color

.myBgColor { background-color: #FDE5C2; }

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

This div background color is #FDE5C2.

Border color

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

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

This div border color is #FDE5C2.

Opacity

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

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

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

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

This text has shadow with #FDE5C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE5C2.

Preview

Color preview on black background

This text has color #FDE5C2 on black background.


Color preview on white background

This text has color #FDE5C2 on white background.


Black color preview on #FDE5C2 background

This text has black color on #FDE5C2 background.


White color preview on #FDE5C2 background

This text has white color on #FDE5C2 background.


Related colors

Complementary color

Complementary color for #hex is #021A3D.


I love getcolorcode.com

Triadic colors

1 #C2FDE5 and #E5C2FD with #FDE5C2 are triadic colors.

2 #C2E5FD and #E5FDC2 with #FDE5C2 are triadic colors.