COLOR #F6989C

HEX: #F6989C
RGB: (246,152,156)

Color info

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

RGB color model

#F6989C color RGB value is (246,152,156).

  • red value is 246;
  • green value is 152;
  • blue value is 156.
RGB:
(246,152,156)
(96%,60%,61%)

RGB channels and saturation

R 246 of 255 = 96%
G 152 of 255 = 60%
B 156 of 255 = 61%

246
152
156

R + G + B ~ 72%. #F6989C is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 152 + 156 = 554 (100%)
R 246 of 554 ~ 44.4%
G 152 of 554 ~ 27.44%
B 156 of 554 ~ 28.16%

%44.4
%27.44
%28.16

CMYK color model

#F6989C color CMYK value is (0,38,37,4).

  • cyan value is 0.00%
  • magenta value is 38.21%
  • yellow value is 36.59%
  • key color value is 3.53%
CMYK:
(0,38,37,4)
C0M38Y37K4 
(0%,38%,37%,4%)
(0.00/0.38/0.37/0.04)	

CMYK percentages

%0
%38.21
%36.59
%3.53

Codes

Color #F6989C in popluar color models

F6989C
RGB246152156
HSL357°83.93%78.04%
HSB/HSV357°38.21%96.47%
CMYK0.00%38.21%36.59%
3.53%

Color #F6989C in popluar number systems.

HEXF6989C
Decimal246152156
Binary111101101001100010011100
Octal366230234

Shades and tints

Shades of #F6989C

#F6989C
(246,152,156)
#E08B8E
(224,139,142)
#CA7E80
(202,126,128)
#B47172
(180,113,114)
#9E6464
(158,100,100)
#885756
(136,87,86)
#724A48
(114,74,72)
#5C3D3A
(92,61,58)
#46302C
(70,48,44)
#30231E
(48,35,30)
#1A1610
(26,22,16)
#000000
(0,0,0)

Tints of #F6989C

#F6989C
(246,152,156)
#F6A1A5
(246,161,165)
#F6AAAE
(246,170,174)
#F6B3B7
(246,179,183)
#F6BCC0
(246,188,192)
#F6C5C9
(246,197,201)
#F6CED2
(246,206,210)
#F6D7DB
(246,215,219)
#F6E0E4
(246,224,228)
#F6E9ED
(246,233,237)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6989C; }

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

This text font color is #F6989C.


Background Color

.myBgColor { background-color: #F6989C; }

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

This div background color is #F6989C.


Border color

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

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

This div border color is #F6989C.


Opacity

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

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

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

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

This text has shadow with #F6989C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6989C on black background.


Color preview on white background

This text has color #F6989C on white background.



Black color preview on #F6989C background

This text has black color on #F6989C background.


White color preview on #F6989C background

This text has white color on #F6989C background.