COLOR #F6B393

HEX: #F6B393
RGB: (246,179,147)

Color info

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

RGB color model

#F6B393 color RGB value is (246,179,147).

  • red value is 246;
  • green value is 179;
  • blue value is 147.
RGB:
(246,179,147)
(96%,70%,58%)

RGB channels and saturation

R 246 of 255 = 96%
G 179 of 255 = 70%
B 147 of 255 = 58%

246
179
147

R + G + B ~ 75%. #F6B393 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 179 + 147 = 572 (100%)
R 246 of 572 ~ 43.01%
G 179 of 572 ~ 31.29%
B 147 of 572 ~ 25.7%

%43.01
%31.29
%25.7

CMYK color model

#F6B393 color CMYK value is (0,27,40,4).

  • cyan value is 0.00%
  • magenta value is 27.24%
  • yellow value is 40.24%
  • key color value is 3.53%
CMYK:
(0,27,40,4)
C0M27Y40K4 
(0%,27%,40%,4%)
(0.00/0.27/0.40/0.04)	

CMYK percentages

%0
%27.24
%40.24
%3.53

Codes

Color #F6B393 in popluar color models

F6B393
RGB246179147
HSL19°84.62%77.06%
HSB/HSV19°40.24%96.47%
CMYK0.00%27.24%40.24%
3.53%

Color #F6B393 in popluar number systems.

HEXF6B393
Decimal246179147
Binary111101101011001110010011
Octal366263223

Shades and tints

Shades of #F6B393

#F6B393
(246,179,147)
#E0A386
(224,163,134)
#CA9379
(202,147,121)
#B4836C
(180,131,108)
#9E735F
(158,115,95)
#886352
(136,99,82)
#725345
(114,83,69)
#5C4338
(92,67,56)
#46332B
(70,51,43)
#30231E
(48,35,30)
#1A1311
(26,19,17)
#000000
(0,0,0)

Tints of #F6B393

#F6B393
(246,179,147)
#F6B99C
(246,185,156)
#F6BFA5
(246,191,165)
#F6C5AE
(246,197,174)
#F6CBB7
(246,203,183)
#F6D1C0
(246,209,192)
#F6D7C9
(246,215,201)
#F6DDD2
(246,221,210)
#F6E3DB
(246,227,219)
#F6E9E4
(246,233,228)
#F6EFED
(246,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6B393 color. Also use rgb(246,179,147) instead hex code.

Text Font Color

.myTextColor { color: #F6B393; }

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

This text font color is #F6B393.


Background Color

.myBgColor { background-color: #F6B393; }

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

This div background color is #F6B393.


Border color

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

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

This div border color is #F6B393.


Opacity

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

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

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

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

This text has shadow with #F6B393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6B393 on black background.


Color preview on white background

This text has color #F6B393 on white background.



Black color preview on #F6B393 background

This text has black color on #F6B393 background.


White color preview on #F6B393 background

This text has white color on #F6B393 background.