COLOR #F8FAFD

HEX: #F8FAFD
RGB: (248,250,253)

Color info

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

RGB color model

#F8FAFD color RGB value is (248,250,253).

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

RGB channels and saturation

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

248
250
253

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

Portions of RGB colors in percentages

R + G + B =
248 + 250 + 253 = 751 (100%)
R 248 of 751 ~ 33.02%
G 250 of 751 ~ 33.29%
B 253 of 751 ~ 33.69%

%33.02
%33.29
%33.69

CMYK color model

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

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

CMYK percentages

%1.98
%1.19
%0
%0.78

Codes

Color #F8FAFD in popluar color models

F8FAFD
RGB248250253
HSL216°55.56%98.24%
HSB/HSV216°1.98%99.22%
CMYK1.98%1.19%0.00%
0.78%

Color #F8FAFD in popluar number systems.

HEXF8FAFD
Decimal248250253
Binary111110001111101011111101
Octal370372375

Shades and tints

Shades of #F8FAFD

#F8FAFD
(248,250,253)
#E2E4E6
(226,228,230)
#CCCECF
(204,206,207)
#B6B8B8
(182,184,184)
#A0A2A1
(160,162,161)
#8A8C8A
(138,140,138)
#747673
(116,118,115)
#5E605C
(94,96,92)
#484A45
(72,74,69)
#32342E
(50,52,46)
#1C1E17
(28,30,23)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8FAFD; }

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

This text font color is #F8FAFD.


Background Color

.myBgColor { background-color: #F8FAFD; }

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

This div background color is #F8FAFD.


Border color

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

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

This div border color is #F8FAFD.


Opacity

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

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

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

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

This text has shadow with #F8FAFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8FAFD on black background.


Color preview on white background

This text has color #F8FAFD on white background.



Black color preview on #F8FAFD background

This text has black color on #F8FAFD background.


White color preview on #F8FAFD background

This text has white color on #F8FAFD background.