COLOR #F6C5A6

HEX: #F6C5A6 RGB: (246,197,166)

Color info

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

RGB color model

#F6C5A6 color RGB value is (246,197,166).

RGB: (246,197,166) (96%, 77%, 65%)

RGB channels and saturation

R 246 of 255 = 96%
G 197 of 255 = 77%
B 166 of 255 = 65%

246
197
166

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

Portions of RGB colors in percentages

R + G + B = 246 + 197 + 166 = 609 (100%)
R 246 of 609 ~ 40.39%
G 197 of 609 ~ 32.35%
B 166 of 609 ~ 27.26'%

%40.39
%32.35
%27.26

CMYK color model

#F6C5A6 color CMYK value is (0,20,33,4).

  • cyan value is 0.00%
  • magenta value is 19.92%
  • yellow value is 32.52%
  • key color value is 3.53%

CMYK: (0,20,33,4)
C0M20Y33K4 (0%, 20%, 33%, 4%)
(0.00 / 0.20 / 0.33 / 0.04)

CMYK percentages

%0
%19.92
%32.52
%3.53

Codes

Color #F6C5A6 in popluar color models

F6 C5 A6
RGB 246 197 166
HSL 23° 81.63% 80.78%
HSB/HSV 23° 32.52% 96.47%
CMYK 0.00% 19.92% 32.52%
3.53%

Color #F6C5A6 in popluar number systems.

HEX F6 C5 A6
Decimal 246 197 166
Binary 11110110 11000101 10100110
Octal 366 305 246

Shades and tints

Shades of #F6C5A6

#F6C5A6
(246,197,166)
#E0B497
(224,180,151)
#CAA388
(202,163,136)
#B49279
(180,146,121)
#9E816A
(158,129,106)
#88705B
(136,112,91)
#725F4C
(114,95,76)
#5C4E3D
(92,78,61)
#463D2E
(70,61,46)
#302C1F
(48,44,31)
#1A1B10
(26,27,16)
#000000
(0,0,0)

Tints of #F6C5A6

#F6C5A6
(246,197,166)
#F6CAAE
(246,202,174)
#F6CFB6
(246,207,182)
#F6D4BE
(246,212,190)
#F6D9C6
(246,217,198)
#F6DECE
(246,222,206)
#F6E3D6
(246,227,214)
#F6E8DE
(246,232,222)
#F6EDE6
(246,237,230)
#F6F2EE
(246,242,238)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C5A6 color. Also use rgb(246,197,166) instead hex code.

Text Font Color

.myTextColor { color: #F6C5A6; }

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

This text font color is #F6C5A6.

Background Color

.myBgColor { background-color: #F6C5A6; }

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

This div background color is #F6C5A6.

Border color

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

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

This div border color is #F6C5A6.

Opacity

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

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

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

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

This text has shadow with #F6C5A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6C5A6.

Preview

Color preview on black background

This text has color #F6C5A6 on black background.


Color preview on white background

This text has color #F6C5A6 on white background.


Black color preview on #F6C5A6 background

This text has black color on #F6C5A6 background.


White color preview on #F6C5A6 background

This text has white color on #F6C5A6 background.


Related colors

Complementary color

Complementary color for #hex is #093A59.


I love getcolorcode.com

Triadic colors

1 #A6F6C5 and #C5A6F6 with #F6C5A6 are triadic colors.

2 #A6C5F6 and #C5F6A6 with #F6C5A6 are triadic colors.