COLOR #FDE9F4

HEX: #FDE9F4
RGB: (253,233,244)

Color info

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

RGB color model

#FDE9F4 color RGB value is (253,233,244).

  • red value is 253;
  • green value is 233;
  • blue value is 244.
RGB:
(253,233,244)
(99%,91%,96%)

RGB channels and saturation

R 253 of 255 = 99%
G 233 of 255 = 91%
B 244 of 255 = 96%

253
233
244

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

Portions of RGB colors in percentages

R + G + B =
253 + 233 + 244 = 730 (100%)
R 253 of 730 ~ 34.66%
G 233 of 730 ~ 31.92%
B 244 of 730 ~ 33.42%

%34.66
%31.92
%33.42

CMYK color model

#FDE9F4 color CMYK value is (0,8,4,1).

  • cyan value is 0.00%
  • magenta value is 7.91%
  • yellow value is 3.56%
  • key color value is 0.78%
CMYK:
(0,8,4,1)
C0M8Y4K1 
(0%,8%,4%,1%)
(0.00/0.08/0.04/0.01)	

CMYK percentages

%0
%7.91
%3.56
%0.78

Codes

Color #FDE9F4 in popluar color models

FDE9F4
RGB253233244
HSL327°83.33%95.29%
HSB/HSV327°7.91%99.22%
CMYK0.00%7.91%3.56%
0.78%

Color #FDE9F4 in popluar number systems.

HEXFDE9F4
Decimal253233244
Binary111111011110100111110100
Octal375351364

Shades and tints

Shades of #FDE9F4

#FDE9F4
(253,233,244)
#E6D4DE
(230,212,222)
#CFBFC8
(207,191,200)
#B8AAB2
(184,170,178)
#A1959C
(161,149,156)
#8A8086
(138,128,134)
#736B70
(115,107,112)
#5C565A
(92,86,90)
#454144
(69,65,68)
#2E2C2E
(46,44,46)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #FDE9F4

#FDE9F4
(253,233,244)
#FDEBF5
(253,235,245)
#FDEDF6
(253,237,246)
#FDEFF7
(253,239,247)
#FDF1F8
(253,241,248)
#FDF3F9
(253,243,249)
#FDF5FA
(253,245,250)
#FDF7FB
(253,247,251)
#FDF9FC
(253,249,252)
#FDFBFD
(253,251,253)
#FDFDFE
(253,253,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE9F4; }

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

This text font color is #FDE9F4.


Background Color

.myBgColor { background-color: #FDE9F4; }

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

This div background color is #FDE9F4.


Border color

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

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

This div border color is #FDE9F4.


Opacity

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

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

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

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

This text has shadow with #FDE9F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE9F4 on black background.


Color preview on white background

This text has color #FDE9F4 on white background.



Black color preview on #FDE9F4 background

This text has black color on #FDE9F4 background.


White color preview on #FDE9F4 background

This text has white color on #FDE9F4 background.