COLOR #F9FFFD

HEX: #F9FFFD
RGB: (249,255,253)

Color info

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

RGB color model

#F9FFFD color RGB value is (249,255,253).

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

RGB channels and saturation

R 249 of 255 = 98%
G 255 of 255 = 100%
B 253 of 255 = 99%

249
255
253

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

Portions of RGB colors in percentages

R + G + B =
249 + 255 + 253 = 757 (100%)
R 249 of 757 ~ 32.89%
G 255 of 757 ~ 33.69%
B 253 of 757 ~ 33.42%

%32.89
%33.69
%33.42

CMYK color model

#F9FFFD color CMYK value is (2,0,1,0).

  • cyan value is 2.35%
  • magenta value is 0.00%
  • yellow value is 0.78%
  • key color value is 0.00%
CMYK:
(2,0,1,0)
C2M0Y1K0 
(2%,0%,1%,0%)
(0.02/0.00/0.01/0.00)	

CMYK percentages

%2.35
%0
%0.78
%0

Codes

Color #F9FFFD in popluar color models

F9FFFD
RGB249255253
HSL160°100.00%98.82%
HSB/HSV160°2.35%100.00%
CMYK2.35%0.00%0.78%
0.00%

Color #F9FFFD in popluar number systems.

HEXF9FFFD
Decimal249255253
Binary111110011111111111111101
Octal371377375

Shades and tints

Shades of #F9FFFD

#F9FFFD
(249,255,253)
#E3E8E6
(227,232,230)
#CDD1CF
(205,209,207)
#B7BAB8
(183,186,184)
#A1A3A1
(161,163,161)
#8B8C8A
(139,140,138)
#757573
(117,117,115)
#5F5E5C
(95,94,92)
#494745
(73,71,69)
#33302E
(51,48,46)
#1D1917
(29,25,23)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FFFD; }

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

This text font color is #F9FFFD.


Background Color

.myBgColor { background-color: #F9FFFD; }

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

This div background color is #F9FFFD.


Border color

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

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

This div border color is #F9FFFD.


Opacity

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

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

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

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

This text has shadow with #F9FFFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9FFFD on black background.


Color preview on white background

This text has color #F9FFFD on white background.



Black color preview on #F9FFFD background

This text has black color on #F9FFFD background.


White color preview on #F9FFFD background

This text has white color on #F9FFFD background.