COLOR #FDFAED

HEX: #FDFAED
RGB: (253,250,237)

Color info

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

RGB color model

#FDFAED color RGB value is (253,250,237).

  • red value is 253;
  • green value is 250;
  • blue value is 237.
RGB:
(253,250,237)
(99%,98%,93%)

RGB channels and saturation

R 253 of 255 = 99%
G 250 of 255 = 98%
B 237 of 255 = 93%

253
250
237

R + G + B ~ 97%. #FDFAED is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 250 + 237 = 740 (100%)
R 253 of 740 ~ 34.19%
G 250 of 740 ~ 33.78%
B 237 of 740 ~ 32.03%

%34.19
%33.78
%32.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.19%
  • yellow value is 6.32%
  • key color value is 0.78%
CMYK:
(0,1,6,1)
C0M1Y6K1 
(0%,1%,6%,1%)
(0.00/0.01/0.06/0.01)	

CMYK percentages

%0
%1.19
%6.32
%0.78

Codes

Color #FDFAED in popluar color models

FDFAED
RGB253250237
HSL49°80.00%96.08%
HSB/HSV49°6.32%99.22%
CMYK0.00%1.19%6.32%
0.78%

Color #FDFAED in popluar number systems.

HEXFDFAED
Decimal253250237
Binary111111011111101011101101
Octal375372355

Shades and tints

Shades of #FDFAED

#FDFAED
(253,250,237)
#E6E4D8
(230,228,216)
#CFCEC3
(207,206,195)
#B8B8AE
(184,184,174)
#A1A299
(161,162,153)
#8A8C84
(138,140,132)
#73766F
(115,118,111)
#5C605A
(92,96,90)
#454A45
(69,74,69)
#2E3430
(46,52,48)
#171E1B
(23,30,27)
#000000
(0,0,0)

Tints of #FDFAED

#FDFAED
(253,250,237)
#FDFAEE
(253,250,238)
#FDFAEF
(253,250,239)
#FDFAF0
(253,250,240)
#FDFAF1
(253,250,241)
#FDFAF2
(253,250,242)
#FDFAF3
(253,250,243)
#FDFAF4
(253,250,244)
#FDFAF5
(253,250,245)
#FDFAF6
(253,250,246)
#FDFAF7
(253,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDFAED color. Also use rgb(253,250,237) instead hex code.

Text Font Color

.myTextColor { color: #FDFAED; }

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

This text font color is #FDFAED.


Background Color

.myBgColor { background-color: #FDFAED; }

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

This div background color is #FDFAED.


Border color

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

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

This div border color is #FDFAED.


Opacity

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

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

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

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

This text has shadow with #FDFAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDFAED on black background.


Color preview on white background

This text has color #FDFAED on white background.



Black color preview on #FDFAED background

This text has black color on #FDFAED background.


White color preview on #FDFAED background

This text has white color on #FDFAED background.