COLOR #FAF3EE

HEX: #FAF3EE
RGB: (250,243,238)

Color info

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

RGB color model

#FAF3EE color RGB value is (250,243,238).

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

RGB channels and saturation

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

250
243
238

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

Portions of RGB colors in percentages

R + G + B =
250 + 243 + 238 = 731 (100%)
R 250 of 731 ~ 34.2%
G 243 of 731 ~ 33.24%
B 238 of 731 ~ 32.56%

%34.2
%33.24
%32.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.80%
  • 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
%2.8
%4.8
%1.96

Codes

Color #FAF3EE in popluar color models

FAF3EE
RGB250243238
HSL25°54.55%95.69%
HSB/HSV25°4.80%98.04%
CMYK0.00%2.80%4.80%
1.96%

Color #FAF3EE in popluar number systems.

HEXFAF3EE
Decimal250243238
Binary111110101111001111101110
Octal372363356

Shades and tints

Shades of #FAF3EE

#FAF3EE
(250,243,238)
#E4DDD9
(228,221,217)
#CEC7C4
(206,199,196)
#B8B1AF
(184,177,175)
#A29B9A
(162,155,154)
#8C8585
(140,133,133)
#766F70
(118,111,112)
#60595B
(96,89,91)
#4A4346
(74,67,70)
#342D31
(52,45,49)
#1E171C
(30,23,28)
#000000
(0,0,0)

Tints of #FAF3EE

#FAF3EE
(250,243,238)
#FAF4EF
(250,244,239)
#FAF5F0
(250,245,240)
#FAF6F1
(250,246,241)
#FAF7F2
(250,247,242)
#FAF8F3
(250,248,243)
#FAF9F4
(250,249,244)
#FAFAF5
(250,250,245)
#FAFBF6
(250,251,246)
#FAFCF7
(250,252,247)
#FAFDF8
(250,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF3EE; }

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

This text font color is #FAF3EE.


Background Color

.myBgColor { background-color: #FAF3EE; }

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

This div background color is #FAF3EE.


Border color

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

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

This div border color is #FAF3EE.


Opacity

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

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

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

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

This text has shadow with #FAF3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF3EE on black background.


Color preview on white background

This text has color #FAF3EE on white background.



Black color preview on #FAF3EE background

This text has black color on #FAF3EE background.


White color preview on #FAF3EE background

This text has white color on #FAF3EE background.