COLOR #FDF3EA

HEX: #FDF3EA
RGB: (253,243,234)

Color info

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

RGB color model

#FDF3EA color RGB value is (253,243,234).

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

RGB channels and saturation

R 253 of 255 = 99%
G 243 of 255 = 95%
B 234 of 255 = 92%

253
243
234

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

Portions of RGB colors in percentages

R + G + B =
253 + 243 + 234 = 730 (100%)
R 253 of 730 ~ 34.66%
G 243 of 730 ~ 33.29%
B 234 of 730 ~ 32.05%

%34.66
%33.29
%32.05

CMYK color model

#FDF3EA color CMYK value is (0,4,8,1).

  • cyan value is 0.00%
  • magenta value is 3.95%
  • yellow value is 7.51%
  • key color value is 0.78%
CMYK:
(0,4,8,1)
C0M4Y8K1 
(0%,4%,8%,1%)
(0.00/0.04/0.08/0.01)	

CMYK percentages

%0
%3.95
%7.51
%0.78

Codes

Color #FDF3EA in popluar color models

FDF3EA
RGB253243234
HSL28°82.61%95.49%
HSB/HSV28°7.51%99.22%
CMYK0.00%3.95%7.51%
0.78%

Color #FDF3EA in popluar number systems.

HEXFDF3EA
Decimal253243234
Binary111111011111001111101010
Octal375363352

Shades and tints

Shades of #FDF3EA

#FDF3EA
(253,243,234)
#E6DDD5
(230,221,213)
#CFC7C0
(207,199,192)
#B8B1AB
(184,177,171)
#A19B96
(161,155,150)
#8A8581
(138,133,129)
#736F6C
(115,111,108)
#5C5957
(92,89,87)
#454342
(69,67,66)
#2E2D2D
(46,45,45)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #FDF3EA

#FDF3EA
(253,243,234)
#FDF4EB
(253,244,235)
#FDF5EC
(253,245,236)
#FDF6ED
(253,246,237)
#FDF7EE
(253,247,238)
#FDF8EF
(253,248,239)
#FDF9F0
(253,249,240)
#FDFAF1
(253,250,241)
#FDFBF2
(253,251,242)
#FDFCF3
(253,252,243)
#FDFDF4
(253,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF3EA; }

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

This text font color is #FDF3EA.


Background Color

.myBgColor { background-color: #FDF3EA; }

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

This div background color is #FDF3EA.


Border color

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

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

This div border color is #FDF3EA.


Opacity

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

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

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

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

This text has shadow with #FDF3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF3EA on black background.


Color preview on white background

This text has color #FDF3EA on white background.



Black color preview on #FDF3EA background

This text has black color on #FDF3EA background.


White color preview on #FDF3EA background

This text has white color on #FDF3EA background.