COLOR #FDEEE9

HEX: #FDEEE9
RGB: (253,238,233)

Color info

#FDEEE9 contains red, green and blue colors in about the same proportion. Web safe color of #FDEEE9 is #FFFFFF (or #FFF).

RGB color model

#FDEEE9 color RGB value is (253,238,233).

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

RGB channels and saturation

R 253 of 255 = 99%
G 238 of 255 = 93%
B 233 of 255 = 91%

253
238
233

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

Portions of RGB colors in percentages

R + G + B =
253 + 238 + 233 = 724 (100%)
R 253 of 724 ~ 34.94%
G 238 of 724 ~ 32.87%
B 233 of 724 ~ 32.18%

%34.94
%32.87
%32.18

CMYK color model

#FDEEE9 color CMYK value is (0,6,8,1).

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 7.91%
  • key color value is 0.78%
CMYK:
(0,6,8,1)
C0M6Y8K1 
(0%,6%,8%,1%)
(0.00/0.06/0.08/0.01)	

CMYK percentages

%0
%5.93
%7.91
%0.78

Codes

Color #FDEEE9 in popluar color models

FDEEE9
RGB253238233
HSL15°83.33%95.29%
HSB/HSV15°7.91%99.22%
CMYK0.00%5.93%7.91%
0.78%

Color #FDEEE9 in popluar number systems.

HEXFDEEE9
Decimal253238233
Binary111111011110111011101001
Octal375356351

Shades and tints

Shades of #FDEEE9

#FDEEE9
(253,238,233)
#E6D9D4
(230,217,212)
#CFC4BF
(207,196,191)
#B8AFAA
(184,175,170)
#A19A95
(161,154,149)
#8A8580
(138,133,128)
#73706B
(115,112,107)
#5C5B56
(92,91,86)
#454641
(69,70,65)
#2E312C
(46,49,44)
#171C17
(23,28,23)
#000000
(0,0,0)

Tints of #FDEEE9

#FDEEE9
(253,238,233)
#FDEFEB
(253,239,235)
#FDF0ED
(253,240,237)
#FDF1EF
(253,241,239)
#FDF2F1
(253,242,241)
#FDF3F3
(253,243,243)
#FDF4F5
(253,244,245)
#FDF5F7
(253,245,247)
#FDF6F9
(253,246,249)
#FDF7FB
(253,247,251)
#FDF8FD
(253,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEEE9; }

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

This text font color is #FDEEE9.


Background Color

.myBgColor { background-color: #FDEEE9; }

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

This div background color is #FDEEE9.


Border color

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

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

This div border color is #FDEEE9.


Opacity

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

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

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

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

This text has shadow with #FDEEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEEE9 on black background.


Color preview on white background

This text has color #FDEEE9 on white background.



Black color preview on #FDEEE9 background

This text has black color on #FDEEE9 background.


White color preview on #FDEEE9 background

This text has white color on #FDEEE9 background.