COLOR #F0FCB9

HEX: #F0FCB9
RGB: (240,252,185)

Color info

#F0FCB9 contains mainly red and green colors. Web safe color of #F0FCB9 is #FFFFCC (or #FFC).

RGB color model

#F0FCB9 color RGB value is (240,252,185).

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

RGB channels and saturation

R 240 of 255 = 94%
G 252 of 255 = 99%
B 185 of 255 = 73%

240
252
185

R + G + B ~ 89%. #F0FCB9 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 252 + 185 = 677 (100%)
R 240 of 677 ~ 35.45%
G 252 of 677 ~ 37.22%
B 185 of 677 ~ 27.33%

%35.45
%37.22
%27.33

CMYK color model

#F0FCB9 color CMYK value is (5,0,27,1).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 26.59%
  • key color value is 1.18%
CMYK:
(5,0,27,1)
C5M0Y27K1 
(5%,0%,27%,1%)
(0.05/0.00/0.27/0.01)	

CMYK percentages

%4.76
%0
%26.59
%1.18

Codes

Color #F0FCB9 in popluar color models

F0FCB9
RGB240252185
HSL71°91.78%85.69%
HSB/HSV71°26.59%98.82%
CMYK4.76%0.00%26.59%
1.18%

Color #F0FCB9 in popluar number systems.

HEXF0FCB9
Decimal240252185
Binary111100001111110010111001
Octal360374271

Shades and tints

Shades of #F0FCB9

#F0FCB9
(240,252,185)
#DBE6A9
(219,230,169)
#C6D099
(198,208,153)
#B1BA89
(177,186,137)
#9CA479
(156,164,121)
#878E69
(135,142,105)
#727859
(114,120,89)
#5D6249
(93,98,73)
#484C39
(72,76,57)
#333629
(51,54,41)
#1E2019
(30,32,25)
#000000
(0,0,0)

Tints of #F0FCB9

#F0FCB9
(240,252,185)
#F1FCBF
(241,252,191)
#F2FCC5
(242,252,197)
#F3FCCB
(243,252,203)
#F4FCD1
(244,252,209)
#F5FCD7
(245,252,215)
#F6FCDD
(246,252,221)
#F7FCE3
(247,252,227)
#F8FCE9
(248,252,233)
#F9FCEF
(249,252,239)
#FAFCF5
(250,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FCB9; }

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

This text font color is #F0FCB9.


Background Color

.myBgColor { background-color: #F0FCB9; }

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

This div background color is #F0FCB9.


Border color

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

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

This div border color is #F0FCB9.


Opacity

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

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

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

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

This text has shadow with #F0FCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0FCB9 on black background.


Color preview on white background

This text has color #F0FCB9 on white background.



Black color preview on #F0FCB9 background

This text has black color on #F0FCB9 background.


White color preview on #F0FCB9 background

This text has white color on #F0FCB9 background.