COLOR #F6A89C

HEX: #F6A89C RGB: (246,168,156)

Color info

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

RGB color model

#F6A89C color RGB value is (246,168,156).

RGB: (246,168,156) (96%, 66%, 61%)

RGB channels and saturation

R 246 of 255 = 96%
G 168 of 255 = 66%
B 156 of 255 = 61%

246
168
156

R + G + B ~ 74%. #F6A89C is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 168 + 156 = 570 (100%)
R 246 of 570 ~ 43.16%
G 168 of 570 ~ 29.47%
B 156 of 570 ~ 27.37'%

%43.16
%29.47
%27.37

CMYK color model

#F6A89C color CMYK value is (0,32,37,4).

  • cyan value is 0.00%
  • magenta value is 31.71%
  • yellow value is 36.59%
  • key color value is 3.53%

CMYK: (0,32,37,4)
C0M32Y37K4 (0%, 32%, 37%, 4%)
(0.00 / 0.32 / 0.37 / 0.04)

CMYK percentages

%0
%31.71
%36.59
%3.53

Codes

Color #F6A89C in popluar color models

F6 A8 9C
RGB 246 168 156
HSL 83.33% 78.82%
HSB/HSV 36.59% 96.47%
CMYK 0.00% 31.71% 36.59%
3.53%

Color #F6A89C in popluar number systems.

HEX F6 A8 9C
Decimal 246 168 156
Binary 11110110 10101000 10011100
Octal 366 250 234

Shades and tints

Shades of #F6A89C

#F6A89C
(246,168,156)
#E0998E
(224,153,142)
#CA8A80
(202,138,128)
#B47B72
(180,123,114)
#9E6C64
(158,108,100)
#885D56
(136,93,86)
#724E48
(114,78,72)
#5C3F3A
(92,63,58)
#46302C
(70,48,44)
#30211E
(48,33,30)
#1A1210
(26,18,16)
#000000
(0,0,0)

Tints of #F6A89C

#F6A89C
(246,168,156)
#F6AFA5
(246,175,165)
#F6B6AE
(246,182,174)
#F6BDB7
(246,189,183)
#F6C4C0
(246,196,192)
#F6CBC9
(246,203,201)
#F6D2D2
(246,210,210)
#F6D9DB
(246,217,219)
#F6E0E4
(246,224,228)
#F6E7ED
(246,231,237)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6A89C; }

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

This text font color is #F6A89C.

Background Color

.myBgColor { background-color: #F6A89C; }

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

This div background color is #F6A89C.

Border color

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

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

This div border color is #F6A89C.

Opacity

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

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

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

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

This text has shadow with #F6A89C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6A89C.

Preview

Color preview on black background

This text has color #F6A89C on black background.


Color preview on white background

This text has color #F6A89C on white background.


Black color preview on #F6A89C background

This text has black color on #F6A89C background.


White color preview on #F6A89C background

This text has white color on #F6A89C background.


Related colors

Complementary color

Complementary color for #hex is #095763.


I love getcolorcode.com

Triadic colors

1 #9CF6A8 and #A89CF6 with #F6A89C are triadic colors.

2 #9CA8F6 and #A8F69C with #F6A89C are triadic colors.