COLOR #FAF1EE

HEX: #FAF1EE RGB: (250,241,238)

Color info

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

RGB color model

#FAF1EE color RGB value is (250,241,238).

RGB: (250,241,238) (98%, 95%, 93%)

RGB channels and saturation

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

250
241
238

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

Portions of RGB colors in percentages

R + G + B = 250 + 241 + 238 = 729 (100%)
R 250 of 729 ~ 34.29%
G 241 of 729 ~ 33.06%
B 238 of 729 ~ 32.65'%

%34.29
%33.06
%32.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.60%
  • yellow value is 4.80%
  • key color value is 1.96%

CMYK: (0,4,5,2)
C0M4Y5K2 (0%, 4%, 5%, 2%)
(0.00 / 0.04 / 0.05 / 0.02)

CMYK percentages

%0
%3.6
%4.8
%1.96

Codes

Color #FAF1EE in popluar color models

FA F1 EE
RGB 250 241 238
HSL 15° 54.55% 95.69%
HSB/HSV 15° 4.80% 98.04%
CMYK 0.00% 3.60% 4.80%
1.96%

Color #FAF1EE in popluar number systems.

HEX FA F1 EE
Decimal 250 241 238
Binary 11111010 11110001 11101110
Octal 372 361 356

Shades and tints

Shades of #FAF1EE

#FAF1EE
(250,241,238)
#E4DCD9
(228,220,217)
#CEC7C4
(206,199,196)
#B8B2AF
(184,178,175)
#A29D9A
(162,157,154)
#8C8885
(140,136,133)
#767370
(118,115,112)
#605E5B
(96,94,91)
#4A4946
(74,73,70)
#343431
(52,52,49)
#1E1F1C
(30,31,28)
#000000
(0,0,0)

Tints of #FAF1EE

#FAF1EE
(250,241,238)
#FAF2EF
(250,242,239)
#FAF3F0
(250,243,240)
#FAF4F1
(250,244,241)
#FAF5F2
(250,245,242)
#FAF6F3
(250,246,243)
#FAF7F4
(250,247,244)
#FAF8F5
(250,248,245)
#FAF9F6
(250,249,246)
#FAFAF7
(250,250,247)
#FAFBF8
(250,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF1EE; }

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

This text font color is #FAF1EE.

Background Color

.myBgColor { background-color: #FAF1EE; }

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

This div background color is #FAF1EE.

Border color

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

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

This div border color is #FAF1EE.

Opacity

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

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

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

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

This text has shadow with #FAF1EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAF1EE.

Preview

Color preview on black background

This text has color #FAF1EE on black background.


Color preview on white background

This text has color #FAF1EE on white background.


Black color preview on #FAF1EE background

This text has black color on #FAF1EE background.


White color preview on #FAF1EE background

This text has white color on #FAF1EE background.


Related colors

Complementary color

Complementary color for #hex is #050E11.


I love getcolorcode.com

Triadic colors

1 #EEFAF1 and #F1EEFA with #FAF1EE are triadic colors.

2 #EEF1FA and #F1FAEE with #FAF1EE are triadic colors.