COLOR #FAF8F6

HEX: #FAF8F6
RGB: (250,248,246)

Color info

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

RGB color model

#FAF8F6 color RGB value is (250,248,246).

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

RGB channels and saturation

R 250 of 255 = 98%
G 248 of 255 = 97%
B 246 of 255 = 96%

250
248
246

R + G + B ~ 97%. #FAF8F6 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 248 + 246 = 744 (100%)
R 250 of 744 ~ 33.6%
G 248 of 744 ~ 33.33%
B 246 of 744 ~ 33.06%

%33.6
%33.33
%33.06

CMYK color model

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

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

CMYK percentages

%0
%0.8
%1.6
%1.96

Codes

Color #FAF8F6 in popluar color models

FAF8F6
RGB250248246
HSL30°28.57%97.25%
HSB/HSV30°1.60%98.04%
CMYK0.00%0.80%1.60%
1.96%

Color #FAF8F6 in popluar number systems.

HEXFAF8F6
Decimal250248246
Binary111110101111100011110110
Octal372370366

Shades and tints

Shades of #FAF8F6

#FAF8F6
(250,248,246)
#E4E2E0
(228,226,224)
#CECCCA
(206,204,202)
#B8B6B4
(184,182,180)
#A2A09E
(162,160,158)
#8C8A88
(140,138,136)
#767472
(118,116,114)
#605E5C
(96,94,92)
#4A4846
(74,72,70)
#343230
(52,50,48)
#1E1C1A
(30,28,26)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF8F6; }

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

This text font color is #FAF8F6.


Background Color

.myBgColor { background-color: #FAF8F6; }

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

This div background color is #FAF8F6.


Border color

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

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

This div border color is #FAF8F6.


Opacity

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

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

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

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

This text has shadow with #FAF8F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF8F6 on black background.


Color preview on white background

This text has color #FAF8F6 on white background.



Black color preview on #FAF8F6 background

This text has black color on #FAF8F6 background.


White color preview on #FAF8F6 background

This text has white color on #FAF8F6 background.