COLOR #F8FEF9

HEX: #F8FEF9
RGB: (248,254,249)

Color info

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

RGB color model

#F8FEF9 color RGB value is (248,254,249).

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

RGB channels and saturation

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

248
254
249

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

Portions of RGB colors in percentages

R + G + B =
248 + 254 + 249 = 751 (100%)
R 248 of 751 ~ 33.02%
G 254 of 751 ~ 33.82%
B 249 of 751 ~ 33.16%

%33.02
%33.82
%33.16

CMYK color model

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

  • cyan value is 2.36%
  • magenta value is 0.00%
  • yellow value is 1.97%
  • 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

%2.36
%0
%1.97
%0.39

Codes

Color #F8FEF9 in popluar color models

F8FEF9
RGB248254249
HSL130°75.00%98.43%
HSB/HSV130°2.36%99.61%
CMYK2.36%0.00%1.97%
0.39%

Color #F8FEF9 in popluar number systems.

HEXF8FEF9
Decimal248254249
Binary111110001111111011111001
Octal370376371

Shades and tints

Shades of #F8FEF9

#F8FEF9
(248,254,249)
#E2E7E3
(226,231,227)
#CCD0CD
(204,208,205)
#B6B9B7
(182,185,183)
#A0A2A1
(160,162,161)
#8A8B8B
(138,139,139)
#747475
(116,116,117)
#5E5D5F
(94,93,95)
#484649
(72,70,73)
#322F33
(50,47,51)
#1C181D
(28,24,29)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8FEF9; }

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

This text font color is #F8FEF9.


Background Color

.myBgColor { background-color: #F8FEF9; }

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

This div background color is #F8FEF9.


Border color

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

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

This div border color is #F8FEF9.


Opacity

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

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

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

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

This text has shadow with #F8FEF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8FEF9 on black background.


Color preview on white background

This text has color #F8FEF9 on white background.



Black color preview on #F8FEF9 background

This text has black color on #F8FEF9 background.


White color preview on #F8FEF9 background

This text has white color on #F8FEF9 background.