COLOR #FDE1C9

HEX: #FDE1C9 RGB: (253,225,201)

Color info

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

RGB color model

#FDE1C9 color RGB value is (253,225,201).

RGB: (253,225,201) (99%, 88%, 79%)

RGB channels and saturation

R 253 of 255 = 99%
G 225 of 255 = 88%
B 201 of 255 = 79%

253
225
201

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

Portions of RGB colors in percentages

R + G + B = 253 + 225 + 201 = 679 (100%)
R 253 of 679 ~ 37.26%
G 225 of 679 ~ 33.14%
B 201 of 679 ~ 29.6'%

%37.26
%33.14
%29.6

CMYK color model

#FDE1C9 color CMYK value is (0,11,21,1).

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

CMYK: (0,11,21,1)
C0M11Y21K1 (0%, 11%, 21%, 1%)
(0.00 / 0.11 / 0.21 / 0.01)

CMYK percentages

%0
%11.07
%20.55
%0.78

Codes

Color #FDE1C9 in popluar color models

FD E1 C9
RGB 253 225 201
HSL 28° 92.86% 89.02%
HSB/HSV 28° 20.55% 99.22%
CMYK 0.00% 11.07% 20.55%
0.78%

Color #FDE1C9 in popluar number systems.

HEX FD E1 C9
Decimal 253 225 201
Binary 11111101 11100001 11001001
Octal 375 341 311

Shades and tints

Shades of #FDE1C9

#FDE1C9
(253,225,201)
#E6CDB7
(230,205,183)
#CFB9A5
(207,185,165)
#B8A593
(184,165,147)
#A19181
(161,145,129)
#8A7D6F
(138,125,111)
#73695D
(115,105,93)
#5C554B
(92,85,75)
#454139
(69,65,57)
#2E2D27
(46,45,39)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #FDE1C9

#FDE1C9
(253,225,201)
#FDE3CD
(253,227,205)
#FDE5D1
(253,229,209)
#FDE7D5
(253,231,213)
#FDE9D9
(253,233,217)
#FDEBDD
(253,235,221)
#FDEDE1
(253,237,225)
#FDEFE5
(253,239,229)
#FDF1E9
(253,241,233)
#FDF3ED
(253,243,237)
#FDF5F1
(253,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE1C9; }

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

This text font color is #FDE1C9.

Background Color

.myBgColor { background-color: #FDE1C9; }

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

This div background color is #FDE1C9.

Border color

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

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

This div border color is #FDE1C9.

Opacity

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

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

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

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

This text has shadow with #FDE1C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE1C9.

Preview

Color preview on black background

This text has color #FDE1C9 on black background.


Color preview on white background

This text has color #FDE1C9 on white background.


Black color preview on #FDE1C9 background

This text has black color on #FDE1C9 background.


White color preview on #FDE1C9 background

This text has white color on #FDE1C9 background.


Related colors

Complementary color

Complementary color for #hex is #021E36.


I love getcolorcode.com

Triadic colors

1 #C9FDE1 and #E1C9FD with #FDE1C9 are triadic colors.

2 #C9E1FD and #E1FDC9 with #FDE1C9 are triadic colors.