COLOR #FDEEE7

HEX: #FDEEE7
RGB: (253,238,231)

Color info

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

RGB color model

#FDEEE7 color RGB value is (253,238,231).

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

RGB channels and saturation

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

253
238
231

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

Portions of RGB colors in percentages

R + G + B =
253 + 238 + 231 = 722 (100%)
R 253 of 722 ~ 35.04%
G 238 of 722 ~ 32.96%
B 231 of 722 ~ 31.99%

%35.04
%32.96
%31.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 8.70%
  • 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
%8.7
%0.78

Codes

Color #FDEEE7 in popluar color models

FDEEE7
RGB253238231
HSL19°84.62%94.90%
HSB/HSV19°8.70%99.22%
CMYK0.00%5.93%8.70%
0.78%

Color #FDEEE7 in popluar number systems.

HEXFDEEE7
Decimal253238231
Binary111111011110111011100111
Octal375356347

Shades and tints

Shades of #FDEEE7

#FDEEE7
(253,238,231)
#E6D9D2
(230,217,210)
#CFC4BD
(207,196,189)
#B8AFA8
(184,175,168)
#A19A93
(161,154,147)
#8A857E
(138,133,126)
#737069
(115,112,105)
#5C5B54
(92,91,84)
#45463F
(69,70,63)
#2E312A
(46,49,42)
#171C15
(23,28,21)
#000000
(0,0,0)

Tints of #FDEEE7

#FDEEE7
(253,238,231)
#FDEFE9
(253,239,233)
#FDF0EB
(253,240,235)
#FDF1ED
(253,241,237)
#FDF2EF
(253,242,239)
#FDF3F1
(253,243,241)
#FDF4F3
(253,244,243)
#FDF5F5
(253,245,245)
#FDF6F7
(253,246,247)
#FDF7F9
(253,247,249)
#FDF8FB
(253,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEEE7; }

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

This text font color is #FDEEE7.


Background Color

.myBgColor { background-color: #FDEEE7; }

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

This div background color is #FDEEE7.


Border color

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

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

This div border color is #FDEEE7.


Opacity

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

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

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

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

This text has shadow with #FDEEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEEE7 on black background.


Color preview on white background

This text has color #FDEEE7 on white background.



Black color preview on #FDEEE7 background

This text has black color on #FDEEE7 background.


White color preview on #FDEEE7 background

This text has white color on #FDEEE7 background.