COLOR #FDE3BD

HEX: #FDE3BD
RGB: (253,227,189)

Color info

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

RGB color model

#FDE3BD color RGB value is (253,227,189).

  • red value is 253;
  • green value is 227;
  • blue value is 189.
RGB:
(253,227,189)
(99%,89%,74%)

RGB channels and saturation

R 253 of 255 = 99%
G 227 of 255 = 89%
B 189 of 255 = 74%

253
227
189

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

Portions of RGB colors in percentages

R + G + B =
253 + 227 + 189 = 669 (100%)
R 253 of 669 ~ 37.82%
G 227 of 669 ~ 33.93%
B 189 of 669 ~ 28.25%

%37.82
%33.93
%28.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.28%
  • yellow value is 25.30%
  • 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
%10.28
%25.3
%0.78

Codes

Color #FDE3BD in popluar color models

FDE3BD
RGB253227189
HSL36°94.12%86.67%
HSB/HSV36°25.30%99.22%
CMYK0.00%10.28%25.30%
0.78%

Color #FDE3BD in popluar number systems.

HEXFDE3BD
Decimal253227189
Binary111111011110001110111101
Octal375343275

Shades and tints

Shades of #FDE3BD

#FDE3BD
(253,227,189)
#E6CFAC
(230,207,172)
#CFBB9B
(207,187,155)
#B8A78A
(184,167,138)
#A19379
(161,147,121)
#8A7F68
(138,127,104)
#736B57
(115,107,87)
#5C5746
(92,87,70)
#454335
(69,67,53)
#2E2F24
(46,47,36)
#171B13
(23,27,19)
#000000
(0,0,0)

Tints of #FDE3BD

#FDE3BD
(253,227,189)
#FDE5C3
(253,229,195)
#FDE7C9
(253,231,201)
#FDE9CF
(253,233,207)
#FDEBD5
(253,235,213)
#FDEDDB
(253,237,219)
#FDEFE1
(253,239,225)
#FDF1E7
(253,241,231)
#FDF3ED
(253,243,237)
#FDF5F3
(253,245,243)
#FDF7F9
(253,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE3BD color. Also use rgb(253,227,189) instead hex code.

Text Font Color

.myTextColor { color: #FDE3BD; }

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

This text font color is #FDE3BD.


Background Color

.myBgColor { background-color: #FDE3BD; }

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

This div background color is #FDE3BD.


Border color

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

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

This div border color is #FDE3BD.


Opacity

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

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

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

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

This text has shadow with #FDE3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE3BD on black background.


Color preview on white background

This text has color #FDE3BD on white background.



Black color preview on #FDE3BD background

This text has black color on #FDE3BD background.


White color preview on #FDE3BD background

This text has white color on #FDE3BD background.