COLOR #F0FEE9

HEX: #F0FEE9
RGB: (240,254,233)

Color info

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

RGB color model

#F0FEE9 color RGB value is (240,254,233).

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

RGB channels and saturation

R 240 of 255 = 94%
G 254 of 255 = 100%
B 233 of 255 = 91%

240
254
233

R + G + B ~ 95%. #F0FEE9 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 254 + 233 = 727 (100%)
R 240 of 727 ~ 33.01%
G 254 of 727 ~ 34.94%
B 233 of 727 ~ 32.05%

%33.01
%34.94
%32.05

CMYK color model

#F0FEE9 color CMYK value is (6,0,8,0).

  • cyan value is 5.51%
  • magenta value is 0.00%
  • yellow value is 8.27%
  • key color value is 0.39%
CMYK:
(6,0,8,0)
C6M0Y8K0 
(6%,0%,8%,0%)
(0.06/0.00/0.08/0.00)	

CMYK percentages

%5.51
%0
%8.27
%0.39

Codes

Color #F0FEE9 in popluar color models

F0FEE9
RGB240254233
HSL100°91.30%95.49%
HSB/HSV100°8.27%99.61%
CMYK5.51%0.00%8.27%
0.39%

Color #F0FEE9 in popluar number systems.

HEXF0FEE9
Decimal240254233
Binary111100001111111011101001
Octal360376351

Shades and tints

Shades of #F0FEE9

#F0FEE9
(240,254,233)
#DBE7D4
(219,231,212)
#C6D0BF
(198,208,191)
#B1B9AA
(177,185,170)
#9CA295
(156,162,149)
#878B80
(135,139,128)
#72746B
(114,116,107)
#5D5D56
(93,93,86)
#484641
(72,70,65)
#332F2C
(51,47,44)
#1E1817
(30,24,23)
#000000
(0,0,0)

Tints of #F0FEE9

#F0FEE9
(240,254,233)
#F1FEEB
(241,254,235)
#F2FEED
(242,254,237)
#F3FEEF
(243,254,239)
#F4FEF1
(244,254,241)
#F5FEF3
(245,254,243)
#F6FEF5
(246,254,245)
#F7FEF7
(247,254,247)
#F8FEF9
(248,254,249)
#F9FEFB
(249,254,251)
#FAFEFD
(250,254,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FEE9; }

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

This text font color is #F0FEE9.


Background Color

.myBgColor { background-color: #F0FEE9; }

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

This div background color is #F0FEE9.


Border color

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

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

This div border color is #F0FEE9.


Opacity

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

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

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

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

This text has shadow with #F0FEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0FEE9 on black background.


Color preview on white background

This text has color #F0FEE9 on white background.



Black color preview on #F0FEE9 background

This text has black color on #F0FEE9 background.


White color preview on #F0FEE9 background

This text has white color on #F0FEE9 background.