COLOR #FAF6F6

HEX: #FAF6F6
RGB: (250,246,246)

Color info

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

RGB color model

#FAF6F6 color RGB value is (250,246,246).

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

RGB channels and saturation

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

250
246
246

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

Portions of RGB colors in percentages

R + G + B =
250 + 246 + 246 = 742 (100%)
R 250 of 742 ~ 33.69%
G 246 of 742 ~ 33.15%
B 246 of 742 ~ 33.15%

%33.69
%33.15
%33.15

CMYK color model

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

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

CMYK percentages

%0
%1.6
%1.6
%1.96

Codes

Color #FAF6F6 in popluar color models

FAF6F6
RGB250246246
HSL28.57%97.25%
HSB/HSV1.60%98.04%
CMYK0.00%1.60%1.60%
1.96%

Color #FAF6F6 in popluar number systems.

HEXFAF6F6
Decimal250246246
Binary111110101111011011110110
Octal372366366

Shades and tints

Shades of #FAF6F6

#FAF6F6
(250,246,246)
#E4E0E0
(228,224,224)
#CECACA
(206,202,202)
#B8B4B4
(184,180,180)
#A29E9E
(162,158,158)
#8C8888
(140,136,136)
#767272
(118,114,114)
#605C5C
(96,92,92)
#4A4646
(74,70,70)
#343030
(52,48,48)
#1E1A1A
(30,26,26)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF6F6; }

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

This text font color is #FAF6F6.


Background Color

.myBgColor { background-color: #FAF6F6; }

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

This div background color is #FAF6F6.


Border color

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

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

This div border color is #FAF6F6.


Opacity

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

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

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

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

This text has shadow with #FAF6F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF6F6 on black background.


Color preview on white background

This text has color #FAF6F6 on white background.



Black color preview on #FAF6F6 background

This text has black color on #FAF6F6 background.


White color preview on #FAF6F6 background

This text has white color on #FAF6F6 background.