COLOR #F0FEF2

HEX: #F0FEF2
RGB: (240,254,242)

Color info

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

RGB color model

#F0FEF2 color RGB value is (240,254,242).

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

RGB channels and saturation

R 240 of 255 = 94%
G 254 of 255 = 100%
B 242 of 255 = 95%

240
254
242

R + G + B ~ 96%. #F0FEF2 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 254 + 242 = 736 (100%)
R 240 of 736 ~ 32.61%
G 254 of 736 ~ 34.51%
B 242 of 736 ~ 32.88%

%32.61
%34.51
%32.88

CMYK color model

#F0FEF2 color CMYK value is (6,0,5,0).

  • cyan value is 5.51%
  • magenta value is 0.00%
  • yellow value is 4.72%
  • key color value is 0.39%
CMYK:
(6,0,5,0)
C6M0Y5K0 
(6%,0%,5%,0%)
(0.06/0.00/0.05/0.00)	

CMYK percentages

%5.51
%0
%4.72
%0.39

Codes

Color #F0FEF2 in popluar color models

F0FEF2
RGB240254242
HSL129°87.50%96.86%
HSB/HSV129°5.51%99.61%
CMYK5.51%0.00%4.72%
0.39%

Color #F0FEF2 in popluar number systems.

HEXF0FEF2
Decimal240254242
Binary111100001111111011110010
Octal360376362

Shades and tints

Shades of #F0FEF2

#F0FEF2
(240,254,242)
#DBE7DC
(219,231,220)
#C6D0C6
(198,208,198)
#B1B9B0
(177,185,176)
#9CA29A
(156,162,154)
#878B84
(135,139,132)
#72746E
(114,116,110)
#5D5D58
(93,93,88)
#484642
(72,70,66)
#332F2C
(51,47,44)
#1E1816
(30,24,22)
#000000
(0,0,0)

Tints of #F0FEF2

#F0FEF2
(240,254,242)
#F1FEF3
(241,254,243)
#F2FEF4
(242,254,244)
#F3FEF5
(243,254,245)
#F4FEF6
(244,254,246)
#F5FEF7
(245,254,247)
#F6FEF8
(246,254,248)
#F7FEF9
(247,254,249)
#F8FEFA
(248,254,250)
#F9FEFB
(249,254,251)
#FAFEFC
(250,254,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FEF2; }

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

This text font color is #F0FEF2.


Background Color

.myBgColor { background-color: #F0FEF2; }

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

This div background color is #F0FEF2.


Border color

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

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

This div border color is #F0FEF2.


Opacity

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

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

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

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

This text has shadow with #F0FEF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0FEF2 on black background.


Color preview on white background

This text has color #F0FEF2 on white background.



Black color preview on #F0FEF2 background

This text has black color on #F0FEF2 background.


White color preview on #F0FEF2 background

This text has white color on #F0FEF2 background.