COLOR #F0FCF7

HEX: #F0FCF7
RGB: (240,252,247)

Color info

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

RGB color model

#F0FCF7 color RGB value is (240,252,247).

  • red value is 240;
  • green value is 252;
  • blue value is 247.
RGB:
(240,252,247)
(94%,99%,97%)

RGB channels and saturation

R 240 of 255 = 94%
G 252 of 255 = 99%
B 247 of 255 = 97%

240
252
247

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

Portions of RGB colors in percentages

R + G + B =
240 + 252 + 247 = 739 (100%)
R 240 of 739 ~ 32.48%
G 252 of 739 ~ 34.1%
B 247 of 739 ~ 33.42%

%32.48
%34.1
%33.42

CMYK color model

#F0FCF7 color CMYK value is (5,0,2,1).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 1.98%
  • key color value is 1.18%
CMYK:
(5,0,2,1)
C5M0Y2K1 
(5%,0%,2%,1%)
(0.05/0.00/0.02/0.01)	

CMYK percentages

%4.76
%0
%1.98
%1.18

Codes

Color #F0FCF7 in popluar color models

F0FCF7
RGB240252247
HSL155°66.67%96.47%
HSB/HSV155°4.76%98.82%
CMYK4.76%0.00%1.98%
1.18%

Color #F0FCF7 in popluar number systems.

HEXF0FCF7
Decimal240252247
Binary111100001111110011110111
Octal360374367

Shades and tints

Shades of #F0FCF7

#F0FCF7
(240,252,247)
#DBE6E1
(219,230,225)
#C6D0CB
(198,208,203)
#B1BAB5
(177,186,181)
#9CA49F
(156,164,159)
#878E89
(135,142,137)
#727873
(114,120,115)
#5D625D
(93,98,93)
#484C47
(72,76,71)
#333631
(51,54,49)
#1E201B
(30,32,27)
#000000
(0,0,0)

Tints of #F0FCF7

#F0FCF7
(240,252,247)
#F1FCF7
(241,252,247)
#F2FCF7
(242,252,247)
#F3FCF7
(243,252,247)
#F4FCF7
(244,252,247)
#F5FCF7
(245,252,247)
#F6FCF7
(246,252,247)
#F7FCF7
(247,252,247)
#F8FCF7
(248,252,247)
#F9FCF7
(249,252,247)
#FAFCF7
(250,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0FCF7 color. Also use rgb(240,252,247) instead hex code.

Text Font Color

.myTextColor { color: #F0FCF7; }

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

This text font color is #F0FCF7.


Background Color

.myBgColor { background-color: #F0FCF7; }

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

This div background color is #F0FCF7.


Border color

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

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

This div border color is #F0FCF7.


Opacity

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

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

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

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

This text has shadow with #F0FCF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0FCF7 on black background.


Color preview on white background

This text has color #F0FCF7 on white background.



Black color preview on #F0FCF7 background

This text has black color on #F0FCF7 background.


White color preview on #F0FCF7 background

This text has white color on #F0FCF7 background.