COLOR #F2C7A1

HEX: #F2C7A1
RGB: (242,199,161)

Color info

#F2C7A1 contains mainly red and green colors. Web safe color of #F2C7A1 is #FFCC99 (or #FC9).

RGB color model

#F2C7A1 color RGB value is (242,199,161).

  • red value is 242;
  • green value is 199;
  • blue value is 161.
RGB:
(242,199,161)
(95%,78%,63%)

RGB channels and saturation

R 242 of 255 = 95%
G 199 of 255 = 78%
B 161 of 255 = 63%

242
199
161

R + G + B ~ 79%. #F2C7A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 199 + 161 = 602 (100%)
R 242 of 602 ~ 40.2%
G 199 of 602 ~ 33.06%
B 161 of 602 ~ 26.74%

%40.2
%33.06
%26.74

CMYK color model

#F2C7A1 color CMYK value is (0,18,33,5).

  • cyan value is 0.00%
  • magenta value is 17.77%
  • yellow value is 33.47%
  • key color value is 5.10%
CMYK:
(0,18,33,5)
C0M18Y33K5 
(0%,18%,33%,5%)
(0.00/0.18/0.33/0.05)	

CMYK percentages

%0
%17.77
%33.47
%5.1

Codes

Color #F2C7A1 in popluar color models

F2C7A1
RGB242199161
HSL28°75.70%79.02%
HSB/HSV28°33.47%94.90%
CMYK0.00%17.77%33.47%
5.10%

Color #F2C7A1 in popluar number systems.

HEXF2C7A1
Decimal242199161
Binary111100101100011110100001
Octal362307241

Shades and tints

Shades of #F2C7A1

#F2C7A1
(242,199,161)
#DCB593
(220,181,147)
#C6A385
(198,163,133)
#B09177
(176,145,119)
#9A7F69
(154,127,105)
#846D5B
(132,109,91)
#6E5B4D
(110,91,77)
#58493F
(88,73,63)
#423731
(66,55,49)
#2C2523
(44,37,35)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #F2C7A1

#F2C7A1
(242,199,161)
#F3CCA9
(243,204,169)
#F4D1B1
(244,209,177)
#F5D6B9
(245,214,185)
#F6DBC1
(246,219,193)
#F7E0C9
(247,224,201)
#F8E5D1
(248,229,209)
#F9EAD9
(249,234,217)
#FAEFE1
(250,239,225)
#FBF4E9
(251,244,233)
#FCF9F1
(252,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2C7A1 color. Also use rgb(242,199,161) instead hex code.

Text Font Color

.myTextColor { color: #F2C7A1; }

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

This text font color is #F2C7A1.


Background Color

.myBgColor { background-color: #F2C7A1; }

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

This div background color is #F2C7A1.


Border color

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

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

This div border color is #F2C7A1.


Opacity

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

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

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

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

This text has shadow with #F2C7A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2C7A1 on black background.


Color preview on white background

This text has color #F2C7A1 on white background.



Black color preview on #F2C7A1 background

This text has black color on #F2C7A1 background.


White color preview on #F2C7A1 background

This text has white color on #F2C7A1 background.