COLOR #F1FFFB

HEX: #F1FFFB
RGB: (241,255,251)

Color info

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

RGB color model

#F1FFFB color RGB value is (241,255,251).

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

RGB channels and saturation

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

241
255
251

R + G + B ~ 98%. #F1FFFB is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 255 + 251 = 747 (100%)
R 241 of 747 ~ 32.26%
G 255 of 747 ~ 34.14%
B 251 of 747 ~ 33.6%

%32.26
%34.14
%33.6

CMYK color model

#F1FFFB color CMYK value is (5,0,2,0).

  • cyan value is 5.49%
  • magenta value is 0.00%
  • yellow value is 1.57%
  • key color value is 0.00%
CMYK:
(5,0,2,0)
C5M0Y2K0 
(5%,0%,2%,0%)
(0.05/0.00/0.02/0.00)	

CMYK percentages

%5.49
%0
%1.57
%0

Codes

Color #F1FFFB in popluar color models

F1FFFB
RGB241255251
HSL163°100.00%97.25%
HSB/HSV163°5.49%100.00%
CMYK5.49%0.00%1.57%
0.00%

Color #F1FFFB in popluar number systems.

HEXF1FFFB
Decimal241255251
Binary111100011111111111111011
Octal361377373

Shades and tints

Shades of #F1FFFB

#F1FFFB
(241,255,251)
#DCE8E5
(220,232,229)
#C7D1CF
(199,209,207)
#B2BAB9
(178,186,185)
#9DA3A3
(157,163,163)
#888C8D
(136,140,141)
#737577
(115,117,119)
#5E5E61
(94,94,97)
#49474B
(73,71,75)
#343035
(52,48,53)
#1F191F
(31,25,31)
#000000
(0,0,0)

Tints of #F1FFFB

#F1FFFB
(241,255,251)
#F2FFFB
(242,255,251)
#F3FFFB
(243,255,251)
#F4FFFB
(244,255,251)
#F5FFFB
(245,255,251)
#F6FFFB
(246,255,251)
#F7FFFB
(247,255,251)
#F8FFFB
(248,255,251)
#F9FFFB
(249,255,251)
#FAFFFB
(250,255,251)
#FBFFFB
(251,255,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1FFFB; }

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

This text font color is #F1FFFB.


Background Color

.myBgColor { background-color: #F1FFFB; }

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

This div background color is #F1FFFB.


Border color

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

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

This div border color is #F1FFFB.


Opacity

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

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

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

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

This text has shadow with #F1FFFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1FFFB on black background.


Color preview on white background

This text has color #F1FFFB on white background.



Black color preview on #F1FFFB background

This text has black color on #F1FFFB background.


White color preview on #F1FFFB background

This text has white color on #F1FFFB background.