COLOR #FEF9FA

HEX: #FEF9FA
RGB: (254,249,250)

Color info

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

RGB color model

#FEF9FA color RGB value is (254,249,250).

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

RGB channels and saturation

R 254 of 255 = 100%
G 249 of 255 = 98%
B 250 of 255 = 98%

254
249
250

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

Portions of RGB colors in percentages

R + G + B =
254 + 249 + 250 = 753 (100%)
R 254 of 753 ~ 33.73%
G 249 of 753 ~ 33.07%
B 250 of 753 ~ 33.2%

%33.73
%33.07
%33.2

CMYK color model

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

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

CMYK percentages

%0
%1.97
%1.57
%0.39

Codes

Color #FEF9FA in popluar color models

FEF9FA
RGB254249250
HSL348°71.43%98.63%
HSB/HSV348°1.97%99.61%
CMYK0.00%1.97%1.57%
0.39%

Color #FEF9FA in popluar number systems.

HEXFEF9FA
Decimal254249250
Binary111111101111100111111010
Octal376371372

Shades and tints

Shades of #FEF9FA

#FEF9FA
(254,249,250)
#E7E3E4
(231,227,228)
#D0CDCE
(208,205,206)
#B9B7B8
(185,183,184)
#A2A1A2
(162,161,162)
#8B8B8C
(139,139,140)
#747576
(116,117,118)
#5D5F60
(93,95,96)
#46494A
(70,73,74)
#2F3334
(47,51,52)
#181D1E
(24,29,30)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF9FA; }

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

This text font color is #FEF9FA.


Background Color

.myBgColor { background-color: #FEF9FA; }

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

This div background color is #FEF9FA.


Border color

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

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

This div border color is #FEF9FA.


Opacity

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

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

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

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

This text has shadow with #FEF9FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF9FA on black background.


Color preview on white background

This text has color #FEF9FA on white background.



Black color preview on #FEF9FA background

This text has black color on #FEF9FA background.


White color preview on #FEF9FA background

This text has white color on #FEF9FA background.