COLOR #FDFDEF

HEX: #FDFDEF RGB: (253,253,239)

Color info

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

RGB color model

#FDFDEF color RGB value is (253,253,239).

RGB: (253,253,239) (99%, 99%, 94%)

RGB channels and saturation

R 253 of 255 = 99%
G 253 of 255 = 99%
B 239 of 255 = 94%

253
253
239

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

Portions of RGB colors in percentages

R + G + B = 253 + 253 + 239 = 745 (100%)
R 253 of 745 ~ 33.96%
G 253 of 745 ~ 33.96%
B 239 of 745 ~ 32.08'%

%33.96
%33.96
%32.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 5.53%
  • 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
%5.53
%0.78

Codes

Color #FDFDEF in popluar color models

FD FD EF
RGB 253 253 239
HSL 60° 77.78% 96.47%
HSB/HSV 60° 5.53% 99.22%
CMYK 0.00% 0.00% 5.53%
0.78%

Color #FDFDEF in popluar number systems.

HEX FD FD EF
Decimal 253 253 239
Binary 11111101 11111101 11101111
Octal 375 375 357

Shades and tints

Shades of #FDFDEF

#FDFDEF
(253,253,239)
#E6E6DA
(230,230,218)
#CFCFC5
(207,207,197)
#B8B8B0
(184,184,176)
#A1A19B
(161,161,155)
#8A8A86
(138,138,134)
#737371
(115,115,113)
#5C5C5C
(92,92,92)
#454547
(69,69,71)
#2E2E32
(46,46,50)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #FDFDEF

#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)
#FDFDF8
(253,253,248)
#FDFDF9
(253,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFDEF; }

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

This text font color is #FDFDEF.

Background Color

.myBgColor { background-color: #FDFDEF; }

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

This div background color is #FDFDEF.

Border color

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

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

This div border color is #FDFDEF.

Opacity

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

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

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

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

This text has shadow with #FDFDEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDFDEF.

Preview

Color preview on black background

This text has color #FDFDEF on black background.


Color preview on white background

This text has color #FDFDEF on white background.


Black color preview on #FDFDEF background

This text has black color on #FDFDEF background.


White color preview on #FDFDEF background

This text has white color on #FDFDEF background.


Related colors

Complementary color

Complementary color for #hex is #020210.


I love getcolorcode.com