COLOR #FDE9FE

HEX: #FDE9FE
RGB: (253,233,254)

Color info

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

RGB color model

#FDE9FE color RGB value is (253,233,254).

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

RGB channels and saturation

R 253 of 255 = 99%
G 233 of 255 = 91%
B 254 of 255 = 100%

253
233
254

R + G + B ~ 97%. #FDE9FE is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 233 + 254 = 740 (100%)
R 253 of 740 ~ 34.19%
G 233 of 740 ~ 31.49%
B 254 of 740 ~ 34.32%

%34.19
%31.49
%34.32

CMYK color model

#FDE9FE color CMYK value is (0,8,0,0).

  • cyan value is 0.39%
  • magenta value is 8.27%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(0,8,0,0)
C0M8Y0K0 
(0%,8%,0%,0%)
(0.00/0.08/0.00/0.00)	

CMYK percentages

%0.39
%8.27
%0
%0.39

Codes

Color #FDE9FE in popluar color models

FDE9FE
RGB253233254
HSL297°91.30%95.49%
HSB/HSV297°8.27%99.61%
CMYK0.39%8.27%0.00%
0.39%

Color #FDE9FE in popluar number systems.

HEXFDE9FE
Decimal253233254
Binary111111011110100111111110
Octal375351376

Shades and tints

Shades of #FDE9FE

#FDE9FE
(253,233,254)
#E6D4E7
(230,212,231)
#CFBFD0
(207,191,208)
#B8AAB9
(184,170,185)
#A195A2
(161,149,162)
#8A808B
(138,128,139)
#736B74
(115,107,116)
#5C565D
(92,86,93)
#454146
(69,65,70)
#2E2C2F
(46,44,47)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #FDE9FE

#FDE9FE
(253,233,254)
#FDEBFE
(253,235,254)
#FDEDFE
(253,237,254)
#FDEFFE
(253,239,254)
#FDF1FE
(253,241,254)
#FDF3FE
(253,243,254)
#FDF5FE
(253,245,254)
#FDF7FE
(253,247,254)
#FDF9FE
(253,249,254)
#FDFBFE
(253,251,254)
#FDFDFE
(253,253,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE9FE; }

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

This text font color is #FDE9FE.


Background Color

.myBgColor { background-color: #FDE9FE; }

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

This div background color is #FDE9FE.


Border color

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

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

This div border color is #FDE9FE.


Opacity

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

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

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

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

This text has shadow with #FDE9FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE9FE on black background.


Color preview on white background

This text has color #FDE9FE on white background.



Black color preview on #FDE9FE background

This text has black color on #FDE9FE background.


White color preview on #FDE9FE background

This text has white color on #FDE9FE background.