COLOR #FDE4BE

HEX: #FDE4BE RGB: (253,228,190)

Color info

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

RGB color model

#FDE4BE color RGB value is (253,228,190).

RGB: (253,228,190) (99%, 89%, 75%)

RGB channels and saturation

R 253 of 255 = 99%
G 228 of 255 = 89%
B 190 of 255 = 75%

253
228
190

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

Portions of RGB colors in percentages

R + G + B = 253 + 228 + 190 = 671 (100%)
R 253 of 671 ~ 37.7%
G 228 of 671 ~ 33.98%
B 190 of 671 ~ 28.32'%

%37.7
%33.98
%28.32

CMYK color model

#FDE4BE color CMYK value is (0,10,25,1).

  • cyan value is 0.00%
  • magenta value is 9.88%
  • yellow value is 24.90%
  • key color value is 0.78%

CMYK: (0,10,25,1)
C0M10Y25K1 (0%, 10%, 25%, 1%)
(0.00 / 0.10 / 0.25 / 0.01)

CMYK percentages

%0
%9.88
%24.9
%0.78

Codes

Color #FDE4BE in popluar color models

FD E4 BE
RGB 253 228 190
HSL 36° 94.03% 86.86%
HSB/HSV 36° 24.90% 99.22%
CMYK 0.00% 9.88% 24.90%
0.78%

Color #FDE4BE in popluar number systems.

HEX FD E4 BE
Decimal 253 228 190
Binary 11111101 11100100 10111110
Octal 375 344 276

Shades and tints

Shades of #FDE4BE

#FDE4BE
(253,228,190)
#E6D0AD
(230,208,173)
#CFBC9C
(207,188,156)
#B8A88B
(184,168,139)
#A1947A
(161,148,122)
#8A8069
(138,128,105)
#736C58
(115,108,88)
#5C5847
(92,88,71)
#454436
(69,68,54)
#2E3025
(46,48,37)
#171C14
(23,28,20)
#000000
(0,0,0)

Tints of #FDE4BE

#FDE4BE
(253,228,190)
#FDE6C3
(253,230,195)
#FDE8C8
(253,232,200)
#FDEACD
(253,234,205)
#FDECD2
(253,236,210)
#FDEED7
(253,238,215)
#FDF0DC
(253,240,220)
#FDF2E1
(253,242,225)
#FDF4E6
(253,244,230)
#FDF6EB
(253,246,235)
#FDF8F0
(253,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE4BE color. Also use rgb(253,228,190) instead hex code.

Text Font Color

.myTextColor { color: #FDE4BE; }

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

This text font color is #FDE4BE.

Background Color

.myBgColor { background-color: #FDE4BE; }

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

This div background color is #FDE4BE.

Border color

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

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

This div border color is #FDE4BE.

Opacity

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

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

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

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

This text has shadow with #FDE4BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE4BE.

Preview

Color preview on black background

This text has color #FDE4BE on black background.


Color preview on white background

This text has color #FDE4BE on white background.


Black color preview on #FDE4BE background

This text has black color on #FDE4BE background.


White color preview on #FDE4BE background

This text has white color on #FDE4BE background.


Related colors

Complementary color

Complementary color for #hex is #021B41.


I love getcolorcode.com

Triadic colors

1 #BEFDE4 and #E4BEFD with #FDE4BE are triadic colors.

2 #BEE4FD and #E4FDBE with #FDE4BE are triadic colors.