COLOR #FDF1E7

HEX: #FDF1E7
RGB: (253,241,231)

Color info

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

RGB color model

#FDF1E7 color RGB value is (253,241,231).

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

RGB channels and saturation

R 253 of 255 = 99%
G 241 of 255 = 95%
B 231 of 255 = 91%

253
241
231

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

Portions of RGB colors in percentages

R + G + B =
253 + 241 + 231 = 725 (100%)
R 253 of 725 ~ 34.9%
G 241 of 725 ~ 33.24%
B 231 of 725 ~ 31.86%

%34.9
%33.24
%31.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.74%
  • yellow value is 8.70%
  • 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
%8.7
%0.78

Codes

Color #FDF1E7 in popluar color models

FDF1E7
RGB253241231
HSL27°84.62%94.90%
HSB/HSV27°8.70%99.22%
CMYK0.00%4.74%8.70%
0.78%

Color #FDF1E7 in popluar number systems.

HEXFDF1E7
Decimal253241231
Binary111111011111000111100111
Octal375361347

Shades and tints

Shades of #FDF1E7

#FDF1E7
(253,241,231)
#E6DCD2
(230,220,210)
#CFC7BD
(207,199,189)
#B8B2A8
(184,178,168)
#A19D93
(161,157,147)
#8A887E
(138,136,126)
#737369
(115,115,105)
#5C5E54
(92,94,84)
#45493F
(69,73,63)
#2E342A
(46,52,42)
#171F15
(23,31,21)
#000000
(0,0,0)

Tints of #FDF1E7

#FDF1E7
(253,241,231)
#FDF2E9
(253,242,233)
#FDF3EB
(253,243,235)
#FDF4ED
(253,244,237)
#FDF5EF
(253,245,239)
#FDF6F1
(253,246,241)
#FDF7F3
(253,247,243)
#FDF8F5
(253,248,245)
#FDF9F7
(253,249,247)
#FDFAF9
(253,250,249)
#FDFBFB
(253,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF1E7; }

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

This text font color is #FDF1E7.


Background Color

.myBgColor { background-color: #FDF1E7; }

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

This div background color is #FDF1E7.


Border color

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

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

This div border color is #FDF1E7.


Opacity

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

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

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

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

This text has shadow with #FDF1E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF1E7 on black background.


Color preview on white background

This text has color #FDF1E7 on white background.



Black color preview on #FDF1E7 background

This text has black color on #FDF1E7 background.


White color preview on #FDF1E7 background

This text has white color on #FDF1E7 background.