COLOR #FDEEEE

HEX: #FDEEEE RGB: (253,238,238)

Color info

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

RGB color model

#FDEEEE color RGB value is (253,238,238).

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

RGB channels and saturation

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

253
238
238

R + G + B ~ 95%. #FDEEEE is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 238 + 238 = 729 (100%)
R 253 of 729 ~ 34.71%
G 238 of 729 ~ 32.65%
B 238 of 729 ~ 32.65'%

%34.71
%32.65
%32.65

CMYK color model

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

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

CMYK: (0,6,6,1)
C0M6Y6K1 (0%, 6%, 6%, 1%)
(0.00 / 0.06 / 0.06 / 0.01)

CMYK percentages

%0
%5.93
%5.93
%0.78

Codes

Color #FDEEEE in popluar color models

FD EE EE
RGB 253 238 238
HSL 78.95% 96.27%
HSB/HSV 5.93% 99.22%
CMYK 0.00% 5.93% 5.93%
0.78%

Color #FDEEEE in popluar number systems.

HEX FD EE EE
Decimal 253 238 238
Binary 11111101 11101110 11101110
Octal 375 356 356

Shades and tints

Shades of #FDEEEE

#FDEEEE
(253,238,238)
#E6D9D9
(230,217,217)
#CFC4C4
(207,196,196)
#B8AFAF
(184,175,175)
#A19A9A
(161,154,154)
#8A8585
(138,133,133)
#737070
(115,112,112)
#5C5B5B
(92,91,91)
#454646
(69,70,70)
#2E3131
(46,49,49)
#171C1C
(23,28,28)
#000000
(0,0,0)

Tints of #FDEEEE

#FDEEEE
(253,238,238)
#FDEFEF
(253,239,239)
#FDF0F0
(253,240,240)
#FDF1F1
(253,241,241)
#FDF2F2
(253,242,242)
#FDF3F3
(253,243,243)
#FDF4F4
(253,244,244)
#FDF5F5
(253,245,245)
#FDF6F6
(253,246,246)
#FDF7F7
(253,247,247)
#FDF8F8
(253,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEEEE; }

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

This text font color is #FDEEEE.

Background Color

.myBgColor { background-color: #FDEEEE; }

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

This div background color is #FDEEEE.

Border color

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

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

This div border color is #FDEEEE.

Opacity

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

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

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

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

This text has shadow with #FDEEEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDEEEE.

Preview

Color preview on black background

This text has color #FDEEEE on black background.


Color preview on white background

This text has color #FDEEEE on white background.


Black color preview on #FDEEEE background

This text has black color on #FDEEEE background.


White color preview on #FDEEEE background

This text has white color on #FDEEEE background.


Related colors

Complementary color

Complementary color for #hex is #021111.


I love getcolorcode.com