COLOR #FDF9E9

HEX: #FDF9E9
RGB: (253,249,233)

Color info

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

RGB color model

#FDF9E9 color RGB value is (253,249,233).

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

RGB channels and saturation

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

253
249
233

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

Portions of RGB colors in percentages

R + G + B =
253 + 249 + 233 = 735 (100%)
R 253 of 735 ~ 34.42%
G 249 of 735 ~ 33.88%
B 233 of 735 ~ 31.7%

%34.42
%33.88
%31.7

CMYK color model

#FDF9E9 color CMYK value is (0,2,8,1).

  • cyan value is 0.00%
  • magenta value is 1.58%
  • yellow value is 7.91%
  • key color value is 0.78%
CMYK:
(0,2,8,1)
C0M2Y8K1 
(0%,2%,8%,1%)
(0.00/0.02/0.08/0.01)	

CMYK percentages

%0
%1.58
%7.91
%0.78

Codes

Color #FDF9E9 in popluar color models

FDF9E9
RGB253249233
HSL48°83.33%95.29%
HSB/HSV48°7.91%99.22%
CMYK0.00%1.58%7.91%
0.78%

Color #FDF9E9 in popluar number systems.

HEXFDF9E9
Decimal253249233
Binary111111011111100111101001
Octal375371351

Shades and tints

Shades of #FDF9E9

#FDF9E9
(253,249,233)
#E6E3D4
(230,227,212)
#CFCDBF
(207,205,191)
#B8B7AA
(184,183,170)
#A1A195
(161,161,149)
#8A8B80
(138,139,128)
#73756B
(115,117,107)
#5C5F56
(92,95,86)
#454941
(69,73,65)
#2E332C
(46,51,44)
#171D17
(23,29,23)
#000000
(0,0,0)

Tints of #FDF9E9

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

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF9E9; }

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

This text font color is #FDF9E9.


Background Color

.myBgColor { background-color: #FDF9E9; }

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

This div background color is #FDF9E9.


Border color

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

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

This div border color is #FDF9E9.


Opacity

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

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

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

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

This text has shadow with #FDF9E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF9E9 on black background.


Color preview on white background

This text has color #FDF9E9 on white background.



Black color preview on #FDF9E9 background

This text has black color on #FDF9E9 background.


White color preview on #FDF9E9 background

This text has white color on #FDF9E9 background.