COLOR #FAF2EE

HEX: #FAF2EE
RGB: (250,242,238)

Color info

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

RGB color model

#FAF2EE color RGB value is (250,242,238).

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

RGB channels and saturation

R 250 of 255 = 98%
G 242 of 255 = 95%
B 238 of 255 = 93%

250
242
238

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

Portions of RGB colors in percentages

R + G + B =
250 + 242 + 238 = 730 (100%)
R 250 of 730 ~ 34.25%
G 242 of 730 ~ 33.15%
B 238 of 730 ~ 32.6%

%34.25
%33.15
%32.6

CMYK color model

#FAF2EE color CMYK value is (0,3,5,2).

  • cyan value is 0.00%
  • magenta value is 3.20%
  • yellow value is 4.80%
  • key color value is 1.96%
CMYK:
(0,3,5,2)
C0M3Y5K2 
(0%,3%,5%,2%)
(0.00/0.03/0.05/0.02)	

CMYK percentages

%0
%3.2
%4.8
%1.96

Codes

Color #FAF2EE in popluar color models

FAF2EE
RGB250242238
HSL20°54.55%95.69%
HSB/HSV20°4.80%98.04%
CMYK0.00%3.20%4.80%
1.96%

Color #FAF2EE in popluar number systems.

HEXFAF2EE
Decimal250242238
Binary111110101111001011101110
Octal372362356

Shades and tints

Shades of #FAF2EE

#FAF2EE
(250,242,238)
#E4DCD9
(228,220,217)
#CEC6C4
(206,198,196)
#B8B0AF
(184,176,175)
#A29A9A
(162,154,154)
#8C8485
(140,132,133)
#766E70
(118,110,112)
#60585B
(96,88,91)
#4A4246
(74,66,70)
#342C31
(52,44,49)
#1E161C
(30,22,28)
#000000
(0,0,0)

Tints of #FAF2EE

#FAF2EE
(250,242,238)
#FAF3EF
(250,243,239)
#FAF4F0
(250,244,240)
#FAF5F1
(250,245,241)
#FAF6F2
(250,246,242)
#FAF7F3
(250,247,243)
#FAF8F4
(250,248,244)
#FAF9F5
(250,249,245)
#FAFAF6
(250,250,246)
#FAFBF7
(250,251,247)
#FAFCF8
(250,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF2EE; }

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

This text font color is #FAF2EE.


Background Color

.myBgColor { background-color: #FAF2EE; }

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

This div background color is #FAF2EE.


Border color

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

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

This div border color is #FAF2EE.


Opacity

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

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

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

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

This text has shadow with #FAF2EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF2EE on black background.


Color preview on white background

This text has color #FAF2EE on white background.



Black color preview on #FAF2EE background

This text has black color on #FAF2EE background.


White color preview on #FAF2EE background

This text has white color on #FAF2EE background.