COLOR #FAFCFA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

250
252
250

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

Portions of RGB colors in percentages

R + G + B =
250 + 252 + 250 = 752 (100%)
R 250 of 752 ~ 33.24%
G 252 of 752 ~ 33.51%
B 250 of 752 ~ 33.24%

%33.24
%33.51
%33.24

CMYK color model

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

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

CMYK percentages

%0.79
%0
%0.79
%1.18

Codes

Color #FAFCFA in popluar color models

FAFCFA
RGB250252250
HSL120°25.00%98.43%
HSB/HSV120°0.79%98.82%
CMYK0.79%0.00%0.79%
1.18%

Color #FAFCFA in popluar number systems.

HEXFAFCFA
Decimal250252250
Binary111110101111110011111010
Octal372374372

Shades and tints

Shades of #FAFCFA

#FAFCFA
(250,252,250)
#E4E6E4
(228,230,228)
#CED0CE
(206,208,206)
#B8BAB8
(184,186,184)
#A2A4A2
(162,164,162)
#8C8E8C
(140,142,140)
#767876
(118,120,118)
#606260
(96,98,96)
#4A4C4A
(74,76,74)
#343634
(52,54,52)
#1E201E
(30,32,30)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAFCFA; }

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

This text font color is #FAFCFA.


Background Color

.myBgColor { background-color: #FAFCFA; }

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

This div background color is #FAFCFA.


Border color

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

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

This div border color is #FAFCFA.


Opacity

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

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

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

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

This text has shadow with #FAFCFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAFCFA on black background.


Color preview on white background

This text has color #FAFCFA on white background.



Black color preview on #FAFCFA background

This text has black color on #FAFCFA background.


White color preview on #FAFCFA background

This text has white color on #FAFCFA background.