COLOR #FAF4F2

HEX: #FAF4F2
RGB: (250,244,242)

Color info

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

RGB color model

#FAF4F2 color RGB value is (250,244,242).

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

RGB channels and saturation

R 250 of 255 = 98%
G 244 of 255 = 96%
B 242 of 255 = 95%

250
244
242

R + G + B ~ 96%. #FAF4F2 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 244 + 242 = 736 (100%)
R 250 of 736 ~ 33.97%
G 244 of 736 ~ 33.15%
B 242 of 736 ~ 32.88%

%33.97
%33.15
%32.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.40%
  • yellow value is 3.20%
  • key color value is 1.96%
CMYK:
(0,2,3,2)
C0M2Y3K2 
(0%,2%,3%,2%)
(0.00/0.02/0.03/0.02)	

CMYK percentages

%0
%2.4
%3.2
%1.96

Codes

Color #FAF4F2 in popluar color models

FAF4F2
RGB250244242
HSL15°44.44%96.47%
HSB/HSV15°3.20%98.04%
CMYK0.00%2.40%3.20%
1.96%

Color #FAF4F2 in popluar number systems.

HEXFAF4F2
Decimal250244242
Binary111110101111010011110010
Octal372364362

Shades and tints

Shades of #FAF4F2

#FAF4F2
(250,244,242)
#E4DEDC
(228,222,220)
#CEC8C6
(206,200,198)
#B8B2B0
(184,178,176)
#A29C9A
(162,156,154)
#8C8684
(140,134,132)
#76706E
(118,112,110)
#605A58
(96,90,88)
#4A4442
(74,68,66)
#342E2C
(52,46,44)
#1E1816
(30,24,22)
#000000
(0,0,0)

Tints of #FAF4F2

#FAF4F2
(250,244,242)
#FAF5F3
(250,245,243)
#FAF6F4
(250,246,244)
#FAF7F5
(250,247,245)
#FAF8F6
(250,248,246)
#FAF9F7
(250,249,247)
#FAFAF8
(250,250,248)
#FAFBF9
(250,251,249)
#FAFCFA
(250,252,250)
#FAFDFB
(250,253,251)
#FAFEFC
(250,254,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF4F2; }

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

This text font color is #FAF4F2.


Background Color

.myBgColor { background-color: #FAF4F2; }

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

This div background color is #FAF4F2.


Border color

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

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

This div border color is #FAF4F2.


Opacity

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

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

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

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

This text has shadow with #FAF4F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF4F2 on black background.


Color preview on white background

This text has color #FAF4F2 on white background.



Black color preview on #FAF4F2 background

This text has black color on #FAF4F2 background.


White color preview on #FAF4F2 background

This text has white color on #FAF4F2 background.