COLOR #FAF7FA

HEX: #FAF7FA
RGB: (250,247,250)

Color info

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

RGB color model

#FAF7FA color RGB value is (250,247,250).

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

RGB channels and saturation

R 250 of 255 = 98%
G 247 of 255 = 97%
B 250 of 255 = 98%

250
247
250

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

Portions of RGB colors in percentages

R + G + B =
250 + 247 + 250 = 747 (100%)
R 250 of 747 ~ 33.47%
G 247 of 747 ~ 33.07%
B 250 of 747 ~ 33.47%

%33.47
%33.07
%33.47

CMYK color model

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

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

CMYK percentages

%0
%1.2
%0
%1.96

Codes

Color #FAF7FA in popluar color models

FAF7FA
RGB250247250
HSL300°23.08%97.45%
HSB/HSV300°1.20%98.04%
CMYK0.00%1.20%0.00%
1.96%

Color #FAF7FA in popluar number systems.

HEXFAF7FA
Decimal250247250
Binary111110101111011111111010
Octal372367372

Shades and tints

Shades of #FAF7FA

#FAF7FA
(250,247,250)
#E4E1E4
(228,225,228)
#CECBCE
(206,203,206)
#B8B5B8
(184,181,184)
#A29FA2
(162,159,162)
#8C898C
(140,137,140)
#767376
(118,115,118)
#605D60
(96,93,96)
#4A474A
(74,71,74)
#343134
(52,49,52)
#1E1B1E
(30,27,30)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF7FA; }

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

This text font color is #FAF7FA.


Background Color

.myBgColor { background-color: #FAF7FA; }

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

This div background color is #FAF7FA.


Border color

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

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

This div border color is #FAF7FA.


Opacity

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

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

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

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

This text has shadow with #FAF7FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF7FA on black background.


Color preview on white background

This text has color #FAF7FA on white background.



Black color preview on #FAF7FA background

This text has black color on #FAF7FA background.


White color preview on #FAF7FA background

This text has white color on #FAF7FA background.