COLOR #FAF3FA

HEX: #FAF3FA
RGB: (250,243,250)

Color info

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

RGB color model

#FAF3FA color RGB value is (250,243,250).

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

RGB channels and saturation

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

250
243
250

R + G + B ~ 97%. #FAF3FA is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 243 + 250 = 743 (100%)
R 250 of 743 ~ 33.65%
G 243 of 743 ~ 32.71%
B 250 of 743 ~ 33.65%

%33.65
%32.71
%33.65

CMYK color model

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

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

CMYK percentages

%0
%2.8
%0
%1.96

Codes

Color #FAF3FA in popluar color models

FAF3FA
RGB250243250
HSL300°41.18%96.67%
HSB/HSV300°2.80%98.04%
CMYK0.00%2.80%0.00%
1.96%

Color #FAF3FA in popluar number systems.

HEXFAF3FA
Decimal250243250
Binary111110101111001111111010
Octal372363372

Shades and tints

Shades of #FAF3FA

#FAF3FA
(250,243,250)
#E4DDE4
(228,221,228)
#CEC7CE
(206,199,206)
#B8B1B8
(184,177,184)
#A29BA2
(162,155,162)
#8C858C
(140,133,140)
#766F76
(118,111,118)
#605960
(96,89,96)
#4A434A
(74,67,74)
#342D34
(52,45,52)
#1E171E
(30,23,30)
#000000
(0,0,0)

Tints of #FAF3FA

#FAF3FA
(250,243,250)
#FAF4FA
(250,244,250)
#FAF5FA
(250,245,250)
#FAF6FA
(250,246,250)
#FAF7FA
(250,247,250)
#FAF8FA
(250,248,250)
#FAF9FA
(250,249,250)
#FAFAFA
(250,250,250)
#FAFBFA
(250,251,250)
#FAFCFA
(250,252,250)
#FAFDFA
(250,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF3FA; }

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

This text font color is #FAF3FA.


Background Color

.myBgColor { background-color: #FAF3FA; }

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

This div background color is #FAF3FA.


Border color

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

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

This div border color is #FAF3FA.


Opacity

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

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

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

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

This text has shadow with #FAF3FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF3FA on black background.


Color preview on white background

This text has color #FAF3FA on white background.



Black color preview on #FAF3FA background

This text has black color on #FAF3FA background.


White color preview on #FAF3FA background

This text has white color on #FAF3FA background.