COLOR #FDEEEA

HEX: #FDEEEA RGB: (253,238,234)

Color info

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

RGB color model

#FDEEEA color RGB value is (253,238,234).

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

RGB channels and saturation

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

253
238
234

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

Portions of RGB colors in percentages

R + G + B = 253 + 238 + 234 = 725 (100%)
R 253 of 725 ~ 34.9%
G 238 of 725 ~ 32.83%
B 234 of 725 ~ 32.28'%

%34.9
%32.83
%32.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 7.51%
  • 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.51
%0.78

Codes

Color #FDEEEA in popluar color models

FD EE EA
RGB 253 238 234
HSL 13° 82.61% 95.49%
HSB/HSV 13° 7.51% 99.22%
CMYK 0.00% 5.93% 7.51%
0.78%

Color #FDEEEA in popluar number systems.

HEX FD EE EA
Decimal 253 238 234
Binary 11111101 11101110 11101010
Octal 375 356 352

Shades and tints

Shades of #FDEEEA

#FDEEEA
(253,238,234)
#E6D9D5
(230,217,213)
#CFC4C0
(207,196,192)
#B8AFAB
(184,175,171)
#A19A96
(161,154,150)
#8A8581
(138,133,129)
#73706C
(115,112,108)
#5C5B57
(92,91,87)
#454642
(69,70,66)
#2E312D
(46,49,45)
#171C18
(23,28,24)
#000000
(0,0,0)

Tints of #FDEEEA

#FDEEEA
(253,238,234)
#FDEFEB
(253,239,235)
#FDF0EC
(253,240,236)
#FDF1ED
(253,241,237)
#FDF2EE
(253,242,238)
#FDF3EF
(253,243,239)
#FDF4F0
(253,244,240)
#FDF5F1
(253,245,241)
#FDF6F2
(253,246,242)
#FDF7F3
(253,247,243)
#FDF8F4
(253,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEEEA; }

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

This text font color is #FDEEEA.

Background Color

.myBgColor { background-color: #FDEEEA; }

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

This div background color is #FDEEEA.

Border color

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

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

This div border color is #FDEEEA.

Opacity

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

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

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

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

This text has shadow with #FDEEEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDEEEA.

Preview

Color preview on black background

This text has color #FDEEEA on black background.


Color preview on white background

This text has color #FDEEEA on white background.


Black color preview on #FDEEEA background

This text has black color on #FDEEEA background.


White color preview on #FDEEEA background

This text has white color on #FDEEEA background.


Related colors

Complementary color

Complementary color for #hex is #021115.


I love getcolorcode.com

Triadic colors

1 #EAFDEE and #EEEAFD with #FDEEEA are triadic colors.

2 #EAEEFD and #EEFDEA with #FDEEEA are triadic colors.