COLOR #FDFDE5

HEX: #FDFDE5 RGB: (253,253,229)

Color info

#FDFDE5 contains red, green and blue colors in about the same proportion. Web safe color of #FDFDE5 is #FFFFCC (or #FFC).

RGB color model

#FDFDE5 color RGB value is (253,253,229).

RGB: (253,253,229) (99%, 99%, 90%)

RGB channels and saturation

R 253 of 255 = 99%
G 253 of 255 = 99%
B 229 of 255 = 90%

253
253
229

R + G + B ~ 96%. #FDFDE5 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 253 + 229 = 735 (100%)
R 253 of 735 ~ 34.42%
G 253 of 735 ~ 34.42%
B 229 of 735 ~ 31.16'%

%34.42
%34.42
%31.16

CMYK color model

#FDFDE5 color CMYK value is (0,0,9,1).

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

CMYK: (0,0,9,1)
C0M0Y9K1 (0%, 0%, 9%, 1%)
(0.00 / 0.00 / 0.09 / 0.01)

CMYK percentages

%0
%0
%9.49
%0.78

Codes

Color #FDFDE5 in popluar color models

FD FD E5
RGB 253 253 229
HSL 60° 85.71% 94.51%
HSB/HSV 60° 9.49% 99.22%
CMYK 0.00% 0.00% 9.49%
0.78%

Color #FDFDE5 in popluar number systems.

HEX FD FD E5
Decimal 253 253 229
Binary 11111101 11111101 11100101
Octal 375 375 345

Shades and tints

Shades of #FDFDE5

#FDFDE5
(253,253,229)
#E6E6D1
(230,230,209)
#CFCFBD
(207,207,189)
#B8B8A9
(184,184,169)
#A1A195
(161,161,149)
#8A8A81
(138,138,129)
#73736D
(115,115,109)
#5C5C59
(92,92,89)
#454545
(69,69,69)
#2E2E31
(46,46,49)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #FDFDE5

#FDFDE5
(253,253,229)
#FDFDE7
(253,253,231)
#FDFDE9
(253,253,233)
#FDFDEB
(253,253,235)
#FDFDED
(253,253,237)
#FDFDEF
(253,253,239)
#FDFDF1
(253,253,241)
#FDFDF3
(253,253,243)
#FDFDF5
(253,253,245)
#FDFDF7
(253,253,247)
#FDFDF9
(253,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFDE5; }

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

This text font color is #FDFDE5.

Background Color

.myBgColor { background-color: #FDFDE5; }

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

This div background color is #FDFDE5.

Border color

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

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

This div border color is #FDFDE5.

Opacity

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

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

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

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

This text has shadow with #FDFDE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDFDE5.

Preview

Color preview on black background

This text has color #FDFDE5 on black background.


Color preview on white background

This text has color #FDFDE5 on white background.


Black color preview on #FDFDE5 background

This text has black color on #FDFDE5 background.


White color preview on #FDFDE5 background

This text has white color on #FDFDE5 background.


Related colors

Complementary color

Complementary color for #hex is #02021A.


I love getcolorcode.com