COLOR #FDF3ED

HEX: #FDF3ED
RGB: (253,243,237)

Color info

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

RGB color model

#FDF3ED color RGB value is (253,243,237).

  • red value is 253;
  • green value is 243;
  • blue value is 237.
RGB:
(253,243,237)
(99%,95%,93%)

RGB channels and saturation

R 253 of 255 = 99%
G 243 of 255 = 95%
B 237 of 255 = 93%

253
243
237

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

Portions of RGB colors in percentages

R + G + B =
253 + 243 + 237 = 733 (100%)
R 253 of 733 ~ 34.52%
G 243 of 733 ~ 33.15%
B 237 of 733 ~ 32.33%

%34.52
%33.15
%32.33

CMYK color model

#FDF3ED color CMYK value is (0,4,6,1).

  • cyan value is 0.00%
  • magenta value is 3.95%
  • yellow value is 6.32%
  • key color value is 0.78%
CMYK:
(0,4,6,1)
C0M4Y6K1 
(0%,4%,6%,1%)
(0.00/0.04/0.06/0.01)	

CMYK percentages

%0
%3.95
%6.32
%0.78

Codes

Color #FDF3ED in popluar color models

FDF3ED
RGB253243237
HSL22°80.00%96.08%
HSB/HSV22°6.32%99.22%
CMYK0.00%3.95%6.32%
0.78%

Color #FDF3ED in popluar number systems.

HEXFDF3ED
Decimal253243237
Binary111111011111001111101101
Octal375363355

Shades and tints

Shades of #FDF3ED

#FDF3ED
(253,243,237)
#E6DDD8
(230,221,216)
#CFC7C3
(207,199,195)
#B8B1AE
(184,177,174)
#A19B99
(161,155,153)
#8A8584
(138,133,132)
#736F6F
(115,111,111)
#5C595A
(92,89,90)
#454345
(69,67,69)
#2E2D30
(46,45,48)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #FDF3ED

#FDF3ED
(253,243,237)
#FDF4EE
(253,244,238)
#FDF5EF
(253,245,239)
#FDF6F0
(253,246,240)
#FDF7F1
(253,247,241)
#FDF8F2
(253,248,242)
#FDF9F3
(253,249,243)
#FDFAF4
(253,250,244)
#FDFBF5
(253,251,245)
#FDFCF6
(253,252,246)
#FDFDF7
(253,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDF3ED color. Also use rgb(253,243,237) instead hex code.

Text Font Color

.myTextColor { color: #FDF3ED; }

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

This text font color is #FDF3ED.


Background Color

.myBgColor { background-color: #FDF3ED; }

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

This div background color is #FDF3ED.


Border color

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

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

This div border color is #FDF3ED.


Opacity

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

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

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

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

This text has shadow with #FDF3ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF3ED on black background.


Color preview on white background

This text has color #FDF3ED on white background.



Black color preview on #FDF3ED background

This text has black color on #FDF3ED background.


White color preview on #FDF3ED background

This text has white color on #FDF3ED background.