COLOR #FAF8EE

HEX: #FAF8EE
RGB: (250,248,238)

Color info

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

RGB color model

#FAF8EE color RGB value is (250,248,238).

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

RGB channels and saturation

R 250 of 255 = 98%
G 248 of 255 = 97%
B 238 of 255 = 93%

250
248
238

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

Portions of RGB colors in percentages

R + G + B =
250 + 248 + 238 = 736 (100%)
R 250 of 736 ~ 33.97%
G 248 of 736 ~ 33.7%
B 238 of 736 ~ 32.34%

%33.97
%33.7
%32.34

CMYK color model

#FAF8EE color CMYK value is (0,1,5,2).

  • cyan value is 0.00%
  • magenta value is 0.80%
  • yellow value is 4.80%
  • key color value is 1.96%
CMYK:
(0,1,5,2)
C0M1Y5K2 
(0%,1%,5%,2%)
(0.00/0.01/0.05/0.02)	

CMYK percentages

%0
%0.8
%4.8
%1.96

Codes

Color #FAF8EE in popluar color models

FAF8EE
RGB250248238
HSL50°54.55%95.69%
HSB/HSV50°4.80%98.04%
CMYK0.00%0.80%4.80%
1.96%

Color #FAF8EE in popluar number systems.

HEXFAF8EE
Decimal250248238
Binary111110101111100011101110
Octal372370356

Shades and tints

Shades of #FAF8EE

#FAF8EE
(250,248,238)
#E4E2D9
(228,226,217)
#CECCC4
(206,204,196)
#B8B6AF
(184,182,175)
#A2A09A
(162,160,154)
#8C8A85
(140,138,133)
#767470
(118,116,112)
#605E5B
(96,94,91)
#4A4846
(74,72,70)
#343231
(52,50,49)
#1E1C1C
(30,28,28)
#000000
(0,0,0)

Tints of #FAF8EE

#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)
#FAF8F6
(250,248,246)
#FAF8F7
(250,248,247)
#FAF8F8
(250,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF8EE; }

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

This text font color is #FAF8EE.


Background Color

.myBgColor { background-color: #FAF8EE; }

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

This div background color is #FAF8EE.


Border color

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

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

This div border color is #FAF8EE.


Opacity

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

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

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

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

This text has shadow with #FAF8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF8EE on black background.


Color preview on white background

This text has color #FAF8EE on white background.



Black color preview on #FAF8EE background

This text has black color on #FAF8EE background.


White color preview on #FAF8EE background

This text has white color on #FAF8EE background.