COLOR #FDEEE5

HEX: #FDEEE5
RGB: (253,238,229)

Color info

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

RGB color model

#FDEEE5 color RGB value is (253,238,229).

  • red value is 253;
  • green value is 238;
  • blue value is 229.
RGB:
(253,238,229)
(99%,93%,90%)

RGB channels and saturation

R 253 of 255 = 99%
G 238 of 255 = 93%
B 229 of 255 = 90%

253
238
229

R + G + B ~ 94%. #FDEEE5 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 238 + 229 = 720 (100%)
R 253 of 720 ~ 35.14%
G 238 of 720 ~ 33.06%
B 229 of 720 ~ 31.81%

%35.14
%33.06
%31.81

CMYK color model

#FDEEE5 color CMYK value is (0,6,9,1).

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 9.49%
  • key color value is 0.78%
CMYK:
(0,6,9,1)
C0M6Y9K1 
(0%,6%,9%,1%)
(0.00/0.06/0.09/0.01)	

CMYK percentages

%0
%5.93
%9.49
%0.78

Codes

Color #FDEEE5 in popluar color models

FDEEE5
RGB253238229
HSL23°85.71%94.51%
HSB/HSV23°9.49%99.22%
CMYK0.00%5.93%9.49%
0.78%

Color #FDEEE5 in popluar number systems.

HEXFDEEE5
Decimal253238229
Binary111111011110111011100101
Octal375356345

Shades and tints

Shades of #FDEEE5

#FDEEE5
(253,238,229)
#E6D9D1
(230,217,209)
#CFC4BD
(207,196,189)
#B8AFA9
(184,175,169)
#A19A95
(161,154,149)
#8A8581
(138,133,129)
#73706D
(115,112,109)
#5C5B59
(92,91,89)
#454645
(69,70,69)
#2E3131
(46,49,49)
#171C1D
(23,28,29)
#000000
(0,0,0)

Tints of #FDEEE5

#FDEEE5
(253,238,229)
#FDEFE7
(253,239,231)
#FDF0E9
(253,240,233)
#FDF1EB
(253,241,235)
#FDF2ED
(253,242,237)
#FDF3EF
(253,243,239)
#FDF4F1
(253,244,241)
#FDF5F3
(253,245,243)
#FDF6F5
(253,246,245)
#FDF7F7
(253,247,247)
#FDF8F9
(253,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEEE5; }

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

This text font color is #FDEEE5.


Background Color

.myBgColor { background-color: #FDEEE5; }

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

This div background color is #FDEEE5.


Border color

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

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

This div border color is #FDEEE5.


Opacity

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

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

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

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

This text has shadow with #FDEEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEEE5 on black background.


Color preview on white background

This text has color #FDEEE5 on white background.



Black color preview on #FDEEE5 background

This text has black color on #FDEEE5 background.


White color preview on #FDEEE5 background

This text has white color on #FDEEE5 background.