COLOR #FAF7EF

HEX: #FAF7EF
RGB: (250,247,239)

Color info

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

RGB color model

#FAF7EF color RGB value is (250,247,239).

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

RGB channels and saturation

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

250
247
239

R + G + B ~ 96%. #FAF7EF is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 247 + 239 = 736 (100%)
R 250 of 736 ~ 33.97%
G 247 of 736 ~ 33.56%
B 239 of 736 ~ 32.47%

%33.97
%33.56
%32.47

CMYK color model

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

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

CMYK percentages

%0
%1.2
%4.4
%1.96

Codes

Color #FAF7EF in popluar color models

FAF7EF
RGB250247239
HSL44°52.38%95.88%
HSB/HSV44°4.40%98.04%
CMYK0.00%1.20%4.40%
1.96%

Color #FAF7EF in popluar number systems.

HEXFAF7EF
Decimal250247239
Binary111110101111011111101111
Octal372367357

Shades and tints

Shades of #FAF7EF

#FAF7EF
(250,247,239)
#E4E1DA
(228,225,218)
#CECBC5
(206,203,197)
#B8B5B0
(184,181,176)
#A29F9B
(162,159,155)
#8C8986
(140,137,134)
#767371
(118,115,113)
#605D5C
(96,93,92)
#4A4747
(74,71,71)
#343132
(52,49,50)
#1E1B1D
(30,27,29)
#000000
(0,0,0)

Tints of #FAF7EF

#FAF7EF
(250,247,239)
#FAF7F0
(250,247,240)
#FAF7F1
(250,247,241)
#FAF7F2
(250,247,242)
#FAF7F3
(250,247,243)
#FAF7F4
(250,247,244)
#FAF7F5
(250,247,245)
#FAF7F6
(250,247,246)
#FAF7F7
(250,247,247)
#FAF7F8
(250,247,248)
#FAF7F9
(250,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF7EF; }

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

This text font color is #FAF7EF.


Background Color

.myBgColor { background-color: #FAF7EF; }

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

This div background color is #FAF7EF.


Border color

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

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

This div border color is #FAF7EF.


Opacity

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

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

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

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

This text has shadow with #FAF7EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF7EF on black background.


Color preview on white background

This text has color #FAF7EF on white background.



Black color preview on #FAF7EF background

This text has black color on #FAF7EF background.


White color preview on #FAF7EF background

This text has white color on #FAF7EF background.