COLOR #FDEAEE

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

253
234
238

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

Portions of RGB colors in percentages

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

%34.9
%32.28
%32.83

CMYK color model

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

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

CMYK percentages

%0
%7.51
%5.93
%0.78

Codes

Color #FDEAEE in popluar color models

FDEAEE
RGB253234238
HSL347°82.61%95.49%
HSB/HSV347°7.51%99.22%
CMYK0.00%7.51%5.93%
0.78%

Color #FDEAEE in popluar number systems.

HEXFDEAEE
Decimal253234238
Binary111111011110101011101110
Octal375352356

Shades and tints

Shades of #FDEAEE

#FDEAEE
(253,234,238)
#E6D5D9
(230,213,217)
#CFC0C4
(207,192,196)
#B8ABAF
(184,171,175)
#A1969A
(161,150,154)
#8A8185
(138,129,133)
#736C70
(115,108,112)
#5C575B
(92,87,91)
#454246
(69,66,70)
#2E2D31
(46,45,49)
#17181C
(23,24,28)
#000000
(0,0,0)

Tints of #FDEAEE

#FDEAEE
(253,234,238)
#FDEBEF
(253,235,239)
#FDECF0
(253,236,240)
#FDEDF1
(253,237,241)
#FDEEF2
(253,238,242)
#FDEFF3
(253,239,243)
#FDF0F4
(253,240,244)
#FDF1F5
(253,241,245)
#FDF2F6
(253,242,246)
#FDF3F7
(253,243,247)
#FDF4F8
(253,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEAEE; }

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

This text font color is #FDEAEE.


Background Color

.myBgColor { background-color: #FDEAEE; }

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

This div background color is #FDEAEE.


Border color

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

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

This div border color is #FDEAEE.


Opacity

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

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

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

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

This text has shadow with #FDEAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEAEE on black background.


Color preview on white background

This text has color #FDEAEE on white background.



Black color preview on #FDEAEE background

This text has black color on #FDEAEE background.


White color preview on #FDEAEE background

This text has white color on #FDEAEE background.