COLOR #F0FEEF

HEX: #F0FEEF
RGB: (240,254,239)

Color info

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

RGB color model

#F0FEEF color RGB value is (240,254,239).

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

RGB channels and saturation

R 240 of 255 = 94%
G 254 of 255 = 100%
B 239 of 255 = 94%

240
254
239

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

Portions of RGB colors in percentages

R + G + B =
240 + 254 + 239 = 733 (100%)
R 240 of 733 ~ 32.74%
G 254 of 733 ~ 34.65%
B 239 of 733 ~ 32.61%

%32.74
%34.65
%32.61

CMYK color model

#F0FEEF color CMYK value is (6,0,6,0).

  • cyan value is 5.51%
  • magenta value is 0.00%
  • yellow value is 5.91%
  • key color value is 0.39%
CMYK:
(6,0,6,0)
C6M0Y6K0 
(6%,0%,6%,0%)
(0.06/0.00/0.06/0.00)	

CMYK percentages

%5.51
%0
%5.91
%0.39

Codes

Color #F0FEEF in popluar color models

F0FEEF
RGB240254239
HSL116°88.24%96.67%
HSB/HSV116°5.91%99.61%
CMYK5.51%0.00%5.91%
0.39%

Color #F0FEEF in popluar number systems.

HEXF0FEEF
Decimal240254239
Binary111100001111111011101111
Octal360376357

Shades and tints

Shades of #F0FEEF

#F0FEEF
(240,254,239)
#DBE7DA
(219,231,218)
#C6D0C5
(198,208,197)
#B1B9B0
(177,185,176)
#9CA29B
(156,162,155)
#878B86
(135,139,134)
#727471
(114,116,113)
#5D5D5C
(93,93,92)
#484647
(72,70,71)
#332F32
(51,47,50)
#1E181D
(30,24,29)
#000000
(0,0,0)

Tints of #F0FEEF

#F0FEEF
(240,254,239)
#F1FEF0
(241,254,240)
#F2FEF1
(242,254,241)
#F3FEF2
(243,254,242)
#F4FEF3
(244,254,243)
#F5FEF4
(245,254,244)
#F6FEF5
(246,254,245)
#F7FEF6
(247,254,246)
#F8FEF7
(248,254,247)
#F9FEF8
(249,254,248)
#FAFEF9
(250,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FEEF; }

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

This text font color is #F0FEEF.


Background Color

.myBgColor { background-color: #F0FEEF; }

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

This div background color is #F0FEEF.


Border color

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

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

This div border color is #F0FEEF.


Opacity

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

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

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

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

This text has shadow with #F0FEEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0FEEF on black background.


Color preview on white background

This text has color #F0FEEF on white background.



Black color preview on #F0FEEF background

This text has black color on #F0FEEF background.


White color preview on #F0FEEF background

This text has white color on #F0FEEF background.