COLOR #F1FDFB

HEX: #F1FDFB
RGB: (241,253,251)

Color info

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

RGB color model

#F1FDFB color RGB value is (241,253,251).

  • red value is 241;
  • green value is 253;
  • blue value is 251.
RGB:
(241,253,251)
(95%,99%,98%)

RGB channels and saturation

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

241
253
251

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

Portions of RGB colors in percentages

R + G + B =
241 + 253 + 251 = 745 (100%)
R 241 of 745 ~ 32.35%
G 253 of 745 ~ 33.96%
B 251 of 745 ~ 33.69%

%32.35
%33.96
%33.69

CMYK color model

#F1FDFB color CMYK value is (5,0,1,1).

  • cyan value is 4.74%
  • magenta value is 0.00%
  • yellow value is 0.79%
  • key color value is 0.78%
CMYK:
(5,0,1,1)
C5M0Y1K1 
(5%,0%,1%,1%)
(0.05/0.00/0.01/0.01)	

CMYK percentages

%4.74
%0
%0.79
%0.78

Codes

Color #F1FDFB in popluar color models

F1FDFB
RGB241253251
HSL170°75.00%96.86%
HSB/HSV170°4.74%99.22%
CMYK4.74%0.00%0.79%
0.78%

Color #F1FDFB in popluar number systems.

HEXF1FDFB
Decimal241253251
Binary111100011111110111111011
Octal361375373

Shades and tints

Shades of #F1FDFB

#F1FDFB
(241,253,251)
#DCE6E5
(220,230,229)
#C7CFCF
(199,207,207)
#B2B8B9
(178,184,185)
#9DA1A3
(157,161,163)
#888A8D
(136,138,141)
#737377
(115,115,119)
#5E5C61
(94,92,97)
#49454B
(73,69,75)
#342E35
(52,46,53)
#1F171F
(31,23,31)
#000000
(0,0,0)

Tints of #F1FDFB

#F1FDFB
(241,253,251)
#F2FDFB
(242,253,251)
#F3FDFB
(243,253,251)
#F4FDFB
(244,253,251)
#F5FDFB
(245,253,251)
#F6FDFB
(246,253,251)
#F7FDFB
(247,253,251)
#F8FDFB
(248,253,251)
#F9FDFB
(249,253,251)
#FAFDFB
(250,253,251)
#FBFDFB
(251,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1FDFB; }

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

This text font color is #F1FDFB.


Background Color

.myBgColor { background-color: #F1FDFB; }

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

This div background color is #F1FDFB.


Border color

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

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

This div border color is #F1FDFB.


Opacity

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

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

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

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

This text has shadow with #F1FDFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1FDFB on black background.


Color preview on white background

This text has color #F1FDFB on white background.



Black color preview on #F1FDFB background

This text has black color on #F1FDFB background.


White color preview on #F1FDFB background

This text has white color on #F1FDFB background.