COLOR #F6A89E

HEX: #F6A89E
RGB: (246,168,158)

Color info

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

RGB color model

#F6A89E color RGB value is (246,168,158).

  • red value is 246;
  • green value is 168;
  • blue value is 158.
RGB:
(246,168,158)
(96%,66%,62%)

RGB channels and saturation

R 246 of 255 = 96%
G 168 of 255 = 66%
B 158 of 255 = 62%

246
168
158

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

Portions of RGB colors in percentages

R + G + B =
246 + 168 + 158 = 572 (100%)
R 246 of 572 ~ 43.01%
G 168 of 572 ~ 29.37%
B 158 of 572 ~ 27.62%

%43.01
%29.37
%27.62

CMYK color model

#F6A89E color CMYK value is (0,32,36,4).

  • cyan value is 0.00%
  • magenta value is 31.71%
  • yellow value is 35.77%
  • key color value is 3.53%
CMYK:
(0,32,36,4)
C0M32Y36K4 
(0%,32%,36%,4%)
(0.00/0.32/0.36/0.04)	

CMYK percentages

%0
%31.71
%35.77
%3.53

Codes

Color #F6A89E in popluar color models

F6A89E
RGB246168158
HSL83.02%79.22%
HSB/HSV35.77%96.47%
CMYK0.00%31.71%35.77%
3.53%

Color #F6A89E in popluar number systems.

HEXF6A89E
Decimal246168158
Binary111101101010100010011110
Octal366250236

Shades and tints

Shades of #F6A89E

#F6A89E
(246,168,158)
#E09990
(224,153,144)
#CA8A82
(202,138,130)
#B47B74
(180,123,116)
#9E6C66
(158,108,102)
#885D58
(136,93,88)
#724E4A
(114,78,74)
#5C3F3C
(92,63,60)
#46302E
(70,48,46)
#302120
(48,33,32)
#1A1212
(26,18,18)
#000000
(0,0,0)

Tints of #F6A89E

#F6A89E
(246,168,158)
#F6AFA6
(246,175,166)
#F6B6AE
(246,182,174)
#F6BDB6
(246,189,182)
#F6C4BE
(246,196,190)
#F6CBC6
(246,203,198)
#F6D2CE
(246,210,206)
#F6D9D6
(246,217,214)
#F6E0DE
(246,224,222)
#F6E7E6
(246,231,230)
#F6EEEE
(246,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6A89E color. Also use rgb(246,168,158) instead hex code.

Text Font Color

.myTextColor { color: #F6A89E; }

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

This text font color is #F6A89E.


Background Color

.myBgColor { background-color: #F6A89E; }

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

This div background color is #F6A89E.


Border color

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

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

This div border color is #F6A89E.


Opacity

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

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

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

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

This text has shadow with #F6A89E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6A89E on black background.


Color preview on white background

This text has color #F6A89E on white background.



Black color preview on #F6A89E background

This text has black color on #F6A89E background.


White color preview on #F6A89E background

This text has white color on #F6A89E background.