COLOR #F2C8A2

HEX: #F2C8A2 RGB: (242,200,162)

Color info

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

RGB color model

#F2C8A2 color RGB value is (242,200,162).

RGB: (242,200,162) (95%, 78%, 64%)

RGB channels and saturation

R 242 of 255 = 95%
G 200 of 255 = 78%
B 162 of 255 = 64%

242
200
162

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

Portions of RGB colors in percentages

R + G + B = 242 + 200 + 162 = 604 (100%)
R 242 of 604 ~ 40.07%
G 200 of 604 ~ 33.11%
B 162 of 604 ~ 26.82'%

%40.07
%33.11
%26.82

CMYK color model

#F2C8A2 color CMYK value is (0,17,33,5).

  • cyan value is 0.00%
  • magenta value is 17.36%
  • yellow value is 33.06%
  • key color value is 5.10%

CMYK: (0,17,33,5)
C0M17Y33K5 (0%, 17%, 33%, 5%)
(0.00 / 0.17 / 0.33 / 0.05)

CMYK percentages

%0
%17.36
%33.06
%5.1

Codes

Color #F2C8A2 in popluar color models

F2 C8 A2
RGB 242 200 162
HSL 29° 75.47% 79.22%
HSB/HSV 29° 33.06% 94.90%
CMYK 0.00% 17.36% 33.06%
5.10%

Color #F2C8A2 in popluar number systems.

HEX F2 C8 A2
Decimal 242 200 162
Binary 11110010 11001000 10100010
Octal 362 310 242

Shades and tints

Shades of #F2C8A2

#F2C8A2
(242,200,162)
#DCB694
(220,182,148)
#C6A486
(198,164,134)
#B09278
(176,146,120)
#9A806A
(154,128,106)
#846E5C
(132,110,92)
#6E5C4E
(110,92,78)
#584A40
(88,74,64)
#423832
(66,56,50)
#2C2624
(44,38,36)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #F2C8A2

#F2C8A2
(242,200,162)
#F3CDAA
(243,205,170)
#F4D2B2
(244,210,178)
#F5D7BA
(245,215,186)
#F6DCC2
(246,220,194)
#F7E1CA
(247,225,202)
#F8E6D2
(248,230,210)
#F9EBDA
(249,235,218)
#FAF0E2
(250,240,226)
#FBF5EA
(251,245,234)
#FCFAF2
(252,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2C8A2; }

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

This text font color is #F2C8A2.

Background Color

.myBgColor { background-color: #F2C8A2; }

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

This div background color is #F2C8A2.

Border color

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

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

This div border color is #F2C8A2.

Opacity

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

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

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

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

This text has shadow with #F2C8A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2C8A2.

Preview

Color preview on black background

This text has color #F2C8A2 on black background.


Color preview on white background

This text has color #F2C8A2 on white background.


Black color preview on #F2C8A2 background

This text has black color on #F2C8A2 background.


White color preview on #F2C8A2 background

This text has white color on #F2C8A2 background.


Related colors

Complementary color

Complementary color for #hex is #0D375D.


I love getcolorcode.com

Triadic colors

1 #A2F2C8 and #C8A2F2 with #F2C8A2 are triadic colors.

2 #A2C8F2 and #C8F2A2 with #F2C8A2 are triadic colors.