COLOR #F0FCDC

HEX: #F0FCDC
RGB: (240,252,220)

Color info

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

RGB color model

#F0FCDC color RGB value is (240,252,220).

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

RGB channels and saturation

R 240 of 255 = 94%
G 252 of 255 = 99%
B 220 of 255 = 86%

240
252
220

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

Portions of RGB colors in percentages

R + G + B =
240 + 252 + 220 = 712 (100%)
R 240 of 712 ~ 33.71%
G 252 of 712 ~ 35.39%
B 220 of 712 ~ 30.9%

%33.71
%35.39
%30.9

CMYK color model

#F0FCDC color CMYK value is (5,0,13,1).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 12.70%
  • key color value is 1.18%
CMYK:
(5,0,13,1)
C5M0Y13K1 
(5%,0%,13%,1%)
(0.05/0.00/0.13/0.01)	

CMYK percentages

%4.76
%0
%12.7
%1.18

Codes

Color #F0FCDC in popluar color models

F0FCDC
RGB240252220
HSL83°84.21%92.55%
HSB/HSV83°12.70%98.82%
CMYK4.76%0.00%12.70%
1.18%

Color #F0FCDC in popluar number systems.

HEXF0FCDC
Decimal240252220
Binary111100001111110011011100
Octal360374334

Shades and tints

Shades of #F0FCDC

#F0FCDC
(240,252,220)
#DBE6C8
(219,230,200)
#C6D0B4
(198,208,180)
#B1BAA0
(177,186,160)
#9CA48C
(156,164,140)
#878E78
(135,142,120)
#727864
(114,120,100)
#5D6250
(93,98,80)
#484C3C
(72,76,60)
#333628
(51,54,40)
#1E2014
(30,32,20)
#000000
(0,0,0)

Tints of #F0FCDC

#F0FCDC
(240,252,220)
#F1FCDF
(241,252,223)
#F2FCE2
(242,252,226)
#F3FCE5
(243,252,229)
#F4FCE8
(244,252,232)
#F5FCEB
(245,252,235)
#F6FCEE
(246,252,238)
#F7FCF1
(247,252,241)
#F8FCF4
(248,252,244)
#F9FCF7
(249,252,247)
#FAFCFA
(250,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FCDC; }

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

This text font color is #F0FCDC.


Background Color

.myBgColor { background-color: #F0FCDC; }

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

This div background color is #F0FCDC.


Border color

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

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

This div border color is #F0FCDC.


Opacity

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

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

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

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

This text has shadow with #F0FCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0FCDC on black background.


Color preview on white background

This text has color #F0FCDC on white background.



Black color preview on #F0FCDC background

This text has black color on #F0FCDC background.


White color preview on #F0FCDC background

This text has white color on #F0FCDC background.