COLOR #F8FCFF

HEX: #F8FCFF
RGB: (248,252,255)

Color info

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

RGB color model

#F8FCFF color RGB value is (248,252,255).

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

RGB channels and saturation

R 248 of 255 = 97%
G 252 of 255 = 99%
B 255 of 255 = 100%

248
252
255

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

Portions of RGB colors in percentages

R + G + B =
248 + 252 + 255 = 755 (100%)
R 248 of 755 ~ 32.85%
G 252 of 755 ~ 33.38%
B 255 of 755 ~ 33.77%

%32.85
%33.38
%33.77

CMYK color model

#F8FCFF color CMYK value is (3,1,0,0).

  • cyan value is 2.75%
  • magenta value is 1.18%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(3,1,0,0)
C3M1Y0K0 
(3%,1%,0%,0%)
(0.03/0.01/0.00/0.00)	

CMYK percentages

%2.75
%1.18
%0
%0

Codes

Color #F8FCFF in popluar color models

F8FCFF
RGB248252255
HSL206°100.00%98.63%
HSB/HSV206°2.75%100.00%
CMYK2.75%1.18%0.00%
0.00%

Color #F8FCFF in popluar number systems.

HEXF8FCFF
Decimal248252255
Binary111110001111110011111111
Octal370374377

Shades and tints

Shades of #F8FCFF

#F8FCFF
(248,252,255)
#E2E6E8
(226,230,232)
#CCD0D1
(204,208,209)
#B6BABA
(182,186,186)
#A0A4A3
(160,164,163)
#8A8E8C
(138,142,140)
#747875
(116,120,117)
#5E625E
(94,98,94)
#484C47
(72,76,71)
#323630
(50,54,48)
#1C2019
(28,32,25)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8FCFF; }

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

This text font color is #F8FCFF.


Background Color

.myBgColor { background-color: #F8FCFF; }

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

This div background color is #F8FCFF.


Border color

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

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

This div border color is #F8FCFF.


Opacity

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

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

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

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

This text has shadow with #F8FCFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8FCFF on black background.


Color preview on white background

This text has color #F8FCFF on white background.



Black color preview on #F8FCFF background

This text has black color on #F8FCFF background.


White color preview on #F8FCFF background

This text has white color on #F8FCFF background.