COLOR #FDE4CD

HEX: #FDE4CD
RGB: (253,228,205)

Color info

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

RGB color model

#FDE4CD color RGB value is (253,228,205).

  • red value is 253;
  • green value is 228;
  • blue value is 205.
RGB:
(253,228,205)
(99%,89%,80%)

RGB channels and saturation

R 253 of 255 = 99%
G 228 of 255 = 89%
B 205 of 255 = 80%

253
228
205

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

Portions of RGB colors in percentages

R + G + B =
253 + 228 + 205 = 686 (100%)
R 253 of 686 ~ 36.88%
G 228 of 686 ~ 33.24%
B 205 of 686 ~ 29.88%

%36.88
%33.24
%29.88

CMYK color model

#FDE4CD color CMYK value is (0,10,19,1).

  • cyan value is 0.00%
  • magenta value is 9.88%
  • yellow value is 18.97%
  • key color value is 0.78%
CMYK:
(0,10,19,1)
C0M10Y19K1 
(0%,10%,19%,1%)
(0.00/0.10/0.19/0.01)	

CMYK percentages

%0
%9.88
%18.97
%0.78

Codes

Color #FDE4CD in popluar color models

FDE4CD
RGB253228205
HSL29°92.31%89.80%
HSB/HSV29°18.97%99.22%
CMYK0.00%9.88%18.97%
0.78%

Color #FDE4CD in popluar number systems.

HEXFDE4CD
Decimal253228205
Binary111111011110010011001101
Octal375344315

Shades and tints

Shades of #FDE4CD

#FDE4CD
(253,228,205)
#E6D0BB
(230,208,187)
#CFBCA9
(207,188,169)
#B8A897
(184,168,151)
#A19485
(161,148,133)
#8A8073
(138,128,115)
#736C61
(115,108,97)
#5C584F
(92,88,79)
#45443D
(69,68,61)
#2E302B
(46,48,43)
#171C19
(23,28,25)
#000000
(0,0,0)

Tints of #FDE4CD

#FDE4CD
(253,228,205)
#FDE6D1
(253,230,209)
#FDE8D5
(253,232,213)
#FDEAD9
(253,234,217)
#FDECDD
(253,236,221)
#FDEEE1
(253,238,225)
#FDF0E5
(253,240,229)
#FDF2E9
(253,242,233)
#FDF4ED
(253,244,237)
#FDF6F1
(253,246,241)
#FDF8F5
(253,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE4CD; }

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

This text font color is #FDE4CD.


Background Color

.myBgColor { background-color: #FDE4CD; }

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

This div background color is #FDE4CD.


Border color

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

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

This div border color is #FDE4CD.


Opacity

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

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

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

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

This text has shadow with #FDE4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE4CD on black background.


Color preview on white background

This text has color #FDE4CD on white background.



Black color preview on #FDE4CD background

This text has black color on #FDE4CD background.


White color preview on #FDE4CD background

This text has white color on #FDE4CD background.