COLOR #FAF2EA

HEX: #FAF2EA
RGB: (250,242,234)

Color info

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

RGB color model

#FAF2EA color RGB value is (250,242,234).

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

RGB channels and saturation

R 250 of 255 = 98%
G 242 of 255 = 95%
B 234 of 255 = 92%

250
242
234

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

Portions of RGB colors in percentages

R + G + B =
250 + 242 + 234 = 726 (100%)
R 250 of 726 ~ 34.44%
G 242 of 726 ~ 33.33%
B 234 of 726 ~ 32.23%

%34.44
%33.33
%32.23

CMYK color model

#FAF2EA color CMYK value is (0,3,6,2).

  • cyan value is 0.00%
  • magenta value is 3.20%
  • yellow value is 6.40%
  • key color value is 1.96%
CMYK:
(0,3,6,2)
C0M3Y6K2 
(0%,3%,6%,2%)
(0.00/0.03/0.06/0.02)	

CMYK percentages

%0
%3.2
%6.4
%1.96

Codes

Color #FAF2EA in popluar color models

FAF2EA
RGB250242234
HSL30°61.54%94.90%
HSB/HSV30°6.40%98.04%
CMYK0.00%3.20%6.40%
1.96%

Color #FAF2EA in popluar number systems.

HEXFAF2EA
Decimal250242234
Binary111110101111001011101010
Octal372362352

Shades and tints

Shades of #FAF2EA

#FAF2EA
(250,242,234)
#E4DCD5
(228,220,213)
#CEC6C0
(206,198,192)
#B8B0AB
(184,176,171)
#A29A96
(162,154,150)
#8C8481
(140,132,129)
#766E6C
(118,110,108)
#605857
(96,88,87)
#4A4242
(74,66,66)
#342C2D
(52,44,45)
#1E1618
(30,22,24)
#000000
(0,0,0)

Tints of #FAF2EA

#FAF2EA
(250,242,234)
#FAF3EB
(250,243,235)
#FAF4EC
(250,244,236)
#FAF5ED
(250,245,237)
#FAF6EE
(250,246,238)
#FAF7EF
(250,247,239)
#FAF8F0
(250,248,240)
#FAF9F1
(250,249,241)
#FAFAF2
(250,250,242)
#FAFBF3
(250,251,243)
#FAFCF4
(250,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF2EA; }

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

This text font color is #FAF2EA.


Background Color

.myBgColor { background-color: #FAF2EA; }

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

This div background color is #FAF2EA.


Border color

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

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

This div border color is #FAF2EA.


Opacity

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

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

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

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

This text has shadow with #FAF2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF2EA on black background.


Color preview on white background

This text has color #FAF2EA on white background.



Black color preview on #FAF2EA background

This text has black color on #FAF2EA background.


White color preview on #FAF2EA background

This text has white color on #FAF2EA background.