COLOR #F0FEFB

HEX: #F0FEFB
RGB: (240,254,251)

Color info

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

RGB color model

#F0FEFB color RGB value is (240,254,251).

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

RGB channels and saturation

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

240
254
251

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

Portions of RGB colors in percentages

R + G + B =
240 + 254 + 251 = 745 (100%)
R 240 of 745 ~ 32.21%
G 254 of 745 ~ 34.09%
B 251 of 745 ~ 33.69%

%32.21
%34.09
%33.69

CMYK color model

#F0FEFB color CMYK value is (6,0,1,0).

  • cyan value is 5.51%
  • magenta value is 0.00%
  • yellow value is 1.18%
  • key color value is 0.39%
CMYK:
(6,0,1,0)
C6M0Y1K0 
(6%,0%,1%,0%)
(0.06/0.00/0.01/0.00)	

CMYK percentages

%5.51
%0
%1.18
%0.39

Codes

Color #F0FEFB in popluar color models

F0FEFB
RGB240254251
HSL167°87.50%96.86%
HSB/HSV167°5.51%99.61%
CMYK5.51%0.00%1.18%
0.39%

Color #F0FEFB in popluar number systems.

HEXF0FEFB
Decimal240254251
Binary111100001111111011111011
Octal360376373

Shades and tints

Shades of #F0FEFB

#F0FEFB
(240,254,251)
#DBE7E5
(219,231,229)
#C6D0CF
(198,208,207)
#B1B9B9
(177,185,185)
#9CA2A3
(156,162,163)
#878B8D
(135,139,141)
#727477
(114,116,119)
#5D5D61
(93,93,97)
#48464B
(72,70,75)
#332F35
(51,47,53)
#1E181F
(30,24,31)
#000000
(0,0,0)

Tints of #F0FEFB

#F0FEFB
(240,254,251)
#F1FEFB
(241,254,251)
#F2FEFB
(242,254,251)
#F3FEFB
(243,254,251)
#F4FEFB
(244,254,251)
#F5FEFB
(245,254,251)
#F6FEFB
(246,254,251)
#F7FEFB
(247,254,251)
#F8FEFB
(248,254,251)
#F9FEFB
(249,254,251)
#FAFEFB
(250,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FEFB; }

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

This text font color is #F0FEFB.


Background Color

.myBgColor { background-color: #F0FEFB; }

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

This div background color is #F0FEFB.


Border color

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

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

This div border color is #F0FEFB.


Opacity

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

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

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

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

This text has shadow with #F0FEFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0FEFB on black background.


Color preview on white background

This text has color #F0FEFB on white background.



Black color preview on #F0FEFB background

This text has black color on #F0FEFB background.


White color preview on #F0FEFB background

This text has white color on #F0FEFB background.