COLOR #FDE6CA

HEX: #FDE6CA RGB: (253,230,202)

Color info

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

RGB color model

#FDE6CA color RGB value is (253,230,202).

RGB: (253,230,202) (99%, 90%, 79%)

RGB channels and saturation

R 253 of 255 = 99%
G 230 of 255 = 90%
B 202 of 255 = 79%

253
230
202

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

Portions of RGB colors in percentages

R + G + B = 253 + 230 + 202 = 685 (100%)
R 253 of 685 ~ 36.93%
G 230 of 685 ~ 33.58%
B 202 of 685 ~ 29.49'%

%36.93
%33.58
%29.49

CMYK color model

#FDE6CA color CMYK value is (0,9,20,1).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 20.16%
  • key color value is 0.78%
CMYK: (0,9,20,1) C0M9Y20K1 (0%,9%,20%,1%) (0.00/0.09/0.20/0.01) 

CMYK percentages

%0
%9.09
%20.16
%0.78

Codes

Color #FDE6CA in popluar color models

FD E6 CA
RGB 253 230 202
HSL 33° 92.73% 89.22%
HSB/HSV 33° 20.16% 99.22%
CMYK 0.00% 9.09% 20.16%
0.78%

Color #FDE6CA in popluar number systems.

HEX FD E6 CA
Decimal 253 230 202
Binary 11111101 11100110 11001010
Octal 375 346 312

Shades and tints

Shades of #FDE6CA

#FDE6CA
(253,230,202)
#E6D2B8
(230,210,184)
#CFBEA6
(207,190,166)
#B8AA94
(184,170,148)
#A19682
(161,150,130)
#8A8270
(138,130,112)
#736E5E
(115,110,94)
#5C5A4C
(92,90,76)
#45463A
(69,70,58)
#2E3228
(46,50,40)
#171E16
(23,30,22)
#000000
(0,0,0)

Tints of #FDE6CA

#FDE6CA
(253,230,202)
#FDE8CE
(253,232,206)
#FDEAD2
(253,234,210)
#FDECD6
(253,236,214)
#FDEEDA
(253,238,218)
#FDF0DE
(253,240,222)
#FDF2E2
(253,242,226)
#FDF4E6
(253,244,230)
#FDF6EA
(253,246,234)
#FDF8EE
(253,248,238)
#FDFAF2
(253,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE6CA; }

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

This text font color is #FDE6CA.

Background Color

.myBgColor { background-color: #FDE6CA; }

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

This div background color is #FDE6CA.

Border color

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

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

This div border color is #FDE6CA.

Opacity

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

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

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

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

This text has shadow with #FDE6CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE6CA.

Preview

Color preview on black background

This text has color #FDE6CA on black background.


Color preview on white background

This text has color #FDE6CA on white background.


Black color preview on #FDE6CA background

This text has black color on #FDE6CA background.


White color preview on #FDE6CA background

This text has white color on #FDE6CA background.


Related colors

Complementary color

Complementary color for #hex is #021935.


I love getcolorcode.com

Triadic colors

1 #CAFDE6 and #E6CAFD with #FDE6CA are triadic colors.

2 #CAE6FD and #E6FDCA with #FDE6CA are triadic colors.