COLOR #FAF4D7

HEX: #FAF4D7
RGB: (250,244,215)

Color info

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

RGB color model

#FAF4D7 color RGB value is (250,244,215).

  • red value is 250;
  • green value is 244;
  • blue value is 215.
RGB:
(250,244,215)
(98%,96%,84%)

RGB channels and saturation

R 250 of 255 = 98%
G 244 of 255 = 96%
B 215 of 255 = 84%

250
244
215

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

Portions of RGB colors in percentages

R + G + B =
250 + 244 + 215 = 709 (100%)
R 250 of 709 ~ 35.26%
G 244 of 709 ~ 34.41%
B 215 of 709 ~ 30.32%

%35.26
%34.41
%30.32

CMYK color model

#FAF4D7 color CMYK value is (0,2,14,2).

  • cyan value is 0.00%
  • magenta value is 2.40%
  • yellow value is 14.00%
  • key color value is 1.96%
CMYK:
(0,2,14,2)
C0M2Y14K2 
(0%,2%,14%,2%)
(0.00/0.02/0.14/0.02)	

CMYK percentages

%0
%2.4
%14
%1.96

Codes

Color #FAF4D7 in popluar color models

FAF4D7
RGB250244215
HSL50°77.78%91.18%
HSB/HSV50°14.00%98.04%
CMYK0.00%2.40%14.00%
1.96%

Color #FAF4D7 in popluar number systems.

HEXFAF4D7
Decimal250244215
Binary111110101111010011010111
Octal372364327

Shades and tints

Shades of #FAF4D7

#FAF4D7
(250,244,215)
#E4DEC4
(228,222,196)
#CEC8B1
(206,200,177)
#B8B29E
(184,178,158)
#A29C8B
(162,156,139)
#8C8678
(140,134,120)
#767065
(118,112,101)
#605A52
(96,90,82)
#4A443F
(74,68,63)
#342E2C
(52,46,44)
#1E1819
(30,24,25)
#000000
(0,0,0)

Tints of #FAF4D7

#FAF4D7
(250,244,215)
#FAF5DA
(250,245,218)
#FAF6DD
(250,246,221)
#FAF7E0
(250,247,224)
#FAF8E3
(250,248,227)
#FAF9E6
(250,249,230)
#FAFAE9
(250,250,233)
#FAFBEC
(250,251,236)
#FAFCEF
(250,252,239)
#FAFDF2
(250,253,242)
#FAFEF5
(250,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAF4D7 color. Also use rgb(250,244,215) instead hex code.

Text Font Color

.myTextColor { color: #FAF4D7; }

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

This text font color is #FAF4D7.


Background Color

.myBgColor { background-color: #FAF4D7; }

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

This div background color is #FAF4D7.


Border color

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

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

This div border color is #FAF4D7.


Opacity

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

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

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

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

This text has shadow with #FAF4D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF4D7 on black background.


Color preview on white background

This text has color #FAF4D7 on white background.



Black color preview on #FAF4D7 background

This text has black color on #FAF4D7 background.


White color preview on #FAF4D7 background

This text has white color on #FAF4D7 background.