COLOR #FDFDED

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

Color info

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

RGB color model

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

RGB: (253,253,237) (99%, 99%, 93%)

RGB channels and saturation

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

253
253
237

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

Portions of RGB colors in percentages

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

%34.05
%34.05
%31.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 6.32%
  • key color value is 0.78%

CMYK: (0,0,6,1)
C0M0Y6K1 (0%, 0%, 6%, 1%)
(0.00 / 0.00 / 0.06 / 0.01)

CMYK percentages

%0
%0
%6.32
%0.78

Codes

Color #FDFDED in popluar color models

FD FD ED
RGB 253 253 237
HSL 60° 80.00% 96.08%
HSB/HSV 60° 6.32% 99.22%
CMYK 0.00% 0.00% 6.32%
0.78%

Color #FDFDED in popluar number systems.

HEX FD FD ED
Decimal 253 253 237
Binary 11111101 11111101 11101101
Octal 375 375 355

Shades and tints

Shades of #FDFDED

#FDFDED
(253,253,237)
#E6E6D8
(230,230,216)
#CFCFC3
(207,207,195)
#B8B8AE
(184,184,174)
#A1A199
(161,161,153)
#8A8A84
(138,138,132)
#73736F
(115,115,111)
#5C5C5A
(92,92,90)
#454545
(69,69,69)
#2E2E30
(46,46,48)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #FDFDED

#FDFDED
(253,253,237)
#FDFDEE
(253,253,238)
#FDFDEF
(253,253,239)
#FDFDF0
(253,253,240)
#FDFDF1
(253,253,241)
#FDFDF2
(253,253,242)
#FDFDF3
(253,253,243)
#FDFDF4
(253,253,244)
#FDFDF5
(253,253,245)
#FDFDF6
(253,253,246)
#FDFDF7
(253,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFDED; }

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

This text font color is #FDFDED.

Background Color

.myBgColor { background-color: #FDFDED; }

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

This div background color is #FDFDED.

Border color

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

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

This div border color is #FDFDED.

Opacity

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

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

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

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

This text has shadow with #FDFDED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDFDED.

Preview

Color preview on black background

This text has color #FDFDED on black background.


Color preview on white background

This text has color #FDFDED on white background.


Black color preview on #FDFDED background

This text has black color on #FDFDED background.


White color preview on #FDFDED background

This text has white color on #FDFDED background.


Related colors

Complementary color

Complementary color for #hex is #020212.


I love getcolorcode.com