COLOR #F0FFFB

HEX: #F0FFFB
RGB: (240,255,251)

Color info

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

RGB color model

#F0FFFB color RGB value is (240,255,251).

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

RGB channels and saturation

R 240 of 255 = 94%
G 255 of 255 = 100%
B 251 of 255 = 98%

240
255
251

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

Portions of RGB colors in percentages

R + G + B =
240 + 255 + 251 = 746 (100%)
R 240 of 746 ~ 32.17%
G 255 of 746 ~ 34.18%
B 251 of 746 ~ 33.65%

%32.17
%34.18
%33.65

CMYK color model

#F0FFFB color CMYK value is (6,0,2,0).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 1.57%
  • key color value is 0.00%
CMYK:
(6,0,2,0)
C6M0Y2K0 
(6%,0%,2%,0%)
(0.06/0.00/0.02/0.00)	

CMYK percentages

%5.88
%0
%1.57
%0

Codes

Color #F0FFFB in popluar color models

F0FFFB
RGB240255251
HSL164°100.00%97.06%
HSB/HSV164°5.88%100.00%
CMYK5.88%0.00%1.57%
0.00%

Color #F0FFFB in popluar number systems.

HEXF0FFFB
Decimal240255251
Binary111100001111111111111011
Octal360377373

Shades and tints

Shades of #F0FFFB

#F0FFFB
(240,255,251)
#DBE8E5
(219,232,229)
#C6D1CF
(198,209,207)
#B1BAB9
(177,186,185)
#9CA3A3
(156,163,163)
#878C8D
(135,140,141)
#727577
(114,117,119)
#5D5E61
(93,94,97)
#48474B
(72,71,75)
#333035
(51,48,53)
#1E191F
(30,25,31)
#000000
(0,0,0)

Tints of #F0FFFB

#F0FFFB
(240,255,251)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FFFB; }

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

This text font color is #F0FFFB.


Background Color

.myBgColor { background-color: #F0FFFB; }

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

This div background color is #F0FFFB.


Border color

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

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

This div border color is #F0FFFB.


Opacity

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

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

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

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

This text has shadow with #F0FFFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0FFFB on black background.


Color preview on white background

This text has color #F0FFFB on white background.



Black color preview on #F0FFFB background

This text has black color on #F0FFFB background.


White color preview on #F0FFFB background

This text has white color on #F0FFFB background.