COLOR #FAF1EB

HEX: #FAF1EB
RGB: (250,241,235)

Color info

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

RGB color model

#FAF1EB color RGB value is (250,241,235).

  • red value is 250;
  • green value is 241;
  • blue value is 235.
RGB:
(250,241,235)
(98%,95%,92%)

RGB channels and saturation

R 250 of 255 = 98%
G 241 of 255 = 95%
B 235 of 255 = 92%

250
241
235

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

Portions of RGB colors in percentages

R + G + B =
250 + 241 + 235 = 726 (100%)
R 250 of 726 ~ 34.44%
G 241 of 726 ~ 33.2%
B 235 of 726 ~ 32.37%

%34.44
%33.2
%32.37

CMYK color model

#FAF1EB color CMYK value is (0,4,6,2).

  • cyan value is 0.00%
  • magenta value is 3.60%
  • yellow value is 6.00%
  • key color value is 1.96%
CMYK:
(0,4,6,2)
C0M4Y6K2 
(0%,4%,6%,2%)
(0.00/0.04/0.06/0.02)	

CMYK percentages

%0
%3.6
%6
%1.96

Codes

Color #FAF1EB in popluar color models

FAF1EB
RGB250241235
HSL24°60.00%95.10%
HSB/HSV24°6.00%98.04%
CMYK0.00%3.60%6.00%
1.96%

Color #FAF1EB in popluar number systems.

HEXFAF1EB
Decimal250241235
Binary111110101111000111101011
Octal372361353

Shades and tints

Shades of #FAF1EB

#FAF1EB
(250,241,235)
#E4DCD6
(228,220,214)
#CEC7C1
(206,199,193)
#B8B2AC
(184,178,172)
#A29D97
(162,157,151)
#8C8882
(140,136,130)
#76736D
(118,115,109)
#605E58
(96,94,88)
#4A4943
(74,73,67)
#34342E
(52,52,46)
#1E1F19
(30,31,25)
#000000
(0,0,0)

Tints of #FAF1EB

#FAF1EB
(250,241,235)
#FAF2EC
(250,242,236)
#FAF3ED
(250,243,237)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF1EB; }

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

This text font color is #FAF1EB.


Background Color

.myBgColor { background-color: #FAF1EB; }

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

This div background color is #FAF1EB.


Border color

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

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

This div border color is #FAF1EB.


Opacity

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

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

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

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

This text has shadow with #FAF1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF1EB on black background.


Color preview on white background

This text has color #FAF1EB on white background.



Black color preview on #FAF1EB background

This text has black color on #FAF1EB background.


White color preview on #FAF1EB background

This text has white color on #FAF1EB background.