COLOR #FDEDFE

HEX: #FDEDFE
RGB: (253,237,254)

Color info

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

RGB color model

#FDEDFE color RGB value is (253,237,254).

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

RGB channels and saturation

R 253 of 255 = 99%
G 237 of 255 = 93%
B 254 of 255 = 100%

253
237
254

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

Portions of RGB colors in percentages

R + G + B =
253 + 237 + 254 = 744 (100%)
R 253 of 744 ~ 34.01%
G 237 of 744 ~ 31.85%
B 254 of 744 ~ 34.14%

%34.01
%31.85
%34.14

CMYK color model

#FDEDFE color CMYK value is (0,7,0,0).

  • cyan value is 0.39%
  • magenta value is 6.69%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(0,7,0,0)
C0M7Y0K0 
(0%,7%,0%,0%)
(0.00/0.07/0.00/0.00)	

CMYK percentages

%0.39
%6.69
%0
%0.39

Codes

Color #FDEDFE in popluar color models

FDEDFE
RGB253237254
HSL296°89.47%96.27%
HSB/HSV296°6.69%99.61%
CMYK0.39%6.69%0.00%
0.39%

Color #FDEDFE in popluar number systems.

HEXFDEDFE
Decimal253237254
Binary111111011110110111111110
Octal375355376

Shades and tints

Shades of #FDEDFE

#FDEDFE
(253,237,254)
#E6D8E7
(230,216,231)
#CFC3D0
(207,195,208)
#B8AEB9
(184,174,185)
#A199A2
(161,153,162)
#8A848B
(138,132,139)
#736F74
(115,111,116)
#5C5A5D
(92,90,93)
#454546
(69,69,70)
#2E302F
(46,48,47)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #FDEDFE

#FDEDFE
(253,237,254)
#FDEEFE
(253,238,254)
#FDEFFE
(253,239,254)
#FDF0FE
(253,240,254)
#FDF1FE
(253,241,254)
#FDF2FE
(253,242,254)
#FDF3FE
(253,243,254)
#FDF4FE
(253,244,254)
#FDF5FE
(253,245,254)
#FDF6FE
(253,246,254)
#FDF7FE
(253,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEDFE; }

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

This text font color is #FDEDFE.


Background Color

.myBgColor { background-color: #FDEDFE; }

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

This div background color is #FDEDFE.


Border color

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

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

This div border color is #FDEDFE.


Opacity

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

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

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

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

This text has shadow with #FDEDFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEDFE on black background.


Color preview on white background

This text has color #FDEDFE on white background.



Black color preview on #FDEDFE background

This text has black color on #FDEDFE background.


White color preview on #FDEDFE background

This text has white color on #FDEDFE background.