COLOR #F6A8BB

HEX: #F6A8BB
RGB: (246,168,187)

Color info

#F6A8BB contains mainly red and blue colors. Web safe color of #F6A8BB is #FF99CC (or #F9C).

RGB color model

#F6A8BB color RGB value is (246,168,187).

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

RGB channels and saturation

R 246 of 255 = 96%
G 168 of 255 = 66%
B 187 of 255 = 73%

246
168
187

R + G + B ~ 78%. #F6A8BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 168 + 187 = 601 (100%)
R 246 of 601 ~ 40.93%
G 168 of 601 ~ 27.95%
B 187 of 601 ~ 31.11%

%40.93
%27.95
%31.11

CMYK color model

#F6A8BB color CMYK value is (0,32,24,4).

  • cyan value is 0.00%
  • magenta value is 31.71%
  • yellow value is 23.98%
  • key color value is 3.53%
CMYK:
(0,32,24,4)
C0M32Y24K4 
(0%,32%,24%,4%)
(0.00/0.32/0.24/0.04)	

CMYK percentages

%0
%31.71
%23.98
%3.53

Codes

Color #F6A8BB in popluar color models

F6A8BB
RGB246168187
HSL345°81.25%81.18%
HSB/HSV345°31.71%96.47%
CMYK0.00%31.71%23.98%
3.53%

Color #F6A8BB in popluar number systems.

HEXF6A8BB
Decimal246168187
Binary111101101010100010111011
Octal366250273

Shades and tints

Shades of #F6A8BB

#F6A8BB
(246,168,187)
#E099AA
(224,153,170)
#CA8A99
(202,138,153)
#B47B88
(180,123,136)
#9E6C77
(158,108,119)
#885D66
(136,93,102)
#724E55
(114,78,85)
#5C3F44
(92,63,68)
#463033
(70,48,51)
#302122
(48,33,34)
#1A1211
(26,18,17)
#000000
(0,0,0)

Tints of #F6A8BB

#F6A8BB
(246,168,187)
#F6AFC1
(246,175,193)
#F6B6C7
(246,182,199)
#F6BDCD
(246,189,205)
#F6C4D3
(246,196,211)
#F6CBD9
(246,203,217)
#F6D2DF
(246,210,223)
#F6D9E5
(246,217,229)
#F6E0EB
(246,224,235)
#F6E7F1
(246,231,241)
#F6EEF7
(246,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6A8BB; }

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

This text font color is #F6A8BB.


Background Color

.myBgColor { background-color: #F6A8BB; }

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

This div background color is #F6A8BB.


Border color

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

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

This div border color is #F6A8BB.


Opacity

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

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

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

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

This text has shadow with #F6A8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6A8BB on black background.


Color preview on white background

This text has color #F6A8BB on white background.



Black color preview on #F6A8BB background

This text has black color on #F6A8BB background.


White color preview on #F6A8BB background

This text has white color on #F6A8BB background.