COLOR #FDEDFA

HEX: #FDEDFA
RGB: (253,237,250)

Color info

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

RGB color model

#FDEDFA color RGB value is (253,237,250).

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

RGB channels and saturation

R 253 of 255 = 99%
G 237 of 255 = 93%
B 250 of 255 = 98%

253
237
250

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

Portions of RGB colors in percentages

R + G + B =
253 + 237 + 250 = 740 (100%)
R 253 of 740 ~ 34.19%
G 237 of 740 ~ 32.03%
B 250 of 740 ~ 33.78%

%34.19
%32.03
%33.78

CMYK color model

#FDEDFA color CMYK value is (0,6,1,1).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 1.19%
  • key color value is 0.78%
CMYK:
(0,6,1,1)
C0M6Y1K1 
(0%,6%,1%,1%)
(0.00/0.06/0.01/0.01)	

CMYK percentages

%0
%6.32
%1.19
%0.78

Codes

Color #FDEDFA in popluar color models

FDEDFA
RGB253237250
HSL311°80.00%96.08%
HSB/HSV311°6.32%99.22%
CMYK0.00%6.32%1.19%
0.78%

Color #FDEDFA in popluar number systems.

HEXFDEDFA
Decimal253237250
Binary111111011110110111111010
Octal375355372

Shades and tints

Shades of #FDEDFA

#FDEDFA
(253,237,250)
#E6D8E4
(230,216,228)
#CFC3CE
(207,195,206)
#B8AEB8
(184,174,184)
#A199A2
(161,153,162)
#8A848C
(138,132,140)
#736F76
(115,111,118)
#5C5A60
(92,90,96)
#45454A
(69,69,74)
#2E3034
(46,48,52)
#171B1E
(23,27,30)
#000000
(0,0,0)

Tints of #FDEDFA

#FDEDFA
(253,237,250)
#FDEEFA
(253,238,250)
#FDEFFA
(253,239,250)
#FDF0FA
(253,240,250)
#FDF1FA
(253,241,250)
#FDF2FA
(253,242,250)
#FDF3FA
(253,243,250)
#FDF4FA
(253,244,250)
#FDF5FA
(253,245,250)
#FDF6FA
(253,246,250)
#FDF7FA
(253,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEDFA; }

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

This text font color is #FDEDFA.


Background Color

.myBgColor { background-color: #FDEDFA; }

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

This div background color is #FDEDFA.


Border color

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

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

This div border color is #FDEDFA.


Opacity

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

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

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

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

This text has shadow with #FDEDFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEDFA on black background.


Color preview on white background

This text has color #FDEDFA on white background.



Black color preview on #FDEDFA background

This text has black color on #FDEDFA background.


White color preview on #FDEDFA background

This text has white color on #FDEDFA background.