COLOR #FDF9E7

HEX: #FDF9E7
RGB: (253,249,231)

Color info

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

RGB color model

#FDF9E7 color RGB value is (253,249,231).

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

RGB channels and saturation

R 253 of 255 = 99%
G 249 of 255 = 98%
B 231 of 255 = 91%

253
249
231

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

Portions of RGB colors in percentages

R + G + B =
253 + 249 + 231 = 733 (100%)
R 253 of 733 ~ 34.52%
G 249 of 733 ~ 33.97%
B 231 of 733 ~ 31.51%

%34.52
%33.97
%31.51

CMYK color model

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

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

Codes

Color #FDF9E7 in popluar color models

FDF9E7
RGB253249231
HSL49°84.62%94.90%
HSB/HSV49°8.70%99.22%
CMYK0.00%1.58%8.70%
0.78%

Color #FDF9E7 in popluar number systems.

HEXFDF9E7
Decimal253249231
Binary111111011111100111100111
Octal375371347

Shades and tints

Shades of #FDF9E7

#FDF9E7
(253,249,231)
#E6E3D2
(230,227,210)
#CFCDBD
(207,205,189)
#B8B7A8
(184,183,168)
#A1A193
(161,161,147)
#8A8B7E
(138,139,126)
#737569
(115,117,105)
#5C5F54
(92,95,84)
#45493F
(69,73,63)
#2E332A
(46,51,42)
#171D15
(23,29,21)
#000000
(0,0,0)

Tints of #FDF9E7

#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)
#FDF9FB
(253,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF9E7; }

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

This text font color is #FDF9E7.


Background Color

.myBgColor { background-color: #FDF9E7; }

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

This div background color is #FDF9E7.


Border color

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

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

This div border color is #FDF9E7.


Opacity

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

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

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

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

This text has shadow with #FDF9E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF9E7 on black background.


Color preview on white background

This text has color #FDF9E7 on white background.



Black color preview on #FDF9E7 background

This text has black color on #FDF9E7 background.


White color preview on #FDF9E7 background

This text has white color on #FDF9E7 background.