COLOR #F0FCA7

HEX: #F0FCA7
RGB: (240,252,167)

Color info

#F0FCA7 contains mainly red and green colors. Web safe color of #F0FCA7 is #FFFF99 (or #FF9).

RGB color model

#F0FCA7 color RGB value is (240,252,167).

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

RGB channels and saturation

R 240 of 255 = 94%
G 252 of 255 = 99%
B 167 of 255 = 65%

240
252
167

R + G + B ~ 86%. #F0FCA7 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 252 + 167 = 659 (100%)
R 240 of 659 ~ 36.42%
G 252 of 659 ~ 38.24%
B 167 of 659 ~ 25.34%

%36.42
%38.24
%25.34

CMYK color model

#F0FCA7 color CMYK value is (5,0,34,1).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 33.73%
  • key color value is 1.18%
CMYK:
(5,0,34,1)
C5M0Y34K1 
(5%,0%,34%,1%)
(0.05/0.00/0.34/0.01)	

CMYK percentages

%4.76
%0
%33.73
%1.18

Codes

Color #F0FCA7 in popluar color models

F0FCA7
RGB240252167
HSL68°93.41%82.16%
HSB/HSV68°33.73%98.82%
CMYK4.76%0.00%33.73%
1.18%

Color #F0FCA7 in popluar number systems.

HEXF0FCA7
Decimal240252167
Binary111100001111110010100111
Octal360374247

Shades and tints

Shades of #F0FCA7

#F0FCA7
(240,252,167)
#DBE698
(219,230,152)
#C6D089
(198,208,137)
#B1BA7A
(177,186,122)
#9CA46B
(156,164,107)
#878E5C
(135,142,92)
#72784D
(114,120,77)
#5D623E
(93,98,62)
#484C2F
(72,76,47)
#333620
(51,54,32)
#1E2011
(30,32,17)
#000000
(0,0,0)

Tints of #F0FCA7

#F0FCA7
(240,252,167)
#F1FCAF
(241,252,175)
#F2FCB7
(242,252,183)
#F3FCBF
(243,252,191)
#F4FCC7
(244,252,199)
#F5FCCF
(245,252,207)
#F6FCD7
(246,252,215)
#F7FCDF
(247,252,223)
#F8FCE7
(248,252,231)
#F9FCEF
(249,252,239)
#FAFCF7
(250,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FCA7; }

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

This text font color is #F0FCA7.


Background Color

.myBgColor { background-color: #F0FCA7; }

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

This div background color is #F0FCA7.


Border color

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

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

This div border color is #F0FCA7.


Opacity

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

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

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

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

This text has shadow with #F0FCA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0FCA7 on black background.


Color preview on white background

This text has color #F0FCA7 on white background.



Black color preview on #F0FCA7 background

This text has black color on #F0FCA7 background.


White color preview on #F0FCA7 background

This text has white color on #F0FCA7 background.