COLOR #FDE9F1

HEX: #FDE9F1
RGB: (253,233,241)

Color info

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

RGB color model

#FDE9F1 color RGB value is (253,233,241).

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

RGB channels and saturation

R 253 of 255 = 99%
G 233 of 255 = 91%
B 241 of 255 = 95%

253
233
241

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

Portions of RGB colors in percentages

R + G + B =
253 + 233 + 241 = 727 (100%)
R 253 of 727 ~ 34.8%
G 233 of 727 ~ 32.05%
B 241 of 727 ~ 33.15%

%34.8
%32.05
%33.15

CMYK color model

#FDE9F1 color CMYK value is (0,8,5,1).

  • cyan value is 0.00%
  • magenta value is 7.91%
  • yellow value is 4.74%
  • key color value is 0.78%
CMYK:
(0,8,5,1)
C0M8Y5K1 
(0%,8%,5%,1%)
(0.00/0.08/0.05/0.01)	

CMYK percentages

%0
%7.91
%4.74
%0.78

Codes

Color #FDE9F1 in popluar color models

FDE9F1
RGB253233241
HSL336°83.33%95.29%
HSB/HSV336°7.91%99.22%
CMYK0.00%7.91%4.74%
0.78%

Color #FDE9F1 in popluar number systems.

HEXFDE9F1
Decimal253233241
Binary111111011110100111110001
Octal375351361

Shades and tints

Shades of #FDE9F1

#FDE9F1
(253,233,241)
#E6D4DC
(230,212,220)
#CFBFC7
(207,191,199)
#B8AAB2
(184,170,178)
#A1959D
(161,149,157)
#8A8088
(138,128,136)
#736B73
(115,107,115)
#5C565E
(92,86,94)
#454149
(69,65,73)
#2E2C34
(46,44,52)
#17171F
(23,23,31)
#000000
(0,0,0)

Tints of #FDE9F1

#FDE9F1
(253,233,241)
#FDEBF2
(253,235,242)
#FDEDF3
(253,237,243)
#FDEFF4
(253,239,244)
#FDF1F5
(253,241,245)
#FDF3F6
(253,243,246)
#FDF5F7
(253,245,247)
#FDF7F8
(253,247,248)
#FDF9F9
(253,249,249)
#FDFBFA
(253,251,250)
#FDFDFB
(253,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE9F1; }

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

This text font color is #FDE9F1.


Background Color

.myBgColor { background-color: #FDE9F1; }

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

This div background color is #FDE9F1.


Border color

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

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

This div border color is #FDE9F1.


Opacity

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

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

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

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

This text has shadow with #FDE9F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE9F1 on black background.


Color preview on white background

This text has color #FDE9F1 on white background.



Black color preview on #FDE9F1 background

This text has black color on #FDE9F1 background.


White color preview on #FDE9F1 background

This text has white color on #FDE9F1 background.