COLOR #F0F2C0

HEX: #F0F2C0
RGB: (240,242,192)

Color info

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

RGB color model

#F0F2C0 color RGB value is (240,242,192).

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

RGB channels and saturation

R 240 of 255 = 94%
G 242 of 255 = 95%
B 192 of 255 = 75%

240
242
192

R + G + B ~ 88%. #F0F2C0 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 242 + 192 = 674 (100%)
R 240 of 674 ~ 35.61%
G 242 of 674 ~ 35.91%
B 192 of 674 ~ 28.49%

%35.61
%35.91
%28.49

CMYK color model

#F0F2C0 color CMYK value is (1,0,21,5).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 20.66%
  • key color value is 5.10%
CMYK:
(1,0,21,5)
C1M0Y21K5 
(1%,0%,21%,5%)
(0.01/0.00/0.21/0.05)	

CMYK percentages

%0.83
%0
%20.66
%5.1

Codes

Color #F0F2C0 in popluar color models

F0F2C0
RGB240242192
HSL62°65.79%85.10%
HSB/HSV62°20.66%94.90%
CMYK0.83%0.00%20.66%
5.10%

Color #F0F2C0 in popluar number systems.

HEXF0F2C0
Decimal240242192
Binary111100001111001011000000
Octal360362300

Shades and tints

Shades of #F0F2C0

#F0F2C0
(240,242,192)
#DBDCAF
(219,220,175)
#C6C69E
(198,198,158)
#B1B08D
(177,176,141)
#9C9A7C
(156,154,124)
#87846B
(135,132,107)
#726E5A
(114,110,90)
#5D5849
(93,88,73)
#484238
(72,66,56)
#332C27
(51,44,39)
#1E1616
(30,22,22)
#000000
(0,0,0)

Tints of #F0F2C0

#F0F2C0
(240,242,192)
#F1F3C5
(241,243,197)
#F2F4CA
(242,244,202)
#F3F5CF
(243,245,207)
#F4F6D4
(244,246,212)
#F5F7D9
(245,247,217)
#F6F8DE
(246,248,222)
#F7F9E3
(247,249,227)
#F8FAE8
(248,250,232)
#F9FBED
(249,251,237)
#FAFCF2
(250,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0F2C0; }

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

This text font color is #F0F2C0.


Background Color

.myBgColor { background-color: #F0F2C0; }

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

This div background color is #F0F2C0.


Border color

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

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

This div border color is #F0F2C0.


Opacity

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

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

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

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

This text has shadow with #F0F2C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F2C0 on black background.


Color preview on white background

This text has color #F0F2C0 on white background.



Black color preview on #F0F2C0 background

This text has black color on #F0F2C0 background.


White color preview on #F0F2C0 background

This text has white color on #F0F2C0 background.