COLOR #FAF7C0

HEX: #FAF7C0
RGB: (250,247,192)

Color info

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

RGB color model

#FAF7C0 color RGB value is (250,247,192).

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

RGB channels and saturation

R 250 of 255 = 98%
G 247 of 255 = 97%
B 192 of 255 = 75%

250
247
192

R + G + B ~ 90%. #FAF7C0 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 247 + 192 = 689 (100%)
R 250 of 689 ~ 36.28%
G 247 of 689 ~ 35.85%
B 192 of 689 ~ 27.87%

%36.28
%35.85
%27.87

CMYK color model

#FAF7C0 color CMYK value is (0,1,23,2).

  • cyan value is 0.00%
  • magenta value is 1.20%
  • yellow value is 23.20%
  • key color value is 1.96%
CMYK:
(0,1,23,2)
C0M1Y23K2 
(0%,1%,23%,2%)
(0.00/0.01/0.23/0.02)	

CMYK percentages

%0
%1.2
%23.2
%1.96

Codes

Color #FAF7C0 in popluar color models

FAF7C0
RGB250247192
HSL57°85.29%86.67%
HSB/HSV57°23.20%98.04%
CMYK0.00%1.20%23.20%
1.96%

Color #FAF7C0 in popluar number systems.

HEXFAF7C0
Decimal250247192
Binary111110101111011111000000
Octal372367300

Shades and tints

Shades of #FAF7C0

#FAF7C0
(250,247,192)
#E4E1AF
(228,225,175)
#CECB9E
(206,203,158)
#B8B58D
(184,181,141)
#A29F7C
(162,159,124)
#8C896B
(140,137,107)
#76735A
(118,115,90)
#605D49
(96,93,73)
#4A4738
(74,71,56)
#343127
(52,49,39)
#1E1B16
(30,27,22)
#000000
(0,0,0)

Tints of #FAF7C0

#FAF7C0
(250,247,192)
#FAF7C5
(250,247,197)
#FAF7CA
(250,247,202)
#FAF7CF
(250,247,207)
#FAF7D4
(250,247,212)
#FAF7D9
(250,247,217)
#FAF7DE
(250,247,222)
#FAF7E3
(250,247,227)
#FAF7E8
(250,247,232)
#FAF7ED
(250,247,237)
#FAF7F2
(250,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF7C0; }

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

This text font color is #FAF7C0.


Background Color

.myBgColor { background-color: #FAF7C0; }

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

This div background color is #FAF7C0.


Border color

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

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

This div border color is #FAF7C0.


Opacity

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

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

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

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

This text has shadow with #FAF7C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF7C0 on black background.


Color preview on white background

This text has color #FAF7C0 on white background.



Black color preview on #FAF7C0 background

This text has black color on #FAF7C0 background.


White color preview on #FAF7C0 background

This text has white color on #FAF7C0 background.