COLOR #FAF4EA

HEX: #FAF4EA
RGB: (250,244,234)

Color info

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

RGB color model

#FAF4EA color RGB value is (250,244,234).

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

RGB channels and saturation

R 250 of 255 = 98%
G 244 of 255 = 96%
B 234 of 255 = 92%

250
244
234

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

Portions of RGB colors in percentages

R + G + B =
250 + 244 + 234 = 728 (100%)
R 250 of 728 ~ 34.34%
G 244 of 728 ~ 33.52%
B 234 of 728 ~ 32.14%

%34.34
%33.52
%32.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.40%
  • yellow value is 6.40%
  • key color value is 1.96%
CMYK:
(0,2,6,2)
C0M2Y6K2 
(0%,2%,6%,2%)
(0.00/0.02/0.06/0.02)	

CMYK percentages

%0
%2.4
%6.4
%1.96

Codes

Color #FAF4EA in popluar color models

FAF4EA
RGB250244234
HSL38°61.54%94.90%
HSB/HSV38°6.40%98.04%
CMYK0.00%2.40%6.40%
1.96%

Color #FAF4EA in popluar number systems.

HEXFAF4EA
Decimal250244234
Binary111110101111010011101010
Octal372364352

Shades and tints

Shades of #FAF4EA

#FAF4EA
(250,244,234)
#E4DED5
(228,222,213)
#CEC8C0
(206,200,192)
#B8B2AB
(184,178,171)
#A29C96
(162,156,150)
#8C8681
(140,134,129)
#76706C
(118,112,108)
#605A57
(96,90,87)
#4A4442
(74,68,66)
#342E2D
(52,46,45)
#1E1818
(30,24,24)
#000000
(0,0,0)

Tints of #FAF4EA

#FAF4EA
(250,244,234)
#FAF5EB
(250,245,235)
#FAF6EC
(250,246,236)
#FAF7ED
(250,247,237)
#FAF8EE
(250,248,238)
#FAF9EF
(250,249,239)
#FAFAF0
(250,250,240)
#FAFBF1
(250,251,241)
#FAFCF2
(250,252,242)
#FAFDF3
(250,253,243)
#FAFEF4
(250,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF4EA; }

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

This text font color is #FAF4EA.


Background Color

.myBgColor { background-color: #FAF4EA; }

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

This div background color is #FAF4EA.


Border color

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

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

This div border color is #FAF4EA.


Opacity

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

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

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

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

This text has shadow with #FAF4EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF4EA on black background.


Color preview on white background

This text has color #FAF4EA on white background.



Black color preview on #FAF4EA background

This text has black color on #FAF4EA background.


White color preview on #FAF4EA background

This text has white color on #FAF4EA background.