COLOR #FDEDFD

HEX: #FDEDFD
RGB: (253,237,253)

Color info

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

RGB color model

#FDEDFD color RGB value is (253,237,253).

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

RGB channels and saturation

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

253
237
253

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

Portions of RGB colors in percentages

R + G + B =
253 + 237 + 253 = 743 (100%)
R 253 of 743 ~ 34.05%
G 237 of 743 ~ 31.9%
B 253 of 743 ~ 34.05%

%34.05
%31.9
%34.05

CMYK color model

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

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

CMYK percentages

%0
%6.32
%0
%0.78

Codes

Color #FDEDFD in popluar color models

FDEDFD
RGB253237253
HSL300°80.00%96.08%
HSB/HSV300°6.32%99.22%
CMYK0.00%6.32%0.00%
0.78%

Color #FDEDFD in popluar number systems.

HEXFDEDFD
Decimal253237253
Binary111111011110110111111101
Octal375355375

Shades and tints

Shades of #FDEDFD

#FDEDFD
(253,237,253)
#E6D8E6
(230,216,230)
#CFC3CF
(207,195,207)
#B8AEB8
(184,174,184)
#A199A1
(161,153,161)
#8A848A
(138,132,138)
#736F73
(115,111,115)
#5C5A5C
(92,90,92)
#454545
(69,69,69)
#2E302E
(46,48,46)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #FDEDFD

#FDEDFD
(253,237,253)
#FDEEFD
(253,238,253)
#FDEFFD
(253,239,253)
#FDF0FD
(253,240,253)
#FDF1FD
(253,241,253)
#FDF2FD
(253,242,253)
#FDF3FD
(253,243,253)
#FDF4FD
(253,244,253)
#FDF5FD
(253,245,253)
#FDF6FD
(253,246,253)
#FDF7FD
(253,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEDFD; }

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

This text font color is #FDEDFD.


Background Color

.myBgColor { background-color: #FDEDFD; }

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

This div background color is #FDEDFD.


Border color

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

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

This div border color is #FDEDFD.


Opacity

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

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

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

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

This text has shadow with #FDEDFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEDFD on black background.


Color preview on white background

This text has color #FDEDFD on white background.



Black color preview on #FDEDFD background

This text has black color on #FDEDFD background.


White color preview on #FDEDFD background

This text has white color on #FDEDFD background.