COLOR #F0FFEE

HEX: #F0FFEE
RGB: (240,255,238)

Color info

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

RGB color model

#F0FFEE color RGB value is (240,255,238).

  • red value is 240;
  • green value is 255;
  • blue value is 238.
RGB:
(240,255,238)
(94%,100%,93%)

RGB channels and saturation

R 240 of 255 = 94%
G 255 of 255 = 100%
B 238 of 255 = 93%

240
255
238

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

Portions of RGB colors in percentages

R + G + B =
240 + 255 + 238 = 733 (100%)
R 240 of 733 ~ 32.74%
G 255 of 733 ~ 34.79%
B 238 of 733 ~ 32.47%

%32.74
%34.79
%32.47

CMYK color model

#F0FFEE color CMYK value is (6,0,7,0).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 0.00%
CMYK:
(6,0,7,0)
C6M0Y7K0 
(6%,0%,7%,0%)
(0.06/0.00/0.07/0.00)	

CMYK percentages

%5.88
%0
%6.67
%0

Codes

Color #F0FFEE in popluar color models

F0FFEE
RGB240255238
HSL113°100.00%96.67%
HSB/HSV113°6.67%100.00%
CMYK5.88%0.00%6.67%
0.00%

Color #F0FFEE in popluar number systems.

HEXF0FFEE
Decimal240255238
Binary111100001111111111101110
Octal360377356

Shades and tints

Shades of #F0FFEE

#F0FFEE
(240,255,238)
#DBE8D9
(219,232,217)
#C6D1C4
(198,209,196)
#B1BAAF
(177,186,175)
#9CA39A
(156,163,154)
#878C85
(135,140,133)
#727570
(114,117,112)
#5D5E5B
(93,94,91)
#484746
(72,71,70)
#333031
(51,48,49)
#1E191C
(30,25,28)
#000000
(0,0,0)

Tints of #F0FFEE

#F0FFEE
(240,255,238)
#F1FFEF
(241,255,239)
#F2FFF0
(242,255,240)
#F3FFF1
(243,255,241)
#F4FFF2
(244,255,242)
#F5FFF3
(245,255,243)
#F6FFF4
(246,255,244)
#F7FFF5
(247,255,245)
#F8FFF6
(248,255,246)
#F9FFF7
(249,255,247)
#FAFFF8
(250,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0FFEE color. Also use rgb(240,255,238) instead hex code.

Text Font Color

.myTextColor { color: #F0FFEE; }

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

This text font color is #F0FFEE.


Background Color

.myBgColor { background-color: #F0FFEE; }

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

This div background color is #F0FFEE.


Border color

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

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

This div border color is #F0FFEE.


Opacity

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

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

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

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

This text has shadow with #F0FFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0FFEE on black background.


Color preview on white background

This text has color #F0FFEE on white background.



Black color preview on #F0FFEE background

This text has black color on #F0FFEE background.


White color preview on #F0FFEE background

This text has white color on #F0FFEE background.