COLOR #FAF8EB

HEX: #FAF8EB
RGB: (250,248,235)

Color info

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

RGB color model

#FAF8EB color RGB value is (250,248,235).

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

RGB channels and saturation

R 250 of 255 = 98%
G 248 of 255 = 97%
B 235 of 255 = 92%

250
248
235

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

Portions of RGB colors in percentages

R + G + B =
250 + 248 + 235 = 733 (100%)
R 250 of 733 ~ 34.11%
G 248 of 733 ~ 33.83%
B 235 of 733 ~ 32.06%

%34.11
%33.83
%32.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.80%
  • yellow value is 6.00%
  • key color value is 1.96%
CMYK:
(0,1,6,2)
C0M1Y6K2 
(0%,1%,6%,2%)
(0.00/0.01/0.06/0.02)	

CMYK percentages

%0
%0.8
%6
%1.96

Codes

Color #FAF8EB in popluar color models

FAF8EB
RGB250248235
HSL52°60.00%95.10%
HSB/HSV52°6.00%98.04%
CMYK0.00%0.80%6.00%
1.96%

Color #FAF8EB in popluar number systems.

HEXFAF8EB
Decimal250248235
Binary111110101111100011101011
Octal372370353

Shades and tints

Shades of #FAF8EB

#FAF8EB
(250,248,235)
#E4E2D6
(228,226,214)
#CECCC1
(206,204,193)
#B8B6AC
(184,182,172)
#A2A097
(162,160,151)
#8C8A82
(140,138,130)
#76746D
(118,116,109)
#605E58
(96,94,88)
#4A4843
(74,72,67)
#34322E
(52,50,46)
#1E1C19
(30,28,25)
#000000
(0,0,0)

Tints of #FAF8EB

#FAF8EB
(250,248,235)
#FAF8EC
(250,248,236)
#FAF8ED
(250,248,237)
#FAF8EE
(250,248,238)
#FAF8EF
(250,248,239)
#FAF8F0
(250,248,240)
#FAF8F1
(250,248,241)
#FAF8F2
(250,248,242)
#FAF8F3
(250,248,243)
#FAF8F4
(250,248,244)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF8EB; }

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

This text font color is #FAF8EB.


Background Color

.myBgColor { background-color: #FAF8EB; }

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

This div background color is #FAF8EB.


Border color

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

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

This div border color is #FAF8EB.


Opacity

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

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

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

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

This text has shadow with #FAF8EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF8EB on black background.


Color preview on white background

This text has color #FAF8EB on white background.



Black color preview on #FAF8EB background

This text has black color on #FAF8EB background.


White color preview on #FAF8EB background

This text has white color on #FAF8EB background.