COLOR #F6B4A6

HEX: #F6B4A6
RGB: (246,180,166)

Color info

#F6B4A6 contains mainly red color. Web safe color of #F6B4A6 is #FFCC99 (or #FC9).

RGB color model

#F6B4A6 color RGB value is (246,180,166).

  • red value is 246;
  • green value is 180;
  • blue value is 166.
RGB:
(246,180,166)
(96%,71%,65%)

RGB channels and saturation

R 246 of 255 = 96%
G 180 of 255 = 71%
B 166 of 255 = 65%

246
180
166

R + G + B ~ 77%. #F6B4A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 180 + 166 = 592 (100%)
R 246 of 592 ~ 41.55%
G 180 of 592 ~ 30.41%
B 166 of 592 ~ 28.04%

%41.55
%30.41
%28.04

CMYK color model

#F6B4A6 color CMYK value is (0,27,33,4).

  • cyan value is 0.00%
  • magenta value is 26.83%
  • yellow value is 32.52%
  • key color value is 3.53%
CMYK:
(0,27,33,4)
C0M27Y33K4 
(0%,27%,33%,4%)
(0.00/0.27/0.33/0.04)	

CMYK percentages

%0
%26.83
%32.52
%3.53

Codes

Color #F6B4A6 in popluar color models

F6B4A6
RGB246180166
HSL11°81.63%80.78%
HSB/HSV11°32.52%96.47%
CMYK0.00%26.83%32.52%
3.53%

Color #F6B4A6 in popluar number systems.

HEXF6B4A6
Decimal246180166
Binary111101101011010010100110
Octal366264246

Shades and tints

Shades of #F6B4A6

#F6B4A6
(246,180,166)
#E0A497
(224,164,151)
#CA9488
(202,148,136)
#B48479
(180,132,121)
#9E746A
(158,116,106)
#88645B
(136,100,91)
#72544C
(114,84,76)
#5C443D
(92,68,61)
#46342E
(70,52,46)
#30241F
(48,36,31)
#1A1410
(26,20,16)
#000000
(0,0,0)

Tints of #F6B4A6

#F6B4A6
(246,180,166)
#F6BAAE
(246,186,174)
#F6C0B6
(246,192,182)
#F6C6BE
(246,198,190)
#F6CCC6
(246,204,198)
#F6D2CE
(246,210,206)
#F6D8D6
(246,216,214)
#F6DEDE
(246,222,222)
#F6E4E6
(246,228,230)
#F6EAEE
(246,234,238)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6B4A6; }

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

This text font color is #F6B4A6.


Background Color

.myBgColor { background-color: #F6B4A6; }

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

This div background color is #F6B4A6.


Border color

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

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

This div border color is #F6B4A6.


Opacity

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

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

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

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

This text has shadow with #F6B4A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6B4A6 on black background.


Color preview on white background

This text has color #F6B4A6 on white background.



Black color preview on #F6B4A6 background

This text has black color on #F6B4A6 background.


White color preview on #F6B4A6 background

This text has white color on #F6B4A6 background.