COLOR #FDE1CC

HEX: #FDE1CC RGB: (253,225,204)

Color info

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

RGB color model

#FDE1CC color RGB value is (253,225,204).

RGB: (253,225,204) (99%, 88%, 80%)

RGB channels and saturation

R 253 of 255 = 99%
G 225 of 255 = 88%
B 204 of 255 = 80%

253
225
204

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

Portions of RGB colors in percentages

R + G + B = 253 + 225 + 204 = 682 (100%)
R 253 of 682 ~ 37.1%
G 225 of 682 ~ 32.99%
B 204 of 682 ~ 29.91'%

%37.1
%32.99
%29.91

CMYK color model

#FDE1CC color CMYK value is (0,11,19,1).

  • cyan value is 0.00%
  • magenta value is 11.07%
  • yellow value is 19.37%
  • key color value is 0.78%

CMYK: (0,11,19,1)
C0M11Y19K1 (0%, 11%, 19%, 1%)
(0.00 / 0.11 / 0.19 / 0.01)

CMYK percentages

%0
%11.07
%19.37
%0.78

Codes

Color #FDE1CC in popluar color models

FD E1 CC
RGB 253 225 204
HSL 26° 92.45% 89.61%
HSB/HSV 26° 19.37% 99.22%
CMYK 0.00% 11.07% 19.37%
0.78%

Color #FDE1CC in popluar number systems.

HEX FD E1 CC
Decimal 253 225 204
Binary 11111101 11100001 11001100
Octal 375 341 314

Shades and tints

Shades of #FDE1CC

#FDE1CC
(253,225,204)
#E6CDBA
(230,205,186)
#CFB9A8
(207,185,168)
#B8A596
(184,165,150)
#A19184
(161,145,132)
#8A7D72
(138,125,114)
#736960
(115,105,96)
#5C554E
(92,85,78)
#45413C
(69,65,60)
#2E2D2A
(46,45,42)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #FDE1CC

#FDE1CC
(253,225,204)
#FDE3D0
(253,227,208)
#FDE5D4
(253,229,212)
#FDE7D8
(253,231,216)
#FDE9DC
(253,233,220)
#FDEBE0
(253,235,224)
#FDEDE4
(253,237,228)
#FDEFE8
(253,239,232)
#FDF1EC
(253,241,236)
#FDF3F0
(253,243,240)
#FDF5F4
(253,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE1CC; }

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

This text font color is #FDE1CC.

Background Color

.myBgColor { background-color: #FDE1CC; }

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

This div background color is #FDE1CC.

Border color

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

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

This div border color is #FDE1CC.

Opacity

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

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

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

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

This text has shadow with #FDE1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE1CC.

Preview

Color preview on black background

This text has color #FDE1CC on black background.


Color preview on white background

This text has color #FDE1CC on white background.


Black color preview on #FDE1CC background

This text has black color on #FDE1CC background.


White color preview on #FDE1CC background

This text has white color on #FDE1CC background.


Related colors

Complementary color

Complementary color for #hex is #021E33.


I love getcolorcode.com

Triadic colors

1 #CCFDE1 and #E1CCFD with #FDE1CC are triadic colors.

2 #CCE1FD and #E1FDCC with #FDE1CC are triadic colors.