COLOR #FDF3EE

HEX: #FDF3EE
RGB: (253,243,238)

Color info

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

RGB color model

#FDF3EE color RGB value is (253,243,238).

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

RGB channels and saturation

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

253
243
238

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

Portions of RGB colors in percentages

R + G + B =
253 + 243 + 238 = 734 (100%)
R 253 of 734 ~ 34.47%
G 243 of 734 ~ 33.11%
B 238 of 734 ~ 32.43%

%34.47
%33.11
%32.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.95%
  • yellow value is 5.93%
  • 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
%5.93
%0.78

Codes

Color #FDF3EE in popluar color models

FDF3EE
RGB253243238
HSL20°78.95%96.27%
HSB/HSV20°5.93%99.22%
CMYK0.00%3.95%5.93%
0.78%

Color #FDF3EE in popluar number systems.

HEXFDF3EE
Decimal253243238
Binary111111011111001111101110
Octal375363356

Shades and tints

Shades of #FDF3EE

#FDF3EE
(253,243,238)
#E6DDD9
(230,221,217)
#CFC7C4
(207,199,196)
#B8B1AF
(184,177,175)
#A19B9A
(161,155,154)
#8A8585
(138,133,133)
#736F70
(115,111,112)
#5C595B
(92,89,91)
#454346
(69,67,70)
#2E2D31
(46,45,49)
#17171C
(23,23,28)
#000000
(0,0,0)

Tints of #FDF3EE

#FDF3EE
(253,243,238)
#FDF4EF
(253,244,239)
#FDF5F0
(253,245,240)
#FDF6F1
(253,246,241)
#FDF7F2
(253,247,242)
#FDF8F3
(253,248,243)
#FDF9F4
(253,249,244)
#FDFAF5
(253,250,245)
#FDFBF6
(253,251,246)
#FDFCF7
(253,252,247)
#FDFDF8
(253,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF3EE; }

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

This text font color is #FDF3EE.


Background Color

.myBgColor { background-color: #FDF3EE; }

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

This div background color is #FDF3EE.


Border color

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

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

This div border color is #FDF3EE.


Opacity

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

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

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

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

This text has shadow with #FDF3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF3EE on black background.


Color preview on white background

This text has color #FDF3EE on white background.



Black color preview on #FDF3EE background

This text has black color on #FDF3EE background.


White color preview on #FDF3EE background

This text has white color on #FDF3EE background.