COLOR #F2C6A5

HEX: #F2C6A5
RGB: (242,198,165)

Color info

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

RGB color model

#F2C6A5 color RGB value is (242,198,165).

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

RGB channels and saturation

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

242
198
165

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

Portions of RGB colors in percentages

R + G + B =
242 + 198 + 165 = 605 (100%)
R 242 of 605 ~ 40%
G 198 of 605 ~ 32.73%
B 165 of 605 ~ 27.27%

%40
%32.73
%27.27

CMYK color model

#F2C6A5 color CMYK value is (0,18,32,5).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 31.82%
  • key color value is 5.10%
CMYK:
(0,18,32,5)
C0M18Y32K5 
(0%,18%,32%,5%)
(0.00/0.18/0.32/0.05)	

CMYK percentages

%0
%18.18
%31.82
%5.1

Codes

Color #F2C6A5 in popluar color models

F2C6A5
RGB242198165
HSL26°74.76%79.80%
HSB/HSV26°31.82%94.90%
CMYK0.00%18.18%31.82%
5.10%

Color #F2C6A5 in popluar number systems.

HEXF2C6A5
Decimal242198165
Binary111100101100011010100101
Octal362306245

Shades and tints

Shades of #F2C6A5

#F2C6A5
(242,198,165)
#DCB496
(220,180,150)
#C6A287
(198,162,135)
#B09078
(176,144,120)
#9A7E69
(154,126,105)
#846C5A
(132,108,90)
#6E5A4B
(110,90,75)
#58483C
(88,72,60)
#42362D
(66,54,45)
#2C241E
(44,36,30)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #F2C6A5

#F2C6A5
(242,198,165)
#F3CBAD
(243,203,173)
#F4D0B5
(244,208,181)
#F5D5BD
(245,213,189)
#F6DAC5
(246,218,197)
#F7DFCD
(247,223,205)
#F8E4D5
(248,228,213)
#F9E9DD
(249,233,221)
#FAEEE5
(250,238,229)
#FBF3ED
(251,243,237)
#FCF8F5
(252,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2C6A5; }

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

This text font color is #F2C6A5.


Background Color

.myBgColor { background-color: #F2C6A5; }

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

This div background color is #F2C6A5.


Border color

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

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

This div border color is #F2C6A5.


Opacity

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

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

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

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

This text has shadow with #F2C6A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2C6A5 on black background.


Color preview on white background

This text has color #F2C6A5 on white background.



Black color preview on #F2C6A5 background

This text has black color on #F2C6A5 background.


White color preview on #F2C6A5 background

This text has white color on #F2C6A5 background.