COLOR #FDF1E5

HEX: #FDF1E5 RGB: (253,241,229)

Color info

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

RGB color model

#FDF1E5 color RGB value is (253,241,229).

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

RGB channels and saturation

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

253
241
229

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

Portions of RGB colors in percentages

R + G + B = 253 + 241 + 229 = 723 (100%)
R 253 of 723 ~ 34.99%
G 241 of 723 ~ 33.33%
B 229 of 723 ~ 31.67'%

%34.99
%33.33
%31.67

CMYK color model

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

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

CMYK: (0,5,9,1)
C0M5Y9K1 (0%, 5%, 9%, 1%)
(0.00 / 0.05 / 0.09 / 0.01)

CMYK percentages

%0
%4.74
%9.49
%0.78

Codes

Color #FDF1E5 in popluar color models

FD F1 E5
RGB 253 241 229
HSL 30° 85.71% 94.51%
HSB/HSV 30° 9.49% 99.22%
CMYK 0.00% 4.74% 9.49%
0.78%

Color #FDF1E5 in popluar number systems.

HEX FD F1 E5
Decimal 253 241 229
Binary 11111101 11110001 11100101
Octal 375 361 345

Shades and tints

Shades of #FDF1E5

#FDF1E5
(253,241,229)
#E6DCD1
(230,220,209)
#CFC7BD
(207,199,189)
#B8B2A9
(184,178,169)
#A19D95
(161,157,149)
#8A8881
(138,136,129)
#73736D
(115,115,109)
#5C5E59
(92,94,89)
#454945
(69,73,69)
#2E3431
(46,52,49)
#171F1D
(23,31,29)
#000000
(0,0,0)

Tints of #FDF1E5

#FDF1E5
(253,241,229)
#FDF2E7
(253,242,231)
#FDF3E9
(253,243,233)
#FDF4EB
(253,244,235)
#FDF5ED
(253,245,237)
#FDF6EF
(253,246,239)
#FDF7F1
(253,247,241)
#FDF8F3
(253,248,243)
#FDF9F5
(253,249,245)
#FDFAF7
(253,250,247)
#FDFBF9
(253,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF1E5; }

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

This text font color is #FDF1E5.

Background Color

.myBgColor { background-color: #FDF1E5; }

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

This div background color is #FDF1E5.

Border color

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

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

This div border color is #FDF1E5.

Opacity

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

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

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

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

This text has shadow with #FDF1E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF1E5.

Preview

Color preview on black background

This text has color #FDF1E5 on black background.


Color preview on white background

This text has color #FDF1E5 on white background.


Black color preview on #FDF1E5 background

This text has black color on #FDF1E5 background.


White color preview on #FDF1E5 background

This text has white color on #FDF1E5 background.


Related colors

Complementary color

Complementary color for #hex is #020E1A.


I love getcolorcode.com

Triadic colors

1 #E5FDF1 and #F1E5FD with #FDF1E5 are triadic colors.

2 #E5F1FD and #F1FDE5 with #FDF1E5 are triadic colors.