COLOR #FDEEE1

HEX: #FDEEE1 RGB: (253,238,225)

Color info

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

RGB color model

#FDEEE1 color RGB value is (253,238,225).

RGB: (253,238,225) (99%, 93%, 88%)

RGB channels and saturation

R 253 of 255 = 99%
G 238 of 255 = 93%
B 225 of 255 = 88%

253
238
225

R + G + B ~ 93%. #FDEEE1 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 238 + 225 = 716 (100%)
R 253 of 716 ~ 35.34%
G 238 of 716 ~ 33.24%
B 225 of 716 ~ 31.42'%

%35.34
%33.24
%31.42

CMYK color model

#FDEEE1 color CMYK value is (0,6,11,1).

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

CMYK: (0,6,11,1)
C0M6Y11K1 (0%, 6%, 11%, 1%)
(0.00 / 0.06 / 0.11 / 0.01)

CMYK percentages

%0
%5.93
%11.07
%0.78

Codes

Color #FDEEE1 in popluar color models

FD EE E1
RGB 253 238 225
HSL 28° 87.50% 93.73%
HSB/HSV 28° 11.07% 99.22%
CMYK 0.00% 5.93% 11.07%
0.78%

Color #FDEEE1 in popluar number systems.

HEX FD EE E1
Decimal 253 238 225
Binary 11111101 11101110 11100001
Octal 375 356 341

Shades and tints

Shades of #FDEEE1

#FDEEE1
(253,238,225)
#E6D9CD
(230,217,205)
#CFC4B9
(207,196,185)
#B8AFA5
(184,175,165)
#A19A91
(161,154,145)
#8A857D
(138,133,125)
#737069
(115,112,105)
#5C5B55
(92,91,85)
#454641
(69,70,65)
#2E312D
(46,49,45)
#171C19
(23,28,25)
#000000
(0,0,0)

Tints of #FDEEE1

#FDEEE1
(253,238,225)
#FDEFE3
(253,239,227)
#FDF0E5
(253,240,229)
#FDF1E7
(253,241,231)
#FDF2E9
(253,242,233)
#FDF3EB
(253,243,235)
#FDF4ED
(253,244,237)
#FDF5EF
(253,245,239)
#FDF6F1
(253,246,241)
#FDF7F3
(253,247,243)
#FDF8F5
(253,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEEE1; }

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

This text font color is #FDEEE1.

Background Color

.myBgColor { background-color: #FDEEE1; }

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

This div background color is #FDEEE1.

Border color

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

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

This div border color is #FDEEE1.

Opacity

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

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

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

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

This text has shadow with #FDEEE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDEEE1.

Preview

Color preview on black background

This text has color #FDEEE1 on black background.


Color preview on white background

This text has color #FDEEE1 on white background.


Black color preview on #FDEEE1 background

This text has black color on #FDEEE1 background.


White color preview on #FDEEE1 background

This text has white color on #FDEEE1 background.


Related colors

Complementary color

Complementary color for #hex is #02111E.


I love getcolorcode.com

Triadic colors

1 #E1FDEE and #EEE1FD with #FDEEE1 are triadic colors.

2 #E1EEFD and #EEFDE1 with #FDEEE1 are triadic colors.