COLOR #FDE5BA

HEX: #FDE5BA RGB: (253,229,186)

Color info

#FDE5BA contains mainly red and green colors. Web safe color of #FDE5BA is #FFCCCC (or #FCC).

RGB color model

#FDE5BA color RGB value is (253,229,186).

RGB: (253,229,186) (99%, 90%, 73%)

RGB channels and saturation

R 253 of 255 = 99%
G 229 of 255 = 90%
B 186 of 255 = 73%

253
229
186

R + G + B ~ 87%. #FDE5BA is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 229 + 186 = 668 (100%)
R 253 of 668 ~ 37.87%
G 229 of 668 ~ 34.28%
B 186 of 668 ~ 27.84'%

%37.87
%34.28
%27.84

CMYK color model

#FDE5BA color CMYK value is (0,9,26,1).

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

CMYK: (0,9,26,1)
C0M9Y26K1 (0%, 9%, 26%, 1%)
(0.00 / 0.09 / 0.26 / 0.01)

CMYK percentages

%0
%9.49
%26.48
%0.78

Codes

Color #FDE5BA in popluar color models

FD E5 BA
RGB 253 229 186
HSL 39° 94.37% 86.08%
HSB/HSV 39° 26.48% 99.22%
CMYK 0.00% 9.49% 26.48%
0.78%

Color #FDE5BA in popluar number systems.

HEX FD E5 BA
Decimal 253 229 186
Binary 11111101 11100101 10111010
Octal 375 345 272

Shades and tints

Shades of #FDE5BA

#FDE5BA
(253,229,186)
#E6D1AA
(230,209,170)
#CFBD9A
(207,189,154)
#B8A98A
(184,169,138)
#A1957A
(161,149,122)
#8A816A
(138,129,106)
#736D5A
(115,109,90)
#5C594A
(92,89,74)
#45453A
(69,69,58)
#2E312A
(46,49,42)
#171D1A
(23,29,26)
#000000
(0,0,0)

Tints of #FDE5BA

#FDE5BA
(253,229,186)
#FDE7C0
(253,231,192)
#FDE9C6
(253,233,198)
#FDEBCC
(253,235,204)
#FDEDD2
(253,237,210)
#FDEFD8
(253,239,216)
#FDF1DE
(253,241,222)
#FDF3E4
(253,243,228)
#FDF5EA
(253,245,234)
#FDF7F0
(253,247,240)
#FDF9F6
(253,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE5BA; }

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

This text font color is #FDE5BA.

Background Color

.myBgColor { background-color: #FDE5BA; }

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

This div background color is #FDE5BA.

Border color

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

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

This div border color is #FDE5BA.

Opacity

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

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

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

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

This text has shadow with #FDE5BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE5BA.

Preview

Color preview on black background

This text has color #FDE5BA on black background.


Color preview on white background

This text has color #FDE5BA on white background.


Black color preview on #FDE5BA background

This text has black color on #FDE5BA background.


White color preview on #FDE5BA background

This text has white color on #FDE5BA background.


Related colors

Complementary color

Complementary color for #hex is #021A45.


I love getcolorcode.com

Triadic colors

1 #BAFDE5 and #E5BAFD with #FDE5BA are triadic colors.

2 #BAE5FD and #E5FDBA with #FDE5BA are triadic colors.