COLOR #F6C9B6

HEX: #F6C9B6
RGB: (246,201,182)

Color info

#F6C9B6 contains mainly red and green colors. Web safe color of #F6C9B6 is #FFCCCC (or #FCC).

RGB color model

#F6C9B6 color RGB value is (246,201,182).

  • red value is 246;
  • green value is 201;
  • blue value is 182.
RGB:
(246,201,182)
(96%,79%,71%)

RGB channels and saturation

R 246 of 255 = 96%
G 201 of 255 = 79%
B 182 of 255 = 71%

246
201
182

R + G + B ~ 82%. #F6C9B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 201 + 182 = 629 (100%)
R 246 of 629 ~ 39.11%
G 201 of 629 ~ 31.96%
B 182 of 629 ~ 28.93%

%39.11
%31.96
%28.93

CMYK color model

#F6C9B6 color CMYK value is (0,18,26,4).

  • cyan value is 0.00%
  • magenta value is 18.29%
  • yellow value is 26.02%
  • key color value is 3.53%
CMYK:
(0,18,26,4)
C0M18Y26K4 
(0%,18%,26%,4%)
(0.00/0.18/0.26/0.04)	

CMYK percentages

%0
%18.29
%26.02
%3.53

Codes

Color #F6C9B6 in popluar color models

F6C9B6
RGB246201182
HSL18°78.05%83.92%
HSB/HSV18°26.02%96.47%
CMYK0.00%18.29%26.02%
3.53%

Color #F6C9B6 in popluar number systems.

HEXF6C9B6
Decimal246201182
Binary111101101100100110110110
Octal366311266

Shades and tints

Shades of #F6C9B6

#F6C9B6
(246,201,182)
#E0B7A6
(224,183,166)
#CAA596
(202,165,150)
#B49386
(180,147,134)
#9E8176
(158,129,118)
#886F66
(136,111,102)
#725D56
(114,93,86)
#5C4B46
(92,75,70)
#463936
(70,57,54)
#302726
(48,39,38)
#1A1516
(26,21,22)
#000000
(0,0,0)

Tints of #F6C9B6

#F6C9B6
(246,201,182)
#F6CDBC
(246,205,188)
#F6D1C2
(246,209,194)
#F6D5C8
(246,213,200)
#F6D9CE
(246,217,206)
#F6DDD4
(246,221,212)
#F6E1DA
(246,225,218)
#F6E5E0
(246,229,224)
#F6E9E6
(246,233,230)
#F6EDEC
(246,237,236)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C9B6 color. Also use rgb(246,201,182) instead hex code.

Text Font Color

.myTextColor { color: #F6C9B6; }

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

This text font color is #F6C9B6.


Background Color

.myBgColor { background-color: #F6C9B6; }

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

This div background color is #F6C9B6.


Border color

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

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

This div border color is #F6C9B6.


Opacity

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

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

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

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

This text has shadow with #F6C9B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C9B6 on black background.


Color preview on white background

This text has color #F6C9B6 on white background.



Black color preview on #F6C9B6 background

This text has black color on #F6C9B6 background.


White color preview on #F6C9B6 background

This text has white color on #F6C9B6 background.