COLOR #FAF2F0

HEX: #FAF2F0
RGB: (250,242,240)

Color info

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

RGB color model

#FAF2F0 color RGB value is (250,242,240).

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

RGB channels and saturation

R 250 of 255 = 98%
G 242 of 255 = 95%
B 240 of 255 = 94%

250
242
240

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

Portions of RGB colors in percentages

R + G + B =
250 + 242 + 240 = 732 (100%)
R 250 of 732 ~ 34.15%
G 242 of 732 ~ 33.06%
B 240 of 732 ~ 32.79%

%34.15
%33.06
%32.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.20%
  • yellow value is 4.00%
  • key color value is 1.96%
CMYK:
(0,3,4,2)
C0M3Y4K2 
(0%,3%,4%,2%)
(0.00/0.03/0.04/0.02)	

CMYK percentages

%0
%3.2
%4
%1.96

Codes

Color #FAF2F0 in popluar color models

FAF2F0
RGB250242240
HSL12°50.00%96.08%
HSB/HSV12°4.00%98.04%
CMYK0.00%3.20%4.00%
1.96%

Color #FAF2F0 in popluar number systems.

HEXFAF2F0
Decimal250242240
Binary111110101111001011110000
Octal372362360

Shades and tints

Shades of #FAF2F0

#FAF2F0
(250,242,240)
#E4DCDB
(228,220,219)
#CEC6C6
(206,198,198)
#B8B0B1
(184,176,177)
#A29A9C
(162,154,156)
#8C8487
(140,132,135)
#766E72
(118,110,114)
#60585D
(96,88,93)
#4A4248
(74,66,72)
#342C33
(52,44,51)
#1E161E
(30,22,30)
#000000
(0,0,0)

Tints of #FAF2F0

#FAF2F0
(250,242,240)
#FAF3F1
(250,243,241)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF2F0; }

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

This text font color is #FAF2F0.


Background Color

.myBgColor { background-color: #FAF2F0; }

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

This div background color is #FAF2F0.


Border color

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

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

This div border color is #FAF2F0.


Opacity

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

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

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

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

This text has shadow with #FAF2F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF2F0 on black background.


Color preview on white background

This text has color #FAF2F0 on white background.



Black color preview on #FAF2F0 background

This text has black color on #FAF2F0 background.


White color preview on #FAF2F0 background

This text has white color on #FAF2F0 background.