COLOR #FAF7D5

HEX: #FAF7D5
RGB: (250,247,213)

Color info

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

RGB color model

#FAF7D5 color RGB value is (250,247,213).

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

RGB channels and saturation

R 250 of 255 = 98%
G 247 of 255 = 97%
B 213 of 255 = 84%

250
247
213

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

Portions of RGB colors in percentages

R + G + B =
250 + 247 + 213 = 710 (100%)
R 250 of 710 ~ 35.21%
G 247 of 710 ~ 34.79%
B 213 of 710 ~ 30%

%35.21
%34.79
%30

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.20%
  • yellow value is 14.80%
  • key color value is 1.96%
CMYK:
(0,1,15,2)
C0M1Y15K2 
(0%,1%,15%,2%)
(0.00/0.01/0.15/0.02)	

CMYK percentages

%0
%1.2
%14.8
%1.96

Codes

Color #FAF7D5 in popluar color models

FAF7D5
RGB250247213
HSL55°78.72%90.78%
HSB/HSV55°14.80%98.04%
CMYK0.00%1.20%14.80%
1.96%

Color #FAF7D5 in popluar number systems.

HEXFAF7D5
Decimal250247213
Binary111110101111011111010101
Octal372367325

Shades and tints

Shades of #FAF7D5

#FAF7D5
(250,247,213)
#E4E1C2
(228,225,194)
#CECBAF
(206,203,175)
#B8B59C
(184,181,156)
#A29F89
(162,159,137)
#8C8976
(140,137,118)
#767363
(118,115,99)
#605D50
(96,93,80)
#4A473D
(74,71,61)
#34312A
(52,49,42)
#1E1B17
(30,27,23)
#000000
(0,0,0)

Tints of #FAF7D5

#FAF7D5
(250,247,213)
#FAF7D8
(250,247,216)
#FAF7DB
(250,247,219)
#FAF7DE
(250,247,222)
#FAF7E1
(250,247,225)
#FAF7E4
(250,247,228)
#FAF7E7
(250,247,231)
#FAF7EA
(250,247,234)
#FAF7ED
(250,247,237)
#FAF7F0
(250,247,240)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF7D5; }

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

This text font color is #FAF7D5.


Background Color

.myBgColor { background-color: #FAF7D5; }

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

This div background color is #FAF7D5.


Border color

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

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

This div border color is #FAF7D5.


Opacity

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

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

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

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

This text has shadow with #FAF7D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF7D5 on black background.


Color preview on white background

This text has color #FAF7D5 on white background.



Black color preview on #FAF7D5 background

This text has black color on #FAF7D5 background.


White color preview on #FAF7D5 background

This text has white color on #FAF7D5 background.