COLOR #F9FEFA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

249
254
250

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

Portions of RGB colors in percentages

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

%33.07
%33.73
%33.2

CMYK color model

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

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

CMYK percentages

%1.97
%0
%1.57
%0.39

Codes

Color #F9FEFA in popluar color models

F9FEFA
RGB249254250
HSL132°71.43%98.63%
HSB/HSV132°1.97%99.61%
CMYK1.97%0.00%1.57%
0.39%

Color #F9FEFA in popluar number systems.

HEXF9FEFA
Decimal249254250
Binary111110011111111011111010
Octal371376372

Shades and tints

Shades of #F9FEFA

#F9FEFA
(249,254,250)
#E3E7E4
(227,231,228)
#CDD0CE
(205,208,206)
#B7B9B8
(183,185,184)
#A1A2A2
(161,162,162)
#8B8B8C
(139,139,140)
#757476
(117,116,118)
#5F5D60
(95,93,96)
#49464A
(73,70,74)
#332F34
(51,47,52)
#1D181E
(29,24,30)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FEFA; }

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

This text font color is #F9FEFA.


Background Color

.myBgColor { background-color: #F9FEFA; }

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

This div background color is #F9FEFA.


Border color

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

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

This div border color is #F9FEFA.


Opacity

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

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

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

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

This text has shadow with #F9FEFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9FEFA on black background.


Color preview on white background

This text has color #F9FEFA on white background.



Black color preview on #F9FEFA background

This text has black color on #F9FEFA background.


White color preview on #F9FEFA background

This text has white color on #F9FEFA background.