COLOR #FDF5EA

HEX: #FDF5EA
RGB: (253,245,234)

Color info

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

RGB color model

#FDF5EA color RGB value is (253,245,234).

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

RGB channels and saturation

R 253 of 255 = 99%
G 245 of 255 = 96%
B 234 of 255 = 92%

253
245
234

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

Portions of RGB colors in percentages

R + G + B =
253 + 245 + 234 = 732 (100%)
R 253 of 732 ~ 34.56%
G 245 of 732 ~ 33.47%
B 234 of 732 ~ 31.97%

%34.56
%33.47
%31.97

CMYK color model

#FDF5EA color CMYK value is (0,3,8,1).

  • cyan value is 0.00%
  • magenta value is 3.16%
  • yellow value is 7.51%
  • key color value is 0.78%
CMYK:
(0,3,8,1)
C0M3Y8K1 
(0%,3%,8%,1%)
(0.00/0.03/0.08/0.01)	

CMYK percentages

%0
%3.16
%7.51
%0.78

Codes

Color #FDF5EA in popluar color models

FDF5EA
RGB253245234
HSL35°82.61%95.49%
HSB/HSV35°7.51%99.22%
CMYK0.00%3.16%7.51%
0.78%

Color #FDF5EA in popluar number systems.

HEXFDF5EA
Decimal253245234
Binary111111011111010111101010
Octal375365352

Shades and tints

Shades of #FDF5EA

#FDF5EA
(253,245,234)
#E6DFD5
(230,223,213)
#CFC9C0
(207,201,192)
#B8B3AB
(184,179,171)
#A19D96
(161,157,150)
#8A8781
(138,135,129)
#73716C
(115,113,108)
#5C5B57
(92,91,87)
#454542
(69,69,66)
#2E2F2D
(46,47,45)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #FDF5EA

#FDF5EA
(253,245,234)
#FDF5EB
(253,245,235)
#FDF5EC
(253,245,236)
#FDF5ED
(253,245,237)
#FDF5EE
(253,245,238)
#FDF5EF
(253,245,239)
#FDF5F0
(253,245,240)
#FDF5F1
(253,245,241)
#FDF5F2
(253,245,242)
#FDF5F3
(253,245,243)
#FDF5F4
(253,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF5EA; }

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

This text font color is #FDF5EA.


Background Color

.myBgColor { background-color: #FDF5EA; }

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

This div background color is #FDF5EA.


Border color

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

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

This div border color is #FDF5EA.


Opacity

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

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

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

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

This text has shadow with #FDF5EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF5EA on black background.


Color preview on white background

This text has color #FDF5EA on white background.



Black color preview on #FDF5EA background

This text has black color on #FDF5EA background.


White color preview on #FDF5EA background

This text has white color on #FDF5EA background.