COLOR #FAF0F7

HEX: #FAF0F7
RGB: (250,240,247)

Color info

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

RGB color model

#FAF0F7 color RGB value is (250,240,247).

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

RGB channels and saturation

R 250 of 255 = 98%
G 240 of 255 = 94%
B 247 of 255 = 97%

250
240
247

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

Portions of RGB colors in percentages

R + G + B =
250 + 240 + 247 = 737 (100%)
R 250 of 737 ~ 33.92%
G 240 of 737 ~ 32.56%
B 247 of 737 ~ 33.51%

%33.92
%32.56
%33.51

CMYK color model

#FAF0F7 color CMYK value is (0,4,1,2).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 1.20%
  • key color value is 1.96%
CMYK:
(0,4,1,2)
C0M4Y1K2 
(0%,4%,1%,2%)
(0.00/0.04/0.01/0.02)	

CMYK percentages

%0
%4
%1.2
%1.96

Codes

Color #FAF0F7 in popluar color models

FAF0F7
RGB250240247
HSL318°50.00%96.08%
HSB/HSV318°4.00%98.04%
CMYK0.00%4.00%1.20%
1.96%

Color #FAF0F7 in popluar number systems.

HEXFAF0F7
Decimal250240247
Binary111110101111000011110111
Octal372360367

Shades and tints

Shades of #FAF0F7

#FAF0F7
(250,240,247)
#E4DBE1
(228,219,225)
#CEC6CB
(206,198,203)
#B8B1B5
(184,177,181)
#A29C9F
(162,156,159)
#8C8789
(140,135,137)
#767273
(118,114,115)
#605D5D
(96,93,93)
#4A4847
(74,72,71)
#343331
(52,51,49)
#1E1E1B
(30,30,27)
#000000
(0,0,0)

Tints of #FAF0F7

#FAF0F7
(250,240,247)
#FAF1F7
(250,241,247)
#FAF2F7
(250,242,247)
#FAF3F7
(250,243,247)
#FAF4F7
(250,244,247)
#FAF5F7
(250,245,247)
#FAF6F7
(250,246,247)
#FAF7F7
(250,247,247)
#FAF8F7
(250,248,247)
#FAF9F7
(250,249,247)
#FAFAF7
(250,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF0F7; }

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

This text font color is #FAF0F7.


Background Color

.myBgColor { background-color: #FAF0F7; }

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

This div background color is #FAF0F7.


Border color

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

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

This div border color is #FAF0F7.


Opacity

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

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

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

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

This text has shadow with #FAF0F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF0F7 on black background.


Color preview on white background

This text has color #FAF0F7 on white background.



Black color preview on #FAF0F7 background

This text has black color on #FAF0F7 background.


White color preview on #FAF0F7 background

This text has white color on #FAF0F7 background.