COLOR #F0F9C0

HEX: #F0F9C0
RGB: (240,249,192)

Color info

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

RGB color model

#F0F9C0 color RGB value is (240,249,192).

  • red value is 240;
  • green value is 249;
  • blue value is 192.
RGB:
(240,249,192)
(94%,98%,75%)

RGB channels and saturation

R 240 of 255 = 94%
G 249 of 255 = 98%
B 192 of 255 = 75%

240
249
192

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

Portions of RGB colors in percentages

R + G + B =
240 + 249 + 192 = 681 (100%)
R 240 of 681 ~ 35.24%
G 249 of 681 ~ 36.56%
B 192 of 681 ~ 28.19%

%35.24
%36.56
%28.19

CMYK color model

#F0F9C0 color CMYK value is (4,0,23,2).

  • cyan value is 3.61%
  • magenta value is 0.00%
  • yellow value is 22.89%
  • key color value is 2.35%
CMYK:
(4,0,23,2)
C4M0Y23K2 
(4%,0%,23%,2%)
(0.04/0.00/0.23/0.02)	

CMYK percentages

%3.61
%0
%22.89
%2.35

Codes

Color #F0F9C0 in popluar color models

F0F9C0
RGB240249192
HSL69°82.61%86.47%
HSB/HSV69°22.89%97.65%
CMYK3.61%0.00%22.89%
2.35%

Color #F0F9C0 in popluar number systems.

HEXF0F9C0
Decimal240249192
Binary111100001111100111000000
Octal360371300

Shades and tints

Shades of #F0F9C0

#F0F9C0
(240,249,192)
#DBE3AF
(219,227,175)
#C6CD9E
(198,205,158)
#B1B78D
(177,183,141)
#9CA17C
(156,161,124)
#878B6B
(135,139,107)
#72755A
(114,117,90)
#5D5F49
(93,95,73)
#484938
(72,73,56)
#333327
(51,51,39)
#1E1D16
(30,29,22)
#000000
(0,0,0)

Tints of #F0F9C0

#F0F9C0
(240,249,192)
#F1F9C5
(241,249,197)
#F2F9CA
(242,249,202)
#F3F9CF
(243,249,207)
#F4F9D4
(244,249,212)
#F5F9D9
(245,249,217)
#F6F9DE
(246,249,222)
#F7F9E3
(247,249,227)
#F8F9E8
(248,249,232)
#F9F9ED
(249,249,237)
#FAF9F2
(250,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0F9C0 color. Also use rgb(240,249,192) instead hex code.

Text Font Color

.myTextColor { color: #F0F9C0; }

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

This text font color is #F0F9C0.


Background Color

.myBgColor { background-color: #F0F9C0; }

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

This div background color is #F0F9C0.


Border color

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

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

This div border color is #F0F9C0.


Opacity

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

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

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

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

This text has shadow with #F0F9C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F9C0 on black background.


Color preview on white background

This text has color #F0F9C0 on white background.



Black color preview on #F0F9C0 background

This text has black color on #F0F9C0 background.


White color preview on #F0F9C0 background

This text has white color on #F0F9C0 background.