COLOR #FAF1FA

HEX: #FAF1FA RGB: (250,241,250)

Color info

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

RGB color model

#FAF1FA color RGB value is (250,241,250).

RGB: (250,241,250) (98%, 95%, 98%)

RGB channels and saturation

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

250
241
250

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

Portions of RGB colors in percentages

R + G + B = 250 + 241 + 250 = 741 (100%)
R 250 of 741 ~ 33.74%
G 241 of 741 ~ 32.52%
B 250 of 741 ~ 33.74'%

%33.74
%32.52
%33.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.60%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (0,4,0,2)
C0M4Y0K2 (0%, 4%, 0%, 2%)
(0.00 / 0.04 / 0.00 / 0.02)

CMYK percentages

%0
%3.6
%0
%1.96

Codes

Color #FAF1FA in popluar color models

FA F1 FA
RGB 250 241 250
HSL 300° 47.37% 96.27%
HSB/HSV 300° 3.60% 98.04%
CMYK 0.00% 3.60% 0.00%
1.96%

Color #FAF1FA in popluar number systems.

HEX FA F1 FA
Decimal 250 241 250
Binary 11111010 11110001 11111010
Octal 372 361 372

Shades and tints

Shades of #FAF1FA

#FAF1FA
(250,241,250)
#E4DCE4
(228,220,228)
#CEC7CE
(206,199,206)
#B8B2B8
(184,178,184)
#A29DA2
(162,157,162)
#8C888C
(140,136,140)
#767376
(118,115,118)
#605E60
(96,94,96)
#4A494A
(74,73,74)
#343434
(52,52,52)
#1E1F1E
(30,31,30)
#000000
(0,0,0)

Tints of #FAF1FA

#FAF1FA
(250,241,250)
#FAF2FA
(250,242,250)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF1FA; }

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

This text font color is #FAF1FA.

Background Color

.myBgColor { background-color: #FAF1FA; }

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

This div background color is #FAF1FA.

Border color

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

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

This div border color is #FAF1FA.

Opacity

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

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

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

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

This text has shadow with #FAF1FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAF1FA.

Preview

Color preview on black background

This text has color #FAF1FA on black background.


Color preview on white background

This text has color #FAF1FA on white background.


Black color preview on #FAF1FA background

This text has black color on #FAF1FA background.


White color preview on #FAF1FA background

This text has white color on #FAF1FA background.


Related colors

Complementary color

Complementary color for #hex is #050E05.


I love getcolorcode.com

Triadic colors

1 #FAFAF1 and #F1FAFA with #FAF1FA are triadic colors.

2 #FAF1FA and #F1FAFA with #FAF1FA are triadic colors.