COLOR #FDE8CA

HEX: #FDE8CA
RGB: (253,232,202)

Color info

#FDE8CA contains red, green and blue colors in about the same proportion. Web safe color of #FDE8CA is #FFFFCC (or #FFC).

RGB color model

#FDE8CA color RGB value is (253,232,202).

  • red value is 253;
  • green value is 232;
  • blue value is 202.
RGB:
(253,232,202)
(99%,91%,79%)

RGB channels and saturation

R 253 of 255 = 99%
G 232 of 255 = 91%
B 202 of 255 = 79%

253
232
202

R + G + B ~ 90%. #FDE8CA is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 232 + 202 = 687 (100%)
R 253 of 687 ~ 36.83%
G 232 of 687 ~ 33.77%
B 202 of 687 ~ 29.4%

%36.83
%33.77
%29.4

CMYK color model

#FDE8CA color CMYK value is (0,8,20,1).

  • cyan value is 0.00%
  • magenta value is 8.30%
  • yellow value is 20.16%
  • key color value is 0.78%
CMYK:
(0,8,20,1)
C0M8Y20K1 
(0%,8%,20%,1%)
(0.00/0.08/0.20/0.01)	

CMYK percentages

%0
%8.3
%20.16
%0.78

Codes

Color #FDE8CA in popluar color models

FDE8CA
RGB253232202
HSL35°92.73%89.22%
HSB/HSV35°20.16%99.22%
CMYK0.00%8.30%20.16%
0.78%

Color #FDE8CA in popluar number systems.

HEXFDE8CA
Decimal253232202
Binary111111011110100011001010
Octal375350312

Shades and tints

Shades of #FDE8CA

#FDE8CA
(253,232,202)
#E6D3B8
(230,211,184)
#CFBEA6
(207,190,166)
#B8A994
(184,169,148)
#A19482
(161,148,130)
#8A7F70
(138,127,112)
#736A5E
(115,106,94)
#5C554C
(92,85,76)
#45403A
(69,64,58)
#2E2B28
(46,43,40)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #FDE8CA

#FDE8CA
(253,232,202)
#FDEACE
(253,234,206)
#FDECD2
(253,236,210)
#FDEED6
(253,238,214)
#FDF0DA
(253,240,218)
#FDF2DE
(253,242,222)
#FDF4E2
(253,244,226)
#FDF6E6
(253,246,230)
#FDF8EA
(253,248,234)
#FDFAEE
(253,250,238)
#FDFCF2
(253,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE8CA color. Also use rgb(253,232,202) instead hex code.

Text Font Color

.myTextColor { color: #FDE8CA; }

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

This text font color is #FDE8CA.


Background Color

.myBgColor { background-color: #FDE8CA; }

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

This div background color is #FDE8CA.


Border color

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

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

This div border color is #FDE8CA.


Opacity

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

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

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

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

This text has shadow with #FDE8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE8CA on black background.


Color preview on white background

This text has color #FDE8CA on white background.



Black color preview on #FDE8CA background

This text has black color on #FDE8CA background.


White color preview on #FDE8CA background

This text has white color on #FDE8CA background.