COLOR #FDF5E0

HEX: #FDF5E0
RGB: (253,245,224)

Color info

#FDF5E0 contains red, green and blue colors in about the same proportion. Web safe color of #FDF5E0 is #FFFFCC (or #FFC).

RGB color model

#FDF5E0 color RGB value is (253,245,224).

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

RGB channels and saturation

R 253 of 255 = 99%
G 245 of 255 = 96%
B 224 of 255 = 88%

253
245
224

R + G + B ~ 94%. #FDF5E0 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 245 + 224 = 722 (100%)
R 253 of 722 ~ 35.04%
G 245 of 722 ~ 33.93%
B 224 of 722 ~ 31.02%

%35.04
%33.93
%31.02

CMYK color model

#FDF5E0 color CMYK value is (0,3,11,1).

  • cyan value is 0.00%
  • magenta value is 3.16%
  • yellow value is 11.46%
  • key color value is 0.78%
CMYK:
(0,3,11,1)
C0M3Y11K1 
(0%,3%,11%,1%)
(0.00/0.03/0.11/0.01)	

CMYK percentages

%0
%3.16
%11.46
%0.78

Codes

Color #FDF5E0 in popluar color models

FDF5E0
RGB253245224
HSL43°87.88%93.53%
HSB/HSV43°11.46%99.22%
CMYK0.00%3.16%11.46%
0.78%

Color #FDF5E0 in popluar number systems.

HEXFDF5E0
Decimal253245224
Binary111111011111010111100000
Octal375365340

Shades and tints

Shades of #FDF5E0

#FDF5E0
(253,245,224)
#E6DFCC
(230,223,204)
#CFC9B8
(207,201,184)
#B8B3A4
(184,179,164)
#A19D90
(161,157,144)
#8A877C
(138,135,124)
#737168
(115,113,104)
#5C5B54
(92,91,84)
#454540
(69,69,64)
#2E2F2C
(46,47,44)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #FDF5E0

#FDF5E0
(253,245,224)
#FDF5E2
(253,245,226)
#FDF5E4
(253,245,228)
#FDF5E6
(253,245,230)
#FDF5E8
(253,245,232)
#FDF5EA
(253,245,234)
#FDF5EC
(253,245,236)
#FDF5EE
(253,245,238)
#FDF5F0
(253,245,240)
#FDF5F2
(253,245,242)
#FDF5F4
(253,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF5E0; }

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

This text font color is #FDF5E0.


Background Color

.myBgColor { background-color: #FDF5E0; }

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

This div background color is #FDF5E0.


Border color

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

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

This div border color is #FDF5E0.


Opacity

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

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

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

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

This text has shadow with #FDF5E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF5E0 on black background.


Color preview on white background

This text has color #FDF5E0 on white background.



Black color preview on #FDF5E0 background

This text has black color on #FDF5E0 background.


White color preview on #FDF5E0 background

This text has white color on #FDF5E0 background.