COLOR #F1FAFB

HEX: #F1FAFB RGB: (241,250,251)

Color info

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

RGB color model

#F1FAFB color RGB value is (241,250,251).

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

RGB channels and saturation

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

241
250
251

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

Portions of RGB colors in percentages

R + G + B = 241 + 250 + 251 = 742 (100%)
R 241 of 742 ~ 32.48%
G 250 of 742 ~ 33.69%
B 251 of 742 ~ 33.83'%

%32.48
%33.69
%33.83

CMYK color model

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

  • cyan value is 3.98%
  • magenta value is 0.40%
  • yellow value is 0.00%
  • key color value is 1.57%

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

CMYK percentages

%3.98
%0.4
%0
%1.57

Codes

Color #F1FAFB in popluar color models

F1 FA FB
RGB 241 250 251
HSL 186° 55.56% 96.47%
HSB/HSV 186° 3.98% 98.43%
CMYK 3.98% 0.40% 0.00%
1.57%

Color #F1FAFB in popluar number systems.

HEX F1 FA FB
Decimal 241 250 251
Binary 11110001 11111010 11111011
Octal 361 372 373

Shades and tints

Shades of #F1FAFB

#F1FAFB
(241,250,251)
#DCE4E5
(220,228,229)
#C7CECF
(199,206,207)
#B2B8B9
(178,184,185)
#9DA2A3
(157,162,163)
#888C8D
(136,140,141)
#737677
(115,118,119)
#5E6061
(94,96,97)
#494A4B
(73,74,75)
#343435
(52,52,53)
#1F1E1F
(31,30,31)
#000000
(0,0,0)

Tints of #F1FAFB

#F1FAFB
(241,250,251)
#F2FAFB
(242,250,251)
#F3FAFB
(243,250,251)
#F4FAFB
(244,250,251)
#F5FAFB
(245,250,251)
#F6FAFB
(246,250,251)
#F7FAFB
(247,250,251)
#F8FAFB
(248,250,251)
#F9FAFB
(249,250,251)
#FAFAFB
(250,250,251)
#FBFAFB
(251,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1FAFB; }

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

This text font color is #F1FAFB.

Background Color

.myBgColor { background-color: #F1FAFB; }

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

This div background color is #F1FAFB.

Border color

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

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

This div border color is #F1FAFB.

Opacity

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

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

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

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

This text has shadow with #F1FAFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1FAFB.

Preview

Color preview on black background

This text has color #F1FAFB on black background.


Color preview on white background

This text has color #F1FAFB on white background.


Black color preview on #F1FAFB background

This text has black color on #F1FAFB background.


White color preview on #F1FAFB background

This text has white color on #F1FAFB background.


Related colors

Complementary color

Complementary color for #hex is #0E0504.


I love getcolorcode.com

Triadic colors

1 #FBF1FA and #FAFBF1 with #F1FAFB are triadic colors.

2 #FBFAF1 and #FAF1FB with #F1FAFB are triadic colors.