COLOR #FEFCF9

HEX: #FEFCF9
RGB: (254,252,249)

Color info

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

RGB color model

#FEFCF9 color RGB value is (254,252,249).

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

RGB channels and saturation

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

254
252
249

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

Portions of RGB colors in percentages

R + G + B =
254 + 252 + 249 = 755 (100%)
R 254 of 755 ~ 33.64%
G 252 of 755 ~ 33.38%
B 249 of 755 ~ 32.98%

%33.64
%33.38
%32.98

CMYK color model

#FEFCF9 color CMYK value is (0,1,2,0).

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

CMYK percentages

%0
%0.79
%1.97
%0.39

Codes

Color #FEFCF9 in popluar color models

FEFCF9
RGB254252249
HSL36°71.43%98.63%
HSB/HSV36°1.97%99.61%
CMYK0.00%0.79%1.97%
0.39%

Color #FEFCF9 in popluar number systems.

HEXFEFCF9
Decimal254252249
Binary111111101111110011111001
Octal376374371

Shades and tints

Shades of #FEFCF9

#FEFCF9
(254,252,249)
#E7E6E3
(231,230,227)
#D0D0CD
(208,208,205)
#B9BAB7
(185,186,183)
#A2A4A1
(162,164,161)
#8B8E8B
(139,142,139)
#747875
(116,120,117)
#5D625F
(93,98,95)
#464C49
(70,76,73)
#2F3633
(47,54,51)
#18201D
(24,32,29)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFCF9; }

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

This text font color is #FEFCF9.


Background Color

.myBgColor { background-color: #FEFCF9; }

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

This div background color is #FEFCF9.


Border color

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

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

This div border color is #FEFCF9.


Opacity

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

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

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

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

This text has shadow with #FEFCF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEFCF9 on black background.


Color preview on white background

This text has color #FEFCF9 on white background.



Black color preview on #FEFCF9 background

This text has black color on #FEFCF9 background.


White color preview on #FEFCF9 background

This text has white color on #FEFCF9 background.