COLOR #FDFDE1

HEX: #FDFDE1 RGB: (253,253,225)

Color info

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

RGB color model

#FDFDE1 color RGB value is (253,253,225).

RGB: (253,253,225) (99%, 99%, 88%)

RGB channels and saturation

R 253 of 255 = 99%
G 253 of 255 = 99%
B 225 of 255 = 88%

253
253
225

R + G + B ~ 95%. #FDFDE1 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 253 + 225 = 731 (100%)
R 253 of 731 ~ 34.61%
G 253 of 731 ~ 34.61%
B 225 of 731 ~ 30.78'%

%34.61
%34.61
%30.78

CMYK color model

#FDFDE1 color CMYK value is (0,0,11,1).

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

CMYK: (0,0,11,1)
C0M0Y11K1 (0%, 0%, 11%, 1%)
(0.00 / 0.00 / 0.11 / 0.01)

CMYK percentages

%0
%0
%11.07
%0.78

Codes

Color #FDFDE1 in popluar color models

FD FD E1
RGB 253 253 225
HSL 60° 87.50% 93.73%
HSB/HSV 60° 11.07% 99.22%
CMYK 0.00% 0.00% 11.07%
0.78%

Color #FDFDE1 in popluar number systems.

HEX FD FD E1
Decimal 253 253 225
Binary 11111101 11111101 11100001
Octal 375 375 341

Shades and tints

Shades of #FDFDE1

#FDFDE1
(253,253,225)
#E6E6CD
(230,230,205)
#CFCFB9
(207,207,185)
#B8B8A5
(184,184,165)
#A1A191
(161,161,145)
#8A8A7D
(138,138,125)
#737369
(115,115,105)
#5C5C55
(92,92,85)
#454541
(69,69,65)
#2E2E2D
(46,46,45)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #FDFDE1

#FDFDE1
(253,253,225)
#FDFDE3
(253,253,227)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFDE1; }

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

This text font color is #FDFDE1.

Background Color

.myBgColor { background-color: #FDFDE1; }

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

This div background color is #FDFDE1.

Border color

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

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

This div border color is #FDFDE1.

Opacity

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

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

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

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

This text has shadow with #FDFDE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDFDE1.

Preview

Color preview on black background

This text has color #FDFDE1 on black background.


Color preview on white background

This text has color #FDFDE1 on white background.


Black color preview on #FDFDE1 background

This text has black color on #FDFDE1 background.


White color preview on #FDFDE1 background

This text has white color on #FDFDE1 background.


Related colors

Complementary color

Complementary color for #hex is #02021E.


I love getcolorcode.com