COLOR #F1FBFB

HEX: #F1FBFB RGB: (241,251,251)

Color info

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

RGB color model

#F1FBFB color RGB value is (241,251,251).

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

RGB channels and saturation

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

241
251
251

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

Portions of RGB colors in percentages

R + G + B = 241 + 251 + 251 = 743 (100%)
R 241 of 743 ~ 32.44%
G 251 of 743 ~ 33.78%
B 251 of 743 ~ 33.78'%

%32.44
%33.78
%33.78

CMYK color model

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

  • cyan value is 3.98%
  • magenta value is 0.00%
  • 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
%0
%1.57

Codes

Color #F1FBFB in popluar color models

F1 FB FB
RGB 241 251 251
HSL 180° 55.56% 96.47%
HSB/HSV 180° 3.98% 98.43%
CMYK 3.98% 0.00% 0.00%
1.57%

Color #F1FBFB in popluar number systems.

HEX F1 FB FB
Decimal 241 251 251
Binary 11110001 11111011 11111011
Octal 361 373 373

Shades and tints

Shades of #F1FBFB

#F1FBFB
(241,251,251)
#DCE5E5
(220,229,229)
#C7CFCF
(199,207,207)
#B2B9B9
(178,185,185)
#9DA3A3
(157,163,163)
#888D8D
(136,141,141)
#737777
(115,119,119)
#5E6161
(94,97,97)
#494B4B
(73,75,75)
#343535
(52,53,53)
#1F1F1F
(31,31,31)
#000000
(0,0,0)

Tints of #F1FBFB

#F1FBFB
(241,251,251)
#F2FBFB
(242,251,251)
#F3FBFB
(243,251,251)
#F4FBFB
(244,251,251)
#F5FBFB
(245,251,251)
#F6FBFB
(246,251,251)
#F7FBFB
(247,251,251)
#F8FBFB
(248,251,251)
#F9FBFB
(249,251,251)
#FAFBFB
(250,251,251)
#FBFBFB
(251,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1FBFB; }

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

This text font color is #F1FBFB.

Background Color

.myBgColor { background-color: #F1FBFB; }

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

This div background color is #F1FBFB.

Border color

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

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

This div border color is #F1FBFB.

Opacity

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

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

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

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

This text has shadow with #F1FBFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1FBFB.

Preview

Color preview on black background

This text has color #F1FBFB on black background.


Color preview on white background

This text has color #F1FBFB on white background.


Black color preview on #F1FBFB background

This text has black color on #F1FBFB background.


White color preview on #F1FBFB background

This text has white color on #F1FBFB background.


Related colors

Complementary color

Complementary color for #hex is #0E0404.


I love getcolorcode.com