COLOR #F2C8A5

HEX: #F2C8A5
RGB: (242,200,165)

Color info

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

RGB color model

#F2C8A5 color RGB value is (242,200,165).

  • red value is 242;
  • green value is 200;
  • blue value is 165.
RGB:
(242,200,165)
(95%,78%,65%)

RGB channels and saturation

R 242 of 255 = 95%
G 200 of 255 = 78%
B 165 of 255 = 65%

242
200
165

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

Portions of RGB colors in percentages

R + G + B =
242 + 200 + 165 = 607 (100%)
R 242 of 607 ~ 39.87%
G 200 of 607 ~ 32.95%
B 165 of 607 ~ 27.18%

%39.87
%32.95
%27.18

CMYK color model

#F2C8A5 color CMYK value is (0,17,32,5).

  • cyan value is 0.00%
  • magenta value is 17.36%
  • yellow value is 31.82%
  • key color value is 5.10%
CMYK:
(0,17,32,5)
C0M17Y32K5 
(0%,17%,32%,5%)
(0.00/0.17/0.32/0.05)	

CMYK percentages

%0
%17.36
%31.82
%5.1

Codes

Color #F2C8A5 in popluar color models

F2C8A5
RGB242200165
HSL27°74.76%79.80%
HSB/HSV27°31.82%94.90%
CMYK0.00%17.36%31.82%
5.10%

Color #F2C8A5 in popluar number systems.

HEXF2C8A5
Decimal242200165
Binary111100101100100010100101
Octal362310245

Shades and tints

Shades of #F2C8A5

#F2C8A5
(242,200,165)
#DCB696
(220,182,150)
#C6A487
(198,164,135)
#B09278
(176,146,120)
#9A8069
(154,128,105)
#846E5A
(132,110,90)
#6E5C4B
(110,92,75)
#584A3C
(88,74,60)
#42382D
(66,56,45)
#2C261E
(44,38,30)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #F2C8A5

#F2C8A5
(242,200,165)
#F3CDAD
(243,205,173)
#F4D2B5
(244,210,181)
#F5D7BD
(245,215,189)
#F6DCC5
(246,220,197)
#F7E1CD
(247,225,205)
#F8E6D5
(248,230,213)
#F9EBDD
(249,235,221)
#FAF0E5
(250,240,229)
#FBF5ED
(251,245,237)
#FCFAF5
(252,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2C8A5 color. Also use rgb(242,200,165) instead hex code.

Text Font Color

.myTextColor { color: #F2C8A5; }

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

This text font color is #F2C8A5.


Background Color

.myBgColor { background-color: #F2C8A5; }

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

This div background color is #F2C8A5.


Border color

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

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

This div border color is #F2C8A5.


Opacity

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

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

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

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

This text has shadow with #F2C8A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2C8A5 on black background.


Color preview on white background

This text has color #F2C8A5 on white background.



Black color preview on #F2C8A5 background

This text has black color on #F2C8A5 background.


White color preview on #F2C8A5 background

This text has white color on #F2C8A5 background.