COLOR #FDF5E7

HEX: #FDF5E7
RGB: (253,245,231)

Color info

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

RGB color model

#FDF5E7 color RGB value is (253,245,231).

  • red value is 253;
  • green value is 245;
  • blue value is 231.
RGB:
(253,245,231)
(99%,96%,91%)

RGB channels and saturation

R 253 of 255 = 99%
G 245 of 255 = 96%
B 231 of 255 = 91%

253
245
231

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

Portions of RGB colors in percentages

R + G + B =
253 + 245 + 231 = 729 (100%)
R 253 of 729 ~ 34.71%
G 245 of 729 ~ 33.61%
B 231 of 729 ~ 31.69%

%34.71
%33.61
%31.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.16%
  • yellow value is 8.70%
  • key color value is 0.78%
CMYK:
(0,3,9,1)
C0M3Y9K1 
(0%,3%,9%,1%)
(0.00/0.03/0.09/0.01)	

CMYK percentages

%0
%3.16
%8.7
%0.78

Codes

Color #FDF5E7 in popluar color models

FDF5E7
RGB253245231
HSL38°84.62%94.90%
HSB/HSV38°8.70%99.22%
CMYK0.00%3.16%8.70%
0.78%

Color #FDF5E7 in popluar number systems.

HEXFDF5E7
Decimal253245231
Binary111111011111010111100111
Octal375365347

Shades and tints

Shades of #FDF5E7

#FDF5E7
(253,245,231)
#E6DFD2
(230,223,210)
#CFC9BD
(207,201,189)
#B8B3A8
(184,179,168)
#A19D93
(161,157,147)
#8A877E
(138,135,126)
#737169
(115,113,105)
#5C5B54
(92,91,84)
#45453F
(69,69,63)
#2E2F2A
(46,47,42)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #FDF5E7

#FDF5E7
(253,245,231)
#FDF5E9
(253,245,233)
#FDF5EB
(253,245,235)
#FDF5ED
(253,245,237)
#FDF5EF
(253,245,239)
#FDF5F1
(253,245,241)
#FDF5F3
(253,245,243)
#FDF5F5
(253,245,245)
#FDF5F7
(253,245,247)
#FDF5F9
(253,245,249)
#FDF5FB
(253,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF5E7; }

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

This text font color is #FDF5E7.


Background Color

.myBgColor { background-color: #FDF5E7; }

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

This div background color is #FDF5E7.


Border color

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

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

This div border color is #FDF5E7.


Opacity

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

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

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

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

This text has shadow with #FDF5E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF5E7 on black background.


Color preview on white background

This text has color #FDF5E7 on white background.



Black color preview on #FDF5E7 background

This text has black color on #FDF5E7 background.


White color preview on #FDF5E7 background

This text has white color on #FDF5E7 background.