COLOR #FAF7D9

HEX: #FAF7D9
RGB: (250,247,217)

Color info

#FAF7D9 contains red, green and blue colors in about the same proportion. Web safe color of #FAF7D9 is #FFFFCC (or #FFC).

RGB color model

#FAF7D9 color RGB value is (250,247,217).

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

RGB channels and saturation

R 250 of 255 = 98%
G 247 of 255 = 97%
B 217 of 255 = 85%

250
247
217

R + G + B ~ 93%. #FAF7D9 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 247 + 217 = 714 (100%)
R 250 of 714 ~ 35.01%
G 247 of 714 ~ 34.59%
B 217 of 714 ~ 30.39%

%35.01
%34.59
%30.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.20%
  • yellow value is 13.20%
  • key color value is 1.96%
CMYK:
(0,1,13,2)
C0M1Y13K2 
(0%,1%,13%,2%)
(0.00/0.01/0.13/0.02)	

CMYK percentages

%0
%1.2
%13.2
%1.96

Codes

Color #FAF7D9 in popluar color models

FAF7D9
RGB250247217
HSL55°76.74%91.57%
HSB/HSV55°13.20%98.04%
CMYK0.00%1.20%13.20%
1.96%

Color #FAF7D9 in popluar number systems.

HEXFAF7D9
Decimal250247217
Binary111110101111011111011001
Octal372367331

Shades and tints

Shades of #FAF7D9

#FAF7D9
(250,247,217)
#E4E1C6
(228,225,198)
#CECBB3
(206,203,179)
#B8B5A0
(184,181,160)
#A29F8D
(162,159,141)
#8C897A
(140,137,122)
#767367
(118,115,103)
#605D54
(96,93,84)
#4A4741
(74,71,65)
#34312E
(52,49,46)
#1E1B1B
(30,27,27)
#000000
(0,0,0)

Tints of #FAF7D9

#FAF7D9
(250,247,217)
#FAF7DC
(250,247,220)
#FAF7DF
(250,247,223)
#FAF7E2
(250,247,226)
#FAF7E5
(250,247,229)
#FAF7E8
(250,247,232)
#FAF7EB
(250,247,235)
#FAF7EE
(250,247,238)
#FAF7F1
(250,247,241)
#FAF7F4
(250,247,244)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF7D9; }

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

This text font color is #FAF7D9.


Background Color

.myBgColor { background-color: #FAF7D9; }

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

This div background color is #FAF7D9.


Border color

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

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

This div border color is #FAF7D9.


Opacity

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

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

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

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

This text has shadow with #FAF7D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF7D9 on black background.


Color preview on white background

This text has color #FAF7D9 on white background.



Black color preview on #FAF7D9 background

This text has black color on #FAF7D9 background.


White color preview on #FAF7D9 background

This text has white color on #FAF7D9 background.