COLOR #FAFCFF

HEX: #FAFCFF
RGB: (250,252,255)

Color info

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

RGB color model

#FAFCFF color RGB value is (250,252,255).

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

RGB channels and saturation

R 250 of 255 = 98%
G 252 of 255 = 99%
B 255 of 255 = 100%

250
252
255

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

Portions of RGB colors in percentages

R + G + B =
250 + 252 + 255 = 757 (100%)
R 250 of 757 ~ 33.03%
G 252 of 757 ~ 33.29%
B 255 of 757 ~ 33.69%

%33.03
%33.29
%33.69

CMYK color model

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

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

CMYK percentages

%1.96
%1.18
%0
%0

Codes

Color #FAFCFF in popluar color models

FAFCFF
RGB250252255
HSL216°100.00%99.02%
HSB/HSV216°1.96%100.00%
CMYK1.96%1.18%0.00%
0.00%

Color #FAFCFF in popluar number systems.

HEXFAFCFF
Decimal250252255
Binary111110101111110011111111
Octal372374377

Shades and tints

Shades of #FAFCFF

#FAFCFF
(250,252,255)
#E4E6E8
(228,230,232)
#CED0D1
(206,208,209)
#B8BABA
(184,186,186)
#A2A4A3
(162,164,163)
#8C8E8C
(140,142,140)
#767875
(118,120,117)
#60625E
(96,98,94)
#4A4C47
(74,76,71)
#343630
(52,54,48)
#1E2019
(30,32,25)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAFCFF; }

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

This text font color is #FAFCFF.


Background Color

.myBgColor { background-color: #FAFCFF; }

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

This div background color is #FAFCFF.


Border color

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

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

This div border color is #FAFCFF.


Opacity

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

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

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

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

This text has shadow with #FAFCFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAFCFF on black background.


Color preview on white background

This text has color #FAFCFF on white background.



Black color preview on #FAFCFF background

This text has black color on #FAFCFF background.


White color preview on #FAFCFF background

This text has white color on #FAFCFF background.