COLOR #FAF9EB

HEX: #FAF9EB
RGB: (250,249,235)

Color info

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

RGB color model

#FAF9EB color RGB value is (250,249,235).

  • red value is 250;
  • green value is 249;
  • blue value is 235.
RGB:
(250,249,235)
(98%,98%,92%)

RGB channels and saturation

R 250 of 255 = 98%
G 249 of 255 = 98%
B 235 of 255 = 92%

250
249
235

R + G + B ~ 96%. #FAF9EB is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 249 + 235 = 734 (100%)
R 250 of 734 ~ 34.06%
G 249 of 734 ~ 33.92%
B 235 of 734 ~ 32.02%

%34.06
%33.92
%32.02

CMYK color model

#FAF9EB color CMYK value is (0,0,6,2).

  • cyan value is 0.00%
  • magenta value is 0.40%
  • yellow value is 6.00%
  • key color value is 1.96%
CMYK:
(0,0,6,2)
C0M0Y6K2 
(0%,0%,6%,2%)
(0.00/0.00/0.06/0.02)	

CMYK percentages

%0
%0.4
%6
%1.96

Codes

Color #FAF9EB in popluar color models

FAF9EB
RGB250249235
HSL56°60.00%95.10%
HSB/HSV56°6.00%98.04%
CMYK0.00%0.40%6.00%
1.96%

Color #FAF9EB in popluar number systems.

HEXFAF9EB
Decimal250249235
Binary111110101111100111101011
Octal372371353

Shades and tints

Shades of #FAF9EB

#FAF9EB
(250,249,235)
#E4E3D6
(228,227,214)
#CECDC1
(206,205,193)
#B8B7AC
(184,183,172)
#A2A197
(162,161,151)
#8C8B82
(140,139,130)
#76756D
(118,117,109)
#605F58
(96,95,88)
#4A4943
(74,73,67)
#34332E
(52,51,46)
#1E1D19
(30,29,25)
#000000
(0,0,0)

Tints of #FAF9EB

#FAF9EB
(250,249,235)
#FAF9EC
(250,249,236)
#FAF9ED
(250,249,237)
#FAF9EE
(250,249,238)
#FAF9EF
(250,249,239)
#FAF9F0
(250,249,240)
#FAF9F1
(250,249,241)
#FAF9F2
(250,249,242)
#FAF9F3
(250,249,243)
#FAF9F4
(250,249,244)
#FAF9F5
(250,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAF9EB color. Also use rgb(250,249,235) instead hex code.

Text Font Color

.myTextColor { color: #FAF9EB; }

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

This text font color is #FAF9EB.


Background Color

.myBgColor { background-color: #FAF9EB; }

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

This div background color is #FAF9EB.


Border color

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

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

This div border color is #FAF9EB.


Opacity

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

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

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

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

This text has shadow with #FAF9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF9EB on black background.


Color preview on white background

This text has color #FAF9EB on white background.



Black color preview on #FAF9EB background

This text has black color on #FAF9EB background.


White color preview on #FAF9EB background

This text has white color on #FAF9EB background.