COLOR #FEF9F5

HEX: #FEF9F5
RGB: (254,249,245)

Color info

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

RGB color model

#FEF9F5 color RGB value is (254,249,245).

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

RGB channels and saturation

R 254 of 255 = 100%
G 249 of 255 = 98%
B 245 of 255 = 96%

254
249
245

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

Portions of RGB colors in percentages

R + G + B =
254 + 249 + 245 = 748 (100%)
R 254 of 748 ~ 33.96%
G 249 of 748 ~ 33.29%
B 245 of 748 ~ 32.75%

%33.96
%33.29
%32.75

CMYK color model

#FEF9F5 color CMYK value is (0,2,4,0).

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

CMYK percentages

%0
%1.97
%3.54
%0.39

Codes

Color #FEF9F5 in popluar color models

FEF9F5
RGB254249245
HSL27°81.82%97.84%
HSB/HSV27°3.54%99.61%
CMYK0.00%1.97%3.54%
0.39%

Color #FEF9F5 in popluar number systems.

HEXFEF9F5
Decimal254249245
Binary111111101111100111110101
Octal376371365

Shades and tints

Shades of #FEF9F5

#FEF9F5
(254,249,245)
#E7E3DF
(231,227,223)
#D0CDC9
(208,205,201)
#B9B7B3
(185,183,179)
#A2A19D
(162,161,157)
#8B8B87
(139,139,135)
#747571
(116,117,113)
#5D5F5B
(93,95,91)
#464945
(70,73,69)
#2F332F
(47,51,47)
#181D19
(24,29,25)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF9F5; }

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

This text font color is #FEF9F5.


Background Color

.myBgColor { background-color: #FEF9F5; }

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

This div background color is #FEF9F5.


Border color

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

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

This div border color is #FEF9F5.


Opacity

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

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

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

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

This text has shadow with #FEF9F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF9F5 on black background.


Color preview on white background

This text has color #FEF9F5 on white background.



Black color preview on #FEF9F5 background

This text has black color on #FEF9F5 background.


White color preview on #FEF9F5 background

This text has white color on #FEF9F5 background.