COLOR #F0FEFA

HEX: #F0FEFA
RGB: (240,254,250)

Color info

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

RGB color model

#F0FEFA color RGB value is (240,254,250).

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

RGB channels and saturation

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

240
254
250

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

Portions of RGB colors in percentages

R + G + B =
240 + 254 + 250 = 744 (100%)
R 240 of 744 ~ 32.26%
G 254 of 744 ~ 34.14%
B 250 of 744 ~ 33.6%

%32.26
%34.14
%33.6

CMYK color model

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

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

CMYK percentages

%5.51
%0
%1.57
%0.39

Codes

Color #F0FEFA in popluar color models

F0FEFA
RGB240254250
HSL163°87.50%96.86%
HSB/HSV163°5.51%99.61%
CMYK5.51%0.00%1.57%
0.39%

Color #F0FEFA in popluar number systems.

HEXF0FEFA
Decimal240254250
Binary111100001111111011111010
Octal360376372

Shades and tints

Shades of #F0FEFA

#F0FEFA
(240,254,250)
#DBE7E4
(219,231,228)
#C6D0CE
(198,208,206)
#B1B9B8
(177,185,184)
#9CA2A2
(156,162,162)
#878B8C
(135,139,140)
#727476
(114,116,118)
#5D5D60
(93,93,96)
#48464A
(72,70,74)
#332F34
(51,47,52)
#1E181E
(30,24,30)
#000000
(0,0,0)

Tints of #F0FEFA

#F0FEFA
(240,254,250)
#F1FEFA
(241,254,250)
#F2FEFA
(242,254,250)
#F3FEFA
(243,254,250)
#F4FEFA
(244,254,250)
#F5FEFA
(245,254,250)
#F6FEFA
(246,254,250)
#F7FEFA
(247,254,250)
#F8FEFA
(248,254,250)
#F9FEFA
(249,254,250)
#FAFEFA
(250,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FEFA; }

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

This text font color is #F0FEFA.


Background Color

.myBgColor { background-color: #F0FEFA; }

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

This div background color is #F0FEFA.


Border color

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

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

This div border color is #F0FEFA.


Opacity

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

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

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

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

This text has shadow with #F0FEFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0FEFA on black background.


Color preview on white background

This text has color #F0FEFA on white background.



Black color preview on #F0FEFA background

This text has black color on #F0FEFA background.


White color preview on #F0FEFA background

This text has white color on #F0FEFA background.