COLOR #F9FFEE

HEX: #F9FFEE
RGB: (249,255,238)

Color info

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

RGB color model

#F9FFEE color RGB value is (249,255,238).

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

RGB channels and saturation

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

249
255
238

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

Portions of RGB colors in percentages

R + G + B =
249 + 255 + 238 = 742 (100%)
R 249 of 742 ~ 33.56%
G 255 of 742 ~ 34.37%
B 238 of 742 ~ 32.08%

%33.56
%34.37
%32.08

CMYK color model

#F9FFEE color CMYK value is (2,0,7,0).

  • cyan value is 2.35%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 0.00%
CMYK:
(2,0,7,0)
C2M0Y7K0 
(2%,0%,7%,0%)
(0.02/0.00/0.07/0.00)	

CMYK percentages

%2.35
%0
%6.67
%0

Codes

Color #F9FFEE in popluar color models

F9FFEE
RGB249255238
HSL81°100.00%96.67%
HSB/HSV81°6.67%100.00%
CMYK2.35%0.00%6.67%
0.00%

Color #F9FFEE in popluar number systems.

HEXF9FFEE
Decimal249255238
Binary111110011111111111101110
Octal371377356

Shades and tints

Shades of #F9FFEE

#F9FFEE
(249,255,238)
#E3E8D9
(227,232,217)
#CDD1C4
(205,209,196)
#B7BAAF
(183,186,175)
#A1A39A
(161,163,154)
#8B8C85
(139,140,133)
#757570
(117,117,112)
#5F5E5B
(95,94,91)
#494746
(73,71,70)
#333031
(51,48,49)
#1D191C
(29,25,28)
#000000
(0,0,0)

Tints of #F9FFEE

#F9FFEE
(249,255,238)
#F9FFEF
(249,255,239)
#F9FFF0
(249,255,240)
#F9FFF1
(249,255,241)
#F9FFF2
(249,255,242)
#F9FFF3
(249,255,243)
#F9FFF4
(249,255,244)
#F9FFF5
(249,255,245)
#F9FFF6
(249,255,246)
#F9FFF7
(249,255,247)
#F9FFF8
(249,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FFEE; }

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

This text font color is #F9FFEE.


Background Color

.myBgColor { background-color: #F9FFEE; }

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

This div background color is #F9FFEE.


Border color

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

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

This div border color is #F9FFEE.


Opacity

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

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

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

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

This text has shadow with #F9FFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9FFEE on black background.


Color preview on white background

This text has color #F9FFEE on white background.



Black color preview on #F9FFEE background

This text has black color on #F9FFEE background.


White color preview on #F9FFEE background

This text has white color on #F9FFEE background.