COLOR #FAF3E3

HEX: #FAF3E3
RGB: (250,243,227)

Color info

#FAF3E3 contains red, green and blue colors in about the same proportion. Web safe color of #FAF3E3 is #FFFFCC (or #FFC).

RGB color model

#FAF3E3 color RGB value is (250,243,227).

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

RGB channels and saturation

R 250 of 255 = 98%
G 243 of 255 = 95%
B 227 of 255 = 89%

250
243
227

R + G + B ~ 94%. #FAF3E3 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 243 + 227 = 720 (100%)
R 250 of 720 ~ 34.72%
G 243 of 720 ~ 33.75%
B 227 of 720 ~ 31.53%

%34.72
%33.75
%31.53

CMYK color model

#FAF3E3 color CMYK value is (0,3,9,2).

  • cyan value is 0.00%
  • magenta value is 2.80%
  • yellow value is 9.20%
  • key color value is 1.96%
CMYK:
(0,3,9,2)
C0M3Y9K2 
(0%,3%,9%,2%)
(0.00/0.03/0.09/0.02)	

CMYK percentages

%0
%2.8
%9.2
%1.96

Codes

Color #FAF3E3 in popluar color models

FAF3E3
RGB250243227
HSL42°69.70%93.53%
HSB/HSV42°9.20%98.04%
CMYK0.00%2.80%9.20%
1.96%

Color #FAF3E3 in popluar number systems.

HEXFAF3E3
Decimal250243227
Binary111110101111001111100011
Octal372363343

Shades and tints

Shades of #FAF3E3

#FAF3E3
(250,243,227)
#E4DDCF
(228,221,207)
#CEC7BB
(206,199,187)
#B8B1A7
(184,177,167)
#A29B93
(162,155,147)
#8C857F
(140,133,127)
#766F6B
(118,111,107)
#605957
(96,89,87)
#4A4343
(74,67,67)
#342D2F
(52,45,47)
#1E171B
(30,23,27)
#000000
(0,0,0)

Tints of #FAF3E3

#FAF3E3
(250,243,227)
#FAF4E5
(250,244,229)
#FAF5E7
(250,245,231)
#FAF6E9
(250,246,233)
#FAF7EB
(250,247,235)
#FAF8ED
(250,248,237)
#FAF9EF
(250,249,239)
#FAFAF1
(250,250,241)
#FAFBF3
(250,251,243)
#FAFCF5
(250,252,245)
#FAFDF7
(250,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF3E3; }

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

This text font color is #FAF3E3.


Background Color

.myBgColor { background-color: #FAF3E3; }

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

This div background color is #FAF3E3.


Border color

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

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

This div border color is #FAF3E3.


Opacity

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

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

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

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

This text has shadow with #FAF3E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF3E3 on black background.


Color preview on white background

This text has color #FAF3E3 on white background.



Black color preview on #FAF3E3 background

This text has black color on #FAF3E3 background.


White color preview on #FAF3E3 background

This text has white color on #FAF3E3 background.