COLOR #F9FEEE

HEX: #F9FEEE
RGB: (249,254,238)

Color info

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

RGB color model

#F9FEEE color RGB value is (249,254,238).

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

RGB channels and saturation

R 249 of 255 = 98%
G 254 of 255 = 100%
B 238 of 255 = 93%

249
254
238

R + G + B ~ 97%. #F9FEEE is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 254 + 238 = 741 (100%)
R 249 of 741 ~ 33.6%
G 254 of 741 ~ 34.28%
B 238 of 741 ~ 32.12%

%33.6
%34.28
%32.12

CMYK color model

#F9FEEE color CMYK value is (2,0,6,0).

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

CMYK percentages

%1.97
%0
%6.3
%0.39

Codes

Color #F9FEEE in popluar color models

F9FEEE
RGB249254238
HSL79°88.89%96.47%
HSB/HSV79°6.30%99.61%
CMYK1.97%0.00%6.30%
0.39%

Color #F9FEEE in popluar number systems.

HEXF9FEEE
Decimal249254238
Binary111110011111111011101110
Octal371376356

Shades and tints

Shades of #F9FEEE

#F9FEEE
(249,254,238)
#E3E7D9
(227,231,217)
#CDD0C4
(205,208,196)
#B7B9AF
(183,185,175)
#A1A29A
(161,162,154)
#8B8B85
(139,139,133)
#757470
(117,116,112)
#5F5D5B
(95,93,91)
#494646
(73,70,70)
#332F31
(51,47,49)
#1D181C
(29,24,28)
#000000
(0,0,0)

Tints of #F9FEEE

#F9FEEE
(249,254,238)
#F9FEEF
(249,254,239)
#F9FEF0
(249,254,240)
#F9FEF1
(249,254,241)
#F9FEF2
(249,254,242)
#F9FEF3
(249,254,243)
#F9FEF4
(249,254,244)
#F9FEF5
(249,254,245)
#F9FEF6
(249,254,246)
#F9FEF7
(249,254,247)
#F9FEF8
(249,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FEEE; }

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

This text font color is #F9FEEE.


Background Color

.myBgColor { background-color: #F9FEEE; }

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

This div background color is #F9FEEE.


Border color

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

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

This div border color is #F9FEEE.


Opacity

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

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

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

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

This text has shadow with #F9FEEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9FEEE on black background.


Color preview on white background

This text has color #F9FEEE on white background.



Black color preview on #F9FEEE background

This text has black color on #F9FEEE background.


White color preview on #F9FEEE background

This text has white color on #F9FEEE background.