COLOR #F0FCDE

HEX: #F0FCDE
RGB: (240,252,222)

Color info

#F0FCDE contains red, green and blue colors in about the same proportion. Web safe color of #F0FCDE is #FFFFCC (or #FFC).

RGB color model

#F0FCDE color RGB value is (240,252,222).

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

RGB channels and saturation

R 240 of 255 = 94%
G 252 of 255 = 99%
B 222 of 255 = 87%

240
252
222

R + G + B ~ 93%. #F0FCDE is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 252 + 222 = 714 (100%)
R 240 of 714 ~ 33.61%
G 252 of 714 ~ 35.29%
B 222 of 714 ~ 31.09%

%33.61
%35.29
%31.09

CMYK color model

#F0FCDE color CMYK value is (5,0,12,1).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 11.90%
  • key color value is 1.18%
CMYK:
(5,0,12,1)
C5M0Y12K1 
(5%,0%,12%,1%)
(0.05/0.00/0.12/0.01)	

CMYK percentages

%4.76
%0
%11.9
%1.18

Codes

Color #F0FCDE in popluar color models

F0FCDE
RGB240252222
HSL84°83.33%92.94%
HSB/HSV84°11.90%98.82%
CMYK4.76%0.00%11.90%
1.18%

Color #F0FCDE in popluar number systems.

HEXF0FCDE
Decimal240252222
Binary111100001111110011011110
Octal360374336

Shades and tints

Shades of #F0FCDE

#F0FCDE
(240,252,222)
#DBE6CA
(219,230,202)
#C6D0B6
(198,208,182)
#B1BAA2
(177,186,162)
#9CA48E
(156,164,142)
#878E7A
(135,142,122)
#727866
(114,120,102)
#5D6252
(93,98,82)
#484C3E
(72,76,62)
#33362A
(51,54,42)
#1E2016
(30,32,22)
#000000
(0,0,0)

Tints of #F0FCDE

#F0FCDE
(240,252,222)
#F1FCE1
(241,252,225)
#F2FCE4
(242,252,228)
#F3FCE7
(243,252,231)
#F4FCEA
(244,252,234)
#F5FCED
(245,252,237)
#F6FCF0
(246,252,240)
#F7FCF3
(247,252,243)
#F8FCF6
(248,252,246)
#F9FCF9
(249,252,249)
#FAFCFC
(250,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FCDE; }

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

This text font color is #F0FCDE.


Background Color

.myBgColor { background-color: #F0FCDE; }

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

This div background color is #F0FCDE.


Border color

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

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

This div border color is #F0FCDE.


Opacity

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

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

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

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

This text has shadow with #F0FCDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0FCDE on black background.


Color preview on white background

This text has color #F0FCDE on white background.



Black color preview on #F0FCDE background

This text has black color on #F0FCDE background.


White color preview on #F0FCDE background

This text has white color on #F0FCDE background.