COLOR #FEFDF9

HEX: #FEFDF9
RGB: (254,253,249)

Color info

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

RGB color model

#FEFDF9 color RGB value is (254,253,249).

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

RGB channels and saturation

R 254 of 255 = 100%
G 253 of 255 = 99%
B 249 of 255 = 98%

254
253
249

R + G + B ~ 99%. #FEFDF9 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 253 + 249 = 756 (100%)
R 254 of 756 ~ 33.6%
G 253 of 756 ~ 33.47%
B 249 of 756 ~ 32.94%

%33.6
%33.47
%32.94

CMYK color model

#FEFDF9 color CMYK value is (0,0,2,0).

  • cyan value is 0.00%
  • magenta value is 0.39%
  • yellow value is 1.97%
  • key color value is 0.39%
CMYK:
(0,0,2,0)
C0M0Y2K0 
(0%,0%,2%,0%)
(0.00/0.00/0.02/0.00)	

CMYK percentages

%0
%0.39
%1.97
%0.39

Codes

Color #FEFDF9 in popluar color models

FEFDF9
RGB254253249
HSL48°71.43%98.63%
HSB/HSV48°1.97%99.61%
CMYK0.00%0.39%1.97%
0.39%

Color #FEFDF9 in popluar number systems.

HEXFEFDF9
Decimal254253249
Binary111111101111110111111001
Octal376375371

Shades and tints

Shades of #FEFDF9

#FEFDF9
(254,253,249)
#E7E6E3
(231,230,227)
#D0CFCD
(208,207,205)
#B9B8B7
(185,184,183)
#A2A1A1
(162,161,161)
#8B8A8B
(139,138,139)
#747375
(116,115,117)
#5D5C5F
(93,92,95)
#464549
(70,69,73)
#2F2E33
(47,46,51)
#18171D
(24,23,29)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFDF9; }

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

This text font color is #FEFDF9.


Background Color

.myBgColor { background-color: #FEFDF9; }

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

This div background color is #FEFDF9.


Border color

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

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

This div border color is #FEFDF9.


Opacity

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

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

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

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

This text has shadow with #FEFDF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEFDF9 on black background.


Color preview on white background

This text has color #FEFDF9 on white background.



Black color preview on #FEFDF9 background

This text has black color on #FEFDF9 background.


White color preview on #FEFDF9 background

This text has white color on #FEFDF9 background.