COLOR #FDFDEE

HEX: #FDFDEE RGB: (253,253,238)

Color info

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

RGB color model

#FDFDEE color RGB value is (253,253,238).

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

RGB channels and saturation

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

253
253
238

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

Portions of RGB colors in percentages

R + G + B = 253 + 253 + 238 = 744 (100%)
R 253 of 744 ~ 34.01%
G 253 of 744 ~ 34.01%
B 238 of 744 ~ 31.99'%

%34.01
%34.01
%31.99

CMYK color model

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

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

Codes

Color #FDFDEE in popluar color models

FD FD EE
RGB 253 253 238
HSL 60° 78.95% 96.27%
HSB/HSV 60° 5.93% 99.22%
CMYK 0.00% 0.00% 5.93%
0.78%

Color #FDFDEE in popluar number systems.

HEX FD FD EE
Decimal 253 253 238
Binary 11111101 11111101 11101110
Octal 375 375 356

Shades and tints

Shades of #FDFDEE

#FDFDEE
(253,253,238)
#E6E6D9
(230,230,217)
#CFCFC4
(207,207,196)
#B8B8AF
(184,184,175)
#A1A19A
(161,161,154)
#8A8A85
(138,138,133)
#737370
(115,115,112)
#5C5C5B
(92,92,91)
#454546
(69,69,70)
#2E2E31
(46,46,49)
#17171C
(23,23,28)
#000000
(0,0,0)

Tints of #FDFDEE

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

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFDEE; }

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

This text font color is #FDFDEE.

Background Color

.myBgColor { background-color: #FDFDEE; }

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

This div background color is #FDFDEE.

Border color

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

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

This div border color is #FDFDEE.

Opacity

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

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

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

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

This text has shadow with #FDFDEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDFDEE.

Preview

Color preview on black background

This text has color #FDFDEE on black background.


Color preview on white background

This text has color #FDFDEE on white background.


Black color preview on #FDFDEE background

This text has black color on #FDFDEE background.


White color preview on #FDFDEE background

This text has white color on #FDFDEE background.


Related colors

Complementary color

Complementary color for #hex is #020211.


I love getcolorcode.com