COLOR #FAF3EA

HEX: #FAF3EA
RGB: (250,243,234)

Color info

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

RGB color model

#FAF3EA color RGB value is (250,243,234).

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

RGB channels and saturation

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

250
243
234

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

Portions of RGB colors in percentages

R + G + B =
250 + 243 + 234 = 727 (100%)
R 250 of 727 ~ 34.39%
G 243 of 727 ~ 33.43%
B 234 of 727 ~ 32.19%

%34.39
%33.43
%32.19

CMYK color model

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

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

Codes

Color #FAF3EA in popluar color models

FAF3EA
RGB250243234
HSL34°61.54%94.90%
HSB/HSV34°6.40%98.04%
CMYK0.00%2.80%6.40%
1.96%

Color #FAF3EA in popluar number systems.

HEXFAF3EA
Decimal250243234
Binary111110101111001111101010
Octal372363352

Shades and tints

Shades of #FAF3EA

#FAF3EA
(250,243,234)
#E4DDD5
(228,221,213)
#CEC7C0
(206,199,192)
#B8B1AB
(184,177,171)
#A29B96
(162,155,150)
#8C8581
(140,133,129)
#766F6C
(118,111,108)
#605957
(96,89,87)
#4A4342
(74,67,66)
#342D2D
(52,45,45)
#1E1718
(30,23,24)
#000000
(0,0,0)

Tints of #FAF3EA

#FAF3EA
(250,243,234)
#FAF4EB
(250,244,235)
#FAF5EC
(250,245,236)
#FAF6ED
(250,246,237)
#FAF7EE
(250,247,238)
#FAF8EF
(250,248,239)
#FAF9F0
(250,249,240)
#FAFAF1
(250,250,241)
#FAFBF2
(250,251,242)
#FAFCF3
(250,252,243)
#FAFDF4
(250,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF3EA; }

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

This text font color is #FAF3EA.


Background Color

.myBgColor { background-color: #FAF3EA; }

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

This div background color is #FAF3EA.


Border color

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

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

This div border color is #FAF3EA.


Opacity

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

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

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

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

This text has shadow with #FAF3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF3EA on black background.


Color preview on white background

This text has color #FAF3EA on white background.



Black color preview on #FAF3EA background

This text has black color on #FAF3EA background.


White color preview on #FAF3EA background

This text has white color on #FAF3EA background.