COLOR #F0FEDC

HEX: #F0FEDC
RGB: (240,254,220)

Color info

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

RGB color model

#F0FEDC color RGB value is (240,254,220).

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

RGB channels and saturation

R 240 of 255 = 94%
G 254 of 255 = 100%
B 220 of 255 = 86%

240
254
220

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

Portions of RGB colors in percentages

R + G + B =
240 + 254 + 220 = 714 (100%)
R 240 of 714 ~ 33.61%
G 254 of 714 ~ 35.57%
B 220 of 714 ~ 30.81%

%33.61
%35.57
%30.81

CMYK color model

#F0FEDC color CMYK value is (6,0,13,0).

  • cyan value is 5.51%
  • magenta value is 0.00%
  • yellow value is 13.39%
  • key color value is 0.39%
CMYK:
(6,0,13,0)
C6M0Y13K0 
(6%,0%,13%,0%)
(0.06/0.00/0.13/0.00)	

CMYK percentages

%5.51
%0
%13.39
%0.39

Codes

Color #F0FEDC in popluar color models

F0FEDC
RGB240254220
HSL85°94.44%92.94%
HSB/HSV85°13.39%99.61%
CMYK5.51%0.00%13.39%
0.39%

Color #F0FEDC in popluar number systems.

HEXF0FEDC
Decimal240254220
Binary111100001111111011011100
Octal360376334

Shades and tints

Shades of #F0FEDC

#F0FEDC
(240,254,220)
#DBE7C8
(219,231,200)
#C6D0B4
(198,208,180)
#B1B9A0
(177,185,160)
#9CA28C
(156,162,140)
#878B78
(135,139,120)
#727464
(114,116,100)
#5D5D50
(93,93,80)
#48463C
(72,70,60)
#332F28
(51,47,40)
#1E1814
(30,24,20)
#000000
(0,0,0)

Tints of #F0FEDC

#F0FEDC
(240,254,220)
#F1FEDF
(241,254,223)
#F2FEE2
(242,254,226)
#F3FEE5
(243,254,229)
#F4FEE8
(244,254,232)
#F5FEEB
(245,254,235)
#F6FEEE
(246,254,238)
#F7FEF1
(247,254,241)
#F8FEF4
(248,254,244)
#F9FEF7
(249,254,247)
#FAFEFA
(250,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FEDC; }

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

This text font color is #F0FEDC.


Background Color

.myBgColor { background-color: #F0FEDC; }

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

This div background color is #F0FEDC.


Border color

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

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

This div border color is #F0FEDC.


Opacity

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

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

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

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

This text has shadow with #F0FEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0FEDC on black background.


Color preview on white background

This text has color #F0FEDC on white background.



Black color preview on #F0FEDC background

This text has black color on #F0FEDC background.


White color preview on #F0FEDC background

This text has white color on #F0FEDC background.