COLOR #FEFDF5

HEX: #FEFDF5
RGB: (254,253,245)

Color info

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

RGB color model

#FEFDF5 color RGB value is (254,253,245).

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

RGB channels and saturation

R 254 of 255 = 100%
G 253 of 255 = 99%
B 245 of 255 = 96%

254
253
245

R + G + B ~ 98%. #FEFDF5 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 253 + 245 = 752 (100%)
R 254 of 752 ~ 33.78%
G 253 of 752 ~ 33.64%
B 245 of 752 ~ 32.58%

%33.78
%33.64
%32.58

CMYK color model

#FEFDF5 color CMYK value is (0,0,4,0).

  • cyan value is 0.00%
  • magenta value is 0.39%
  • yellow value is 3.54%
  • key color value is 0.39%
CMYK:
(0,0,4,0)
C0M0Y4K0 
(0%,0%,4%,0%)
(0.00/0.00/0.04/0.00)	

CMYK percentages

%0
%0.39
%3.54
%0.39

Codes

Color #FEFDF5 in popluar color models

FEFDF5
RGB254253245
HSL53°81.82%97.84%
HSB/HSV53°3.54%99.61%
CMYK0.00%0.39%3.54%
0.39%

Color #FEFDF5 in popluar number systems.

HEXFEFDF5
Decimal254253245
Binary111111101111110111110101
Octal376375365

Shades and tints

Shades of #FEFDF5

#FEFDF5
(254,253,245)
#E7E6DF
(231,230,223)
#D0CFC9
(208,207,201)
#B9B8B3
(185,184,179)
#A2A19D
(162,161,157)
#8B8A87
(139,138,135)
#747371
(116,115,113)
#5D5C5B
(93,92,91)
#464545
(70,69,69)
#2F2E2F
(47,46,47)
#181719
(24,23,25)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFDF5; }

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

This text font color is #FEFDF5.


Background Color

.myBgColor { background-color: #FEFDF5; }

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

This div background color is #FEFDF5.


Border color

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

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

This div border color is #FEFDF5.


Opacity

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

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

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

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

This text has shadow with #FEFDF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEFDF5 on black background.


Color preview on white background

This text has color #FEFDF5 on white background.



Black color preview on #FEFDF5 background

This text has black color on #FEFDF5 background.


White color preview on #FEFDF5 background

This text has white color on #FEFDF5 background.