COLOR #FDF9E5

HEX: #FDF9E5 RGB: (253,249,229)

Color info

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

RGB color model

#FDF9E5 color RGB value is (253,249,229).

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

RGB channels and saturation

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

253
249
229

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

Portions of RGB colors in percentages

R + G + B = 253 + 249 + 229 = 731 (100%)
R 253 of 731 ~ 34.61%
G 249 of 731 ~ 34.06%
B 229 of 731 ~ 31.33'%

%34.61
%34.06
%31.33

CMYK color model

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

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

CMYK: (0,2,9,1)
C0M2Y9K1 (0%, 2%, 9%, 1%)
(0.00 / 0.02 / 0.09 / 0.01)

CMYK percentages

%0
%1.58
%9.49
%0.78

Codes

Color #FDF9E5 in popluar color models

FD F9 E5
RGB 253 249 229
HSL 50° 85.71% 94.51%
HSB/HSV 50° 9.49% 99.22%
CMYK 0.00% 1.58% 9.49%
0.78%

Color #FDF9E5 in popluar number systems.

HEX FD F9 E5
Decimal 253 249 229
Binary 11111101 11111001 11100101
Octal 375 371 345

Shades and tints

Shades of #FDF9E5

#FDF9E5
(253,249,229)
#E6E3D1
(230,227,209)
#CFCDBD
(207,205,189)
#B8B7A9
(184,183,169)
#A1A195
(161,161,149)
#8A8B81
(138,139,129)
#73756D
(115,117,109)
#5C5F59
(92,95,89)
#454945
(69,73,69)
#2E3331
(46,51,49)
#171D1D
(23,29,29)
#000000
(0,0,0)

Tints of #FDF9E5

#FDF9E5
(253,249,229)
#FDF9E7
(253,249,231)
#FDF9E9
(253,249,233)
#FDF9EB
(253,249,235)
#FDF9ED
(253,249,237)
#FDF9EF
(253,249,239)
#FDF9F1
(253,249,241)
#FDF9F3
(253,249,243)
#FDF9F5
(253,249,245)
#FDF9F7
(253,249,247)
#FDF9F9
(253,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF9E5; }

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

This text font color is #FDF9E5.

Background Color

.myBgColor { background-color: #FDF9E5; }

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

This div background color is #FDF9E5.

Border color

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

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

This div border color is #FDF9E5.

Opacity

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

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

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

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

This text has shadow with #FDF9E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF9E5.

Preview

Color preview on black background

This text has color #FDF9E5 on black background.


Color preview on white background

This text has color #FDF9E5 on white background.


Black color preview on #FDF9E5 background

This text has black color on #FDF9E5 background.


White color preview on #FDF9E5 background

This text has white color on #FDF9E5 background.


Related colors

Complementary color

Complementary color for #hex is #02061A.


I love getcolorcode.com

Triadic colors

1 #E5FDF9 and #F9E5FD with #FDF9E5 are triadic colors.

2 #E5F9FD and #F9FDE5 with #FDF9E5 are triadic colors.