COLOR #FDE3CC

HEX: #FDE3CC RGB: (253,227,204)

Color info

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

RGB color model

#FDE3CC color RGB value is (253,227,204).

RGB: (253,227,204) (99%, 89%, 80%)

RGB channels and saturation

R 253 of 255 = 99%
G 227 of 255 = 89%
B 204 of 255 = 80%

253
227
204

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

Portions of RGB colors in percentages

R + G + B = 253 + 227 + 204 = 684 (100%)
R 253 of 684 ~ 36.99%
G 227 of 684 ~ 33.19%
B 204 of 684 ~ 29.82'%

%36.99
%33.19
%29.82

CMYK color model

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

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

Codes

Color #FDE3CC in popluar color models

FD E3 CC
RGB 253 227 204
HSL 28° 92.45% 89.61%
HSB/HSV 28° 19.37% 99.22%
CMYK 0.00% 10.28% 19.37%
0.78%

Color #FDE3CC in popluar number systems.

HEX FD E3 CC
Decimal 253 227 204
Binary 11111101 11100011 11001100
Octal 375 343 314

Shades and tints

Shades of #FDE3CC

#FDE3CC
(253,227,204)
#E6CFBA
(230,207,186)
#CFBBA8
(207,187,168)
#B8A796
(184,167,150)
#A19384
(161,147,132)
#8A7F72
(138,127,114)
#736B60
(115,107,96)
#5C574E
(92,87,78)
#45433C
(69,67,60)
#2E2F2A
(46,47,42)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #FDE3CC

#FDE3CC
(253,227,204)
#FDE5D0
(253,229,208)
#FDE7D4
(253,231,212)
#FDE9D8
(253,233,216)
#FDEBDC
(253,235,220)
#FDEDE0
(253,237,224)
#FDEFE4
(253,239,228)
#FDF1E8
(253,241,232)
#FDF3EC
(253,243,236)
#FDF5F0
(253,245,240)
#FDF7F4
(253,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE3CC; }

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

This text font color is #FDE3CC.

Background Color

.myBgColor { background-color: #FDE3CC; }

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

This div background color is #FDE3CC.

Border color

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

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

This div border color is #FDE3CC.

Opacity

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

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

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

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

This text has shadow with #FDE3CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE3CC.

Preview

Color preview on black background

This text has color #FDE3CC on black background.


Color preview on white background

This text has color #FDE3CC on white background.


Black color preview on #FDE3CC background

This text has black color on #FDE3CC background.


White color preview on #FDE3CC background

This text has white color on #FDE3CC background.


Related colors

Complementary color

Complementary color for #hex is #021C33.


I love getcolorcode.com

Triadic colors

1 #CCFDE3 and #E3CCFD with #FDE3CC are triadic colors.

2 #CCE3FD and #E3FDCC with #FDE3CC are triadic colors.