COLOR #F6C4A1

HEX: #F6C4A1
RGB: (246,196,161)

Color info

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

RGB color model

#F6C4A1 color RGB value is (246,196,161).

  • red value is 246;
  • green value is 196;
  • blue value is 161.
RGB:
(246,196,161)
(96%,77%,63%)

RGB channels and saturation

R 246 of 255 = 96%
G 196 of 255 = 77%
B 161 of 255 = 63%

246
196
161

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

Portions of RGB colors in percentages

R + G + B =
246 + 196 + 161 = 603 (100%)
R 246 of 603 ~ 40.8%
G 196 of 603 ~ 32.5%
B 161 of 603 ~ 26.7%

%40.8
%32.5
%26.7

CMYK color model

#F6C4A1 color CMYK value is (0,20,35,4).

  • cyan value is 0.00%
  • magenta value is 20.33%
  • yellow value is 34.55%
  • key color value is 3.53%
CMYK:
(0,20,35,4)
C0M20Y35K4 
(0%,20%,35%,4%)
(0.00/0.20/0.35/0.04)	

CMYK percentages

%0
%20.33
%34.55
%3.53

Codes

Color #F6C4A1 in popluar color models

F6C4A1
RGB246196161
HSL25°82.52%79.80%
HSB/HSV25°34.55%96.47%
CMYK0.00%20.33%34.55%
3.53%

Color #F6C4A1 in popluar number systems.

HEXF6C4A1
Decimal246196161
Binary111101101100010010100001
Octal366304241

Shades and tints

Shades of #F6C4A1

#F6C4A1
(246,196,161)
#E0B393
(224,179,147)
#CAA285
(202,162,133)
#B49177
(180,145,119)
#9E8069
(158,128,105)
#886F5B
(136,111,91)
#725E4D
(114,94,77)
#5C4D3F
(92,77,63)
#463C31
(70,60,49)
#302B23
(48,43,35)
#1A1A15
(26,26,21)
#000000
(0,0,0)

Tints of #F6C4A1

#F6C4A1
(246,196,161)
#F6C9A9
(246,201,169)
#F6CEB1
(246,206,177)
#F6D3B9
(246,211,185)
#F6D8C1
(246,216,193)
#F6DDC9
(246,221,201)
#F6E2D1
(246,226,209)
#F6E7D9
(246,231,217)
#F6ECE1
(246,236,225)
#F6F1E9
(246,241,233)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C4A1 color. Also use rgb(246,196,161) instead hex code.

Text Font Color

.myTextColor { color: #F6C4A1; }

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

This text font color is #F6C4A1.


Background Color

.myBgColor { background-color: #F6C4A1; }

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

This div background color is #F6C4A1.


Border color

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

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

This div border color is #F6C4A1.


Opacity

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

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

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

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

This text has shadow with #F6C4A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C4A1 on black background.


Color preview on white background

This text has color #F6C4A1 on white background.



Black color preview on #F6C4A1 background

This text has black color on #F6C4A1 background.


White color preview on #F6C4A1 background

This text has white color on #F6C4A1 background.