COLOR #FAF1E9

HEX: #FAF1E9
RGB: (250,241,233)

Color info

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

RGB color model

#FAF1E9 color RGB value is (250,241,233).

  • red value is 250;
  • green value is 241;
  • blue value is 233.
RGB:
(250,241,233)
(98%,95%,91%)

RGB channels and saturation

R 250 of 255 = 98%
G 241 of 255 = 95%
B 233 of 255 = 91%

250
241
233

R + G + B ~ 95%. #FAF1E9 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 241 + 233 = 724 (100%)
R 250 of 724 ~ 34.53%
G 241 of 724 ~ 33.29%
B 233 of 724 ~ 32.18%

%34.53
%33.29
%32.18

CMYK color model

#FAF1E9 color CMYK value is (0,4,7,2).

  • cyan value is 0.00%
  • magenta value is 3.60%
  • yellow value is 6.80%
  • key color value is 1.96%
CMYK:
(0,4,7,2)
C0M4Y7K2 
(0%,4%,7%,2%)
(0.00/0.04/0.07/0.02)	

CMYK percentages

%0
%3.6
%6.8
%1.96

Codes

Color #FAF1E9 in popluar color models

FAF1E9
RGB250241233
HSL28°62.96%94.71%
HSB/HSV28°6.80%98.04%
CMYK0.00%3.60%6.80%
1.96%

Color #FAF1E9 in popluar number systems.

HEXFAF1E9
Decimal250241233
Binary111110101111000111101001
Octal372361351

Shades and tints

Shades of #FAF1E9

#FAF1E9
(250,241,233)
#E4DCD4
(228,220,212)
#CEC7BF
(206,199,191)
#B8B2AA
(184,178,170)
#A29D95
(162,157,149)
#8C8880
(140,136,128)
#76736B
(118,115,107)
#605E56
(96,94,86)
#4A4941
(74,73,65)
#34342C
(52,52,44)
#1E1F17
(30,31,23)
#000000
(0,0,0)

Tints of #FAF1E9

#FAF1E9
(250,241,233)
#FAF2EB
(250,242,235)
#FAF3ED
(250,243,237)
#FAF4EF
(250,244,239)
#FAF5F1
(250,245,241)
#FAF6F3
(250,246,243)
#FAF7F5
(250,247,245)
#FAF8F7
(250,248,247)
#FAF9F9
(250,249,249)
#FAFAFB
(250,250,251)
#FAFBFD
(250,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAF1E9 color. Also use rgb(250,241,233) instead hex code.

Text Font Color

.myTextColor { color: #FAF1E9; }

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

This text font color is #FAF1E9.


Background Color

.myBgColor { background-color: #FAF1E9; }

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

This div background color is #FAF1E9.


Border color

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

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

This div border color is #FAF1E9.


Opacity

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

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

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

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

This text has shadow with #FAF1E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF1E9 on black background.


Color preview on white background

This text has color #FAF1E9 on white background.



Black color preview on #FAF1E9 background

This text has black color on #FAF1E9 background.


White color preview on #FAF1E9 background

This text has white color on #FAF1E9 background.