COLOR #F6A096

HEX: #F6A096
RGB: (246,160,150)

Color info

#F6A096 contains mainly red color. Web safe color of #F6A096 is #FF9999 (or #F99).

RGB color model

#F6A096 color RGB value is (246,160,150).

  • red value is 246;
  • green value is 160;
  • blue value is 150.
RGB:
(246,160,150)
(96%,63%,59%)

RGB channels and saturation

R 246 of 255 = 96%
G 160 of 255 = 63%
B 150 of 255 = 59%

246
160
150

R + G + B ~ 73%. #F6A096 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 160 + 150 = 556 (100%)
R 246 of 556 ~ 44.24%
G 160 of 556 ~ 28.78%
B 150 of 556 ~ 26.98%

%44.24
%28.78
%26.98

CMYK color model

#F6A096 color CMYK value is (0,35,39,4).

  • cyan value is 0.00%
  • magenta value is 34.96%
  • yellow value is 39.02%
  • key color value is 3.53%
CMYK:
(0,35,39,4)
C0M35Y39K4 
(0%,35%,39%,4%)
(0.00/0.35/0.39/0.04)	

CMYK percentages

%0
%34.96
%39.02
%3.53

Codes

Color #F6A096 in popluar color models

F6A096
RGB246160150
HSL84.21%77.65%
HSB/HSV39.02%96.47%
CMYK0.00%34.96%39.02%
3.53%

Color #F6A096 in popluar number systems.

HEXF6A096
Decimal246160150
Binary111101101010000010010110
Octal366240226

Shades and tints

Shades of #F6A096

#F6A096
(246,160,150)
#E09289
(224,146,137)
#CA847C
(202,132,124)
#B4766F
(180,118,111)
#9E6862
(158,104,98)
#885A55
(136,90,85)
#724C48
(114,76,72)
#5C3E3B
(92,62,59)
#46302E
(70,48,46)
#302221
(48,34,33)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #F6A096

#F6A096
(246,160,150)
#F6A89F
(246,168,159)
#F6B0A8
(246,176,168)
#F6B8B1
(246,184,177)
#F6C0BA
(246,192,186)
#F6C8C3
(246,200,195)
#F6D0CC
(246,208,204)
#F6D8D5
(246,216,213)
#F6E0DE
(246,224,222)
#F6E8E7
(246,232,231)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6A096 color. Also use rgb(246,160,150) instead hex code.

Text Font Color

.myTextColor { color: #F6A096; }

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

This text font color is #F6A096.


Background Color

.myBgColor { background-color: #F6A096; }

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

This div background color is #F6A096.


Border color

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

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

This div border color is #F6A096.


Opacity

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

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

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

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

This text has shadow with #F6A096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6A096 on black background.


Color preview on white background

This text has color #F6A096 on white background.



Black color preview on #F6A096 background

This text has black color on #F6A096 background.


White color preview on #F6A096 background

This text has white color on #F6A096 background.