COLOR #FDF5EB

HEX: #FDF5EB
RGB: (253,245,235)

Color info

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

RGB color model

#FDF5EB color RGB value is (253,245,235).

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

RGB channels and saturation

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

253
245
235

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

Portions of RGB colors in percentages

R + G + B =
253 + 245 + 235 = 733 (100%)
R 253 of 733 ~ 34.52%
G 245 of 733 ~ 33.42%
B 235 of 733 ~ 32.06%

%34.52
%33.42
%32.06

CMYK color model

#FDF5EB color CMYK value is (0,3,7,1).

  • cyan value is 0.00%
  • magenta value is 3.16%
  • yellow value is 7.11%
  • key color value is 0.78%
CMYK:
(0,3,7,1)
C0M3Y7K1 
(0%,3%,7%,1%)
(0.00/0.03/0.07/0.01)	

CMYK percentages

%0
%3.16
%7.11
%0.78

Codes

Color #FDF5EB in popluar color models

FDF5EB
RGB253245235
HSL33°81.82%95.69%
HSB/HSV33°7.11%99.22%
CMYK0.00%3.16%7.11%
0.78%

Color #FDF5EB in popluar number systems.

HEXFDF5EB
Decimal253245235
Binary111111011111010111101011
Octal375365353

Shades and tints

Shades of #FDF5EB

#FDF5EB
(253,245,235)
#E6DFD6
(230,223,214)
#CFC9C1
(207,201,193)
#B8B3AC
(184,179,172)
#A19D97
(161,157,151)
#8A8782
(138,135,130)
#73716D
(115,113,109)
#5C5B58
(92,91,88)
#454543
(69,69,67)
#2E2F2E
(46,47,46)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #FDF5EB

#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)
#FDF5F5
(253,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF5EB; }

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

This text font color is #FDF5EB.


Background Color

.myBgColor { background-color: #FDF5EB; }

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

This div background color is #FDF5EB.


Border color

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

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

This div border color is #FDF5EB.


Opacity

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

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

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

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

This text has shadow with #FDF5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF5EB on black background.


Color preview on white background

This text has color #FDF5EB on white background.



Black color preview on #FDF5EB background

This text has black color on #FDF5EB background.


White color preview on #FDF5EB background

This text has white color on #FDF5EB background.