COLOR #FAFCFC

HEX: #FAFCFC
RGB: (250,252,252)

Color info

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

RGB color model

#FAFCFC color RGB value is (250,252,252).

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

RGB channels and saturation

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

250
252
252

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

Portions of RGB colors in percentages

R + G + B =
250 + 252 + 252 = 754 (100%)
R 250 of 754 ~ 33.16%
G 252 of 754 ~ 33.42%
B 252 of 754 ~ 33.42%

%33.16
%33.42
%33.42

CMYK color model

#FAFCFC color CMYK value is (1,0,0,1).

  • cyan value is 0.79%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(1,0,0,1)
C1M0Y0K1 
(1%,0%,0%,1%)
(0.01/0.00/0.00/0.01)	

CMYK percentages

%0.79
%0
%0
%1.18

Codes

Color #FAFCFC in popluar color models

FAFCFC
RGB250252252
HSL180°25.00%98.43%
HSB/HSV180°0.79%98.82%
CMYK0.79%0.00%0.00%
1.18%

Color #FAFCFC in popluar number systems.

HEXFAFCFC
Decimal250252252
Binary111110101111110011111100
Octal372374374

Shades and tints

Shades of #FAFCFC

#FAFCFC
(250,252,252)
#E4E6E6
(228,230,230)
#CED0D0
(206,208,208)
#B8BABA
(184,186,186)
#A2A4A4
(162,164,164)
#8C8E8E
(140,142,142)
#767878
(118,120,120)
#606262
(96,98,98)
#4A4C4C
(74,76,76)
#343636
(52,54,54)
#1E2020
(30,32,32)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAFCFC; }

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

This text font color is #FAFCFC.


Background Color

.myBgColor { background-color: #FAFCFC; }

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

This div background color is #FAFCFC.


Border color

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

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

This div border color is #FAFCFC.


Opacity

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

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

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

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

This text has shadow with #FAFCFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAFCFC on black background.


Color preview on white background

This text has color #FAFCFC on white background.



Black color preview on #FAFCFC background

This text has black color on #FAFCFC background.


White color preview on #FAFCFC background

This text has white color on #FAFCFC background.