COLOR #F9F8FF

HEX: #F9F8FF
RGB: (249,248,255)

Color info

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

RGB color model

#F9F8FF color RGB value is (249,248,255).

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

RGB channels and saturation

R 249 of 255 = 98%
G 248 of 255 = 97%
B 255 of 255 = 100%

249
248
255

R + G + B ~ 98%. #F9F8FF is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 248 + 255 = 752 (100%)
R 249 of 752 ~ 33.11%
G 248 of 752 ~ 32.98%
B 255 of 752 ~ 33.91%

%33.11
%32.98
%33.91

CMYK color model

#F9F8FF color CMYK value is (2,3,0,0).

  • cyan value is 2.35%
  • magenta value is 2.75%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(2,3,0,0)
C2M3Y0K0 
(2%,3%,0%,0%)
(0.02/0.03/0.00/0.00)	

CMYK percentages

%2.35
%2.75
%0
%0

Codes

Color #F9F8FF in popluar color models

F9F8FF
RGB249248255
HSL249°100.00%98.63%
HSB/HSV249°2.75%100.00%
CMYK2.35%2.75%0.00%
0.00%

Color #F9F8FF in popluar number systems.

HEXF9F8FF
Decimal249248255
Binary111110011111100011111111
Octal371370377

Shades and tints

Shades of #F9F8FF

#F9F8FF
(249,248,255)
#E3E2E8
(227,226,232)
#CDCCD1
(205,204,209)
#B7B6BA
(183,182,186)
#A1A0A3
(161,160,163)
#8B8A8C
(139,138,140)
#757475
(117,116,117)
#5F5E5E
(95,94,94)
#494847
(73,72,71)
#333230
(51,50,48)
#1D1C19
(29,28,25)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9F8FF; }

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

This text font color is #F9F8FF.


Background Color

.myBgColor { background-color: #F9F8FF; }

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

This div background color is #F9F8FF.


Border color

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

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

This div border color is #F9F8FF.


Opacity

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

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

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

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

This text has shadow with #F9F8FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9F8FF on black background.


Color preview on white background

This text has color #F9F8FF on white background.



Black color preview on #F9F8FF background

This text has black color on #F9F8FF background.


White color preview on #F9F8FF background

This text has white color on #F9F8FF background.