COLOR #FAF7FB

HEX: #FAF7FB
RGB: (250,247,251)

Color info

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

RGB color model

#FAF7FB color RGB value is (250,247,251).

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

RGB channels and saturation

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

250
247
251

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

Portions of RGB colors in percentages

R + G + B =
250 + 247 + 251 = 748 (100%)
R 250 of 748 ~ 33.42%
G 247 of 748 ~ 33.02%
B 251 of 748 ~ 33.56%

%33.42
%33.02
%33.56

CMYK color model

#FAF7FB color CMYK value is (0,2,0,2).

  • cyan value is 0.40%
  • magenta value is 1.59%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(0,2,0,2)
C0M2Y0K2 
(0%,2%,0%,2%)
(0.00/0.02/0.00/0.02)	

CMYK percentages

%0.4
%1.59
%0
%1.57

Codes

Color #FAF7FB in popluar color models

FAF7FB
RGB250247251
HSL285°33.33%97.65%
HSB/HSV285°1.59%98.43%
CMYK0.40%1.59%0.00%
1.57%

Color #FAF7FB in popluar number systems.

HEXFAF7FB
Decimal250247251
Binary111110101111011111111011
Octal372367373

Shades and tints

Shades of #FAF7FB

#FAF7FB
(250,247,251)
#E4E1E5
(228,225,229)
#CECBCF
(206,203,207)
#B8B5B9
(184,181,185)
#A29FA3
(162,159,163)
#8C898D
(140,137,141)
#767377
(118,115,119)
#605D61
(96,93,97)
#4A474B
(74,71,75)
#343135
(52,49,53)
#1E1B1F
(30,27,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF7FB; }

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

This text font color is #FAF7FB.


Background Color

.myBgColor { background-color: #FAF7FB; }

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

This div background color is #FAF7FB.


Border color

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

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

This div border color is #FAF7FB.


Opacity

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

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

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

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

This text has shadow with #FAF7FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF7FB on black background.


Color preview on white background

This text has color #FAF7FB on white background.



Black color preview on #FAF7FB background

This text has black color on #FAF7FB background.


White color preview on #FAF7FB background

This text has white color on #FAF7FB background.