COLOR #FAF4EE

HEX: #FAF4EE
RGB: (250,244,238)

Color info

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

RGB color model

#FAF4EE color RGB value is (250,244,238).

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

RGB channels and saturation

R 250 of 255 = 98%
G 244 of 255 = 96%
B 238 of 255 = 93%

250
244
238

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

Portions of RGB colors in percentages

R + G + B =
250 + 244 + 238 = 732 (100%)
R 250 of 732 ~ 34.15%
G 244 of 732 ~ 33.33%
B 238 of 732 ~ 32.51%

%34.15
%33.33
%32.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.40%
  • yellow value is 4.80%
  • key color value is 1.96%
CMYK:
(0,2,5,2)
C0M2Y5K2 
(0%,2%,5%,2%)
(0.00/0.02/0.05/0.02)	

CMYK percentages

%0
%2.4
%4.8
%1.96

Codes

Color #FAF4EE in popluar color models

FAF4EE
RGB250244238
HSL30°54.55%95.69%
HSB/HSV30°4.80%98.04%
CMYK0.00%2.40%4.80%
1.96%

Color #FAF4EE in popluar number systems.

HEXFAF4EE
Decimal250244238
Binary111110101111010011101110
Octal372364356

Shades and tints

Shades of #FAF4EE

#FAF4EE
(250,244,238)
#E4DED9
(228,222,217)
#CEC8C4
(206,200,196)
#B8B2AF
(184,178,175)
#A29C9A
(162,156,154)
#8C8685
(140,134,133)
#767070
(118,112,112)
#605A5B
(96,90,91)
#4A4446
(74,68,70)
#342E31
(52,46,49)
#1E181C
(30,24,28)
#000000
(0,0,0)

Tints of #FAF4EE

#FAF4EE
(250,244,238)
#FAF5EF
(250,245,239)
#FAF6F0
(250,246,240)
#FAF7F1
(250,247,241)
#FAF8F2
(250,248,242)
#FAF9F3
(250,249,243)
#FAFAF4
(250,250,244)
#FAFBF5
(250,251,245)
#FAFCF6
(250,252,246)
#FAFDF7
(250,253,247)
#FAFEF8
(250,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF4EE; }

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

This text font color is #FAF4EE.


Background Color

.myBgColor { background-color: #FAF4EE; }

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

This div background color is #FAF4EE.


Border color

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

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

This div border color is #FAF4EE.


Opacity

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

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

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

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

This text has shadow with #FAF4EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF4EE on black background.


Color preview on white background

This text has color #FAF4EE on white background.



Black color preview on #FAF4EE background

This text has black color on #FAF4EE background.


White color preview on #FAF4EE background

This text has white color on #FAF4EE background.