COLOR #F0FEC8

HEX: #F0FEC8
RGB: (240,254,200)

Color info

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

RGB color model

#F0FEC8 color RGB value is (240,254,200).

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

RGB channels and saturation

R 240 of 255 = 94%
G 254 of 255 = 100%
B 200 of 255 = 78%

240
254
200

R + G + B ~ 91%. #F0FEC8 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 254 + 200 = 694 (100%)
R 240 of 694 ~ 34.58%
G 254 of 694 ~ 36.6%
B 200 of 694 ~ 28.82%

%34.58
%36.6
%28.82

CMYK color model

#F0FEC8 color CMYK value is (6,0,21,0).

  • cyan value is 5.51%
  • magenta value is 0.00%
  • yellow value is 21.26%
  • key color value is 0.39%
CMYK:
(6,0,21,0)
C6M0Y21K0 
(6%,0%,21%,0%)
(0.06/0.00/0.21/0.00)	

CMYK percentages

%5.51
%0
%21.26
%0.39

Codes

Color #F0FEC8 in popluar color models

F0FEC8
RGB240254200
HSL76°96.43%89.02%
HSB/HSV76°21.26%99.61%
CMYK5.51%0.00%21.26%
0.39%

Color #F0FEC8 in popluar number systems.

HEXF0FEC8
Decimal240254200
Binary111100001111111011001000
Octal360376310

Shades and tints

Shades of #F0FEC8

#F0FEC8
(240,254,200)
#DBE7B6
(219,231,182)
#C6D0A4
(198,208,164)
#B1B992
(177,185,146)
#9CA280
(156,162,128)
#878B6E
(135,139,110)
#72745C
(114,116,92)
#5D5D4A
(93,93,74)
#484638
(72,70,56)
#332F26
(51,47,38)
#1E1814
(30,24,20)
#000000
(0,0,0)

Tints of #F0FEC8

#F0FEC8
(240,254,200)
#F1FECD
(241,254,205)
#F2FED2
(242,254,210)
#F3FED7
(243,254,215)
#F4FEDC
(244,254,220)
#F5FEE1
(245,254,225)
#F6FEE6
(246,254,230)
#F7FEEB
(247,254,235)
#F8FEF0
(248,254,240)
#F9FEF5
(249,254,245)
#FAFEFA
(250,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FEC8; }

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

This text font color is #F0FEC8.


Background Color

.myBgColor { background-color: #F0FEC8; }

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

This div background color is #F0FEC8.


Border color

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

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

This div border color is #F0FEC8.


Opacity

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

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

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

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

This text has shadow with #F0FEC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0FEC8 on black background.


Color preview on white background

This text has color #F0FEC8 on white background.



Black color preview on #F0FEC8 background

This text has black color on #F0FEC8 background.


White color preview on #F0FEC8 background

This text has white color on #F0FEC8 background.