COLOR #F6C29C

HEX: #F6C29C
RGB: (246,194,156)

Color info

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

RGB color model

#F6C29C color RGB value is (246,194,156).

  • red value is 246;
  • green value is 194;
  • blue value is 156.
RGB:
(246,194,156)
(96%,76%,61%)

RGB channels and saturation

R 246 of 255 = 96%
G 194 of 255 = 76%
B 156 of 255 = 61%

246
194
156

R + G + B ~ 78%. #F6C29C is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 194 + 156 = 596 (100%)
R 246 of 596 ~ 41.28%
G 194 of 596 ~ 32.55%
B 156 of 596 ~ 26.17%

%41.28
%32.55
%26.17

CMYK color model

#F6C29C color CMYK value is (0,21,37,4).

  • cyan value is 0.00%
  • magenta value is 21.14%
  • yellow value is 36.59%
  • key color value is 3.53%
CMYK:
(0,21,37,4)
C0M21Y37K4 
(0%,21%,37%,4%)
(0.00/0.21/0.37/0.04)	

CMYK percentages

%0
%21.14
%36.59
%3.53

Codes

Color #F6C29C in popluar color models

F6C29C
RGB246194156
HSL25°83.33%78.82%
HSB/HSV25°36.59%96.47%
CMYK0.00%21.14%36.59%
3.53%

Color #F6C29C in popluar number systems.

HEXF6C29C
Decimal246194156
Binary111101101100001010011100
Octal366302234

Shades and tints

Shades of #F6C29C

#F6C29C
(246,194,156)
#E0B18E
(224,177,142)
#CAA080
(202,160,128)
#B48F72
(180,143,114)
#9E7E64
(158,126,100)
#886D56
(136,109,86)
#725C48
(114,92,72)
#5C4B3A
(92,75,58)
#463A2C
(70,58,44)
#30291E
(48,41,30)
#1A1810
(26,24,16)
#000000
(0,0,0)

Tints of #F6C29C

#F6C29C
(246,194,156)
#F6C7A5
(246,199,165)
#F6CCAE
(246,204,174)
#F6D1B7
(246,209,183)
#F6D6C0
(246,214,192)
#F6DBC9
(246,219,201)
#F6E0D2
(246,224,210)
#F6E5DB
(246,229,219)
#F6EAE4
(246,234,228)
#F6EFED
(246,239,237)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C29C color. Also use rgb(246,194,156) instead hex code.

Text Font Color

.myTextColor { color: #F6C29C; }

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

This text font color is #F6C29C.


Background Color

.myBgColor { background-color: #F6C29C; }

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

This div background color is #F6C29C.


Border color

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

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

This div border color is #F6C29C.


Opacity

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

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

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

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

This text has shadow with #F6C29C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C29C on black background.


Color preview on white background

This text has color #F6C29C on white background.



Black color preview on #F6C29C background

This text has black color on #F6C29C background.


White color preview on #F6C29C background

This text has white color on #F6C29C background.