COLOR #F2F0C0

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

242
240
192

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

Portions of RGB colors in percentages

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

%35.91
%35.61
%28.49

CMYK color model

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

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

CMYK percentages

%0
%0.83
%20.66
%5.1

Codes

Color #F2F0C0 in popluar color models

F2F0C0
RGB242240192
HSL58°65.79%85.10%
HSB/HSV58°20.66%94.90%
CMYK0.00%0.83%20.66%
5.10%

Color #F2F0C0 in popluar number systems.

HEXF2F0C0
Decimal242240192
Binary111100101111000011000000
Octal362360300

Shades and tints

Shades of #F2F0C0

#F2F0C0
(242,240,192)
#DCDBAF
(220,219,175)
#C6C69E
(198,198,158)
#B0B18D
(176,177,141)
#9A9C7C
(154,156,124)
#84876B
(132,135,107)
#6E725A
(110,114,90)
#585D49
(88,93,73)
#424838
(66,72,56)
#2C3327
(44,51,39)
#161E16
(22,30,22)
#000000
(0,0,0)

Tints of #F2F0C0

#F2F0C0
(242,240,192)
#F3F1C5
(243,241,197)
#F4F2CA
(244,242,202)
#F5F3CF
(245,243,207)
#F6F4D4
(246,244,212)
#F7F5D9
(247,245,217)
#F8F6DE
(248,246,222)
#F9F7E3
(249,247,227)
#FAF8E8
(250,248,232)
#FBF9ED
(251,249,237)
#FCFAF2
(252,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2F0C0; }

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

This text font color is #F2F0C0.


Background Color

.myBgColor { background-color: #F2F0C0; }

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

This div background color is #F2F0C0.


Border color

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

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

This div border color is #F2F0C0.


Opacity

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

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

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

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

This text has shadow with #F2F0C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2F0C0 on black background.


Color preview on white background

This text has color #F2F0C0 on white background.



Black color preview on #F2F0C0 background

This text has black color on #F2F0C0 background.


White color preview on #F2F0C0 background

This text has white color on #F2F0C0 background.