COLOR #FDEAED

HEX: #FDEAED
RGB: (253,234,237)

Color info

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

RGB color model

#FDEAED color RGB value is (253,234,237).

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

RGB channels and saturation

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

253
234
237

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

Portions of RGB colors in percentages

R + G + B =
253 + 234 + 237 = 724 (100%)
R 253 of 724 ~ 34.94%
G 234 of 724 ~ 32.32%
B 237 of 724 ~ 32.73%

%34.94
%32.32
%32.73

CMYK color model

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

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

Codes

Color #FDEAED in popluar color models

FDEAED
RGB253234237
HSL351°82.61%95.49%
HSB/HSV351°7.51%99.22%
CMYK0.00%7.51%6.32%
0.78%

Color #FDEAED in popluar number systems.

HEXFDEAED
Decimal253234237
Binary111111011110101011101101
Octal375352355

Shades and tints

Shades of #FDEAED

#FDEAED
(253,234,237)
#E6D5D8
(230,213,216)
#CFC0C3
(207,192,195)
#B8ABAE
(184,171,174)
#A19699
(161,150,153)
#8A8184
(138,129,132)
#736C6F
(115,108,111)
#5C575A
(92,87,90)
#454245
(69,66,69)
#2E2D30
(46,45,48)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #FDEAED

#FDEAED
(253,234,237)
#FDEBEE
(253,235,238)
#FDECEF
(253,236,239)
#FDEDF0
(253,237,240)
#FDEEF1
(253,238,241)
#FDEFF2
(253,239,242)
#FDF0F3
(253,240,243)
#FDF1F4
(253,241,244)
#FDF2F5
(253,242,245)
#FDF3F6
(253,243,246)
#FDF4F7
(253,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEAED; }

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

This text font color is #FDEAED.


Background Color

.myBgColor { background-color: #FDEAED; }

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

This div background color is #FDEAED.


Border color

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

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

This div border color is #FDEAED.


Opacity

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

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

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

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

This text has shadow with #FDEAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEAED on black background.


Color preview on white background

This text has color #FDEAED on white background.



Black color preview on #FDEAED background

This text has black color on #FDEAED background.


White color preview on #FDEAED background

This text has white color on #FDEAED background.