COLOR #F8F8FA

HEX: #F8F8FA
RGB: (248,248,250)

Color info

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

RGB color model

#F8F8FA color RGB value is (248,248,250).

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

RGB channels and saturation

R 248 of 255 = 97%
G 248 of 255 = 97%
B 250 of 255 = 98%

248
248
250

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

Portions of RGB colors in percentages

R + G + B =
248 + 248 + 250 = 746 (100%)
R 248 of 746 ~ 33.24%
G 248 of 746 ~ 33.24%
B 250 of 746 ~ 33.51%

%33.24
%33.24
%33.51

CMYK color model

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

  • cyan value is 0.80%
  • magenta value is 0.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(1,1,0,2)
C1M1Y0K2 
(1%,1%,0%,2%)
(0.01/0.01/0.00/0.02)	

CMYK percentages

%0.8
%0.8
%0
%1.96

Codes

Color #F8F8FA in popluar color models

F8F8FA
RGB248248250
HSL240°16.67%97.65%
HSB/HSV240°0.80%98.04%
CMYK0.80%0.80%0.00%
1.96%

Color #F8F8FA in popluar number systems.

HEXF8F8FA
Decimal248248250
Binary111110001111100011111010
Octal370370372

Shades and tints

Shades of #F8F8FA

#F8F8FA
(248,248,250)
#E2E2E4
(226,226,228)
#CCCCCE
(204,204,206)
#B6B6B8
(182,182,184)
#A0A0A2
(160,160,162)
#8A8A8C
(138,138,140)
#747476
(116,116,118)
#5E5E60
(94,94,96)
#48484A
(72,72,74)
#323234
(50,50,52)
#1C1C1E
(28,28,30)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8F8FA; }

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

This text font color is #F8F8FA.


Background Color

.myBgColor { background-color: #F8F8FA; }

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

This div background color is #F8F8FA.


Border color

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

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

This div border color is #F8F8FA.


Opacity

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

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

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

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

This text has shadow with #F8F8FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8F8FA on black background.


Color preview on white background

This text has color #F8F8FA on white background.



Black color preview on #F8F8FA background

This text has black color on #F8F8FA background.


White color preview on #F8F8FA background

This text has white color on #F8F8FA background.