COLOR #FAFEF7

HEX: #FAFEF7
RGB: (250,254,247)

Color info

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

RGB color model

#FAFEF7 color RGB value is (250,254,247).

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

RGB channels and saturation

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

250
254
247

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

Portions of RGB colors in percentages

R + G + B =
250 + 254 + 247 = 751 (100%)
R 250 of 751 ~ 33.29%
G 254 of 751 ~ 33.82%
B 247 of 751 ~ 32.89%

%33.29
%33.82
%32.89

CMYK color model

#FAFEF7 color CMYK value is (2,0,3,0).

  • cyan value is 1.57%
  • magenta value is 0.00%
  • yellow value is 2.76%
  • key color value is 0.39%
CMYK:
(2,0,3,0)
C2M0Y3K0 
(2%,0%,3%,0%)
(0.02/0.00/0.03/0.00)	

CMYK percentages

%1.57
%0
%2.76
%0.39

Codes

Color #FAFEF7 in popluar color models

FAFEF7
RGB250254247
HSL94°77.78%98.24%
HSB/HSV94°2.76%99.61%
CMYK1.57%0.00%2.76%
0.39%

Color #FAFEF7 in popluar number systems.

HEXFAFEF7
Decimal250254247
Binary111110101111111011110111
Octal372376367

Shades and tints

Shades of #FAFEF7

#FAFEF7
(250,254,247)
#E4E7E1
(228,231,225)
#CED0CB
(206,208,203)
#B8B9B5
(184,185,181)
#A2A29F
(162,162,159)
#8C8B89
(140,139,137)
#767473
(118,116,115)
#605D5D
(96,93,93)
#4A4647
(74,70,71)
#342F31
(52,47,49)
#1E181B
(30,24,27)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAFEF7; }

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

This text font color is #FAFEF7.


Background Color

.myBgColor { background-color: #FAFEF7; }

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

This div background color is #FAFEF7.


Border color

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

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

This div border color is #FAFEF7.


Opacity

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

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

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

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

This text has shadow with #FAFEF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAFEF7 on black background.


Color preview on white background

This text has color #FAFEF7 on white background.



Black color preview on #FAFEF7 background

This text has black color on #FAFEF7 background.


White color preview on #FAFEF7 background

This text has white color on #FAFEF7 background.