COLOR #FDEAF9

HEX: #FDEAF9
RGB: (253,234,249)

Color info

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

RGB color model

#FDEAF9 color RGB value is (253,234,249).

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

RGB channels and saturation

R 253 of 255 = 99%
G 234 of 255 = 92%
B 249 of 255 = 98%

253
234
249

R + G + B ~ 96%. #FDEAF9 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 234 + 249 = 736 (100%)
R 253 of 736 ~ 34.38%
G 234 of 736 ~ 31.79%
B 249 of 736 ~ 33.83%

%34.38
%31.79
%33.83

CMYK color model

#FDEAF9 color CMYK value is (0,8,2,1).

  • cyan value is 0.00%
  • magenta value is 7.51%
  • yellow value is 1.58%
  • key color value is 0.78%
CMYK:
(0,8,2,1)
C0M8Y2K1 
(0%,8%,2%,1%)
(0.00/0.08/0.02/0.01)	

CMYK percentages

%0
%7.51
%1.58
%0.78

Codes

Color #FDEAF9 in popluar color models

FDEAF9
RGB253234249
HSL313°82.61%95.49%
HSB/HSV313°7.51%99.22%
CMYK0.00%7.51%1.58%
0.78%

Color #FDEAF9 in popluar number systems.

HEXFDEAF9
Decimal253234249
Binary111111011110101011111001
Octal375352371

Shades and tints

Shades of #FDEAF9

#FDEAF9
(253,234,249)
#E6D5E3
(230,213,227)
#CFC0CD
(207,192,205)
#B8ABB7
(184,171,183)
#A196A1
(161,150,161)
#8A818B
(138,129,139)
#736C75
(115,108,117)
#5C575F
(92,87,95)
#454249
(69,66,73)
#2E2D33
(46,45,51)
#17181D
(23,24,29)
#000000
(0,0,0)

Tints of #FDEAF9

#FDEAF9
(253,234,249)
#FDEBF9
(253,235,249)
#FDECF9
(253,236,249)
#FDEDF9
(253,237,249)
#FDEEF9
(253,238,249)
#FDEFF9
(253,239,249)
#FDF0F9
(253,240,249)
#FDF1F9
(253,241,249)
#FDF2F9
(253,242,249)
#FDF3F9
(253,243,249)
#FDF4F9
(253,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEAF9; }

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

This text font color is #FDEAF9.


Background Color

.myBgColor { background-color: #FDEAF9; }

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

This div background color is #FDEAF9.


Border color

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

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

This div border color is #FDEAF9.


Opacity

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

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

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

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

This text has shadow with #FDEAF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEAF9 on black background.


Color preview on white background

This text has color #FDEAF9 on white background.



Black color preview on #FDEAF9 background

This text has black color on #FDEAF9 background.


White color preview on #FDEAF9 background

This text has white color on #FDEAF9 background.