COLOR #F6A5BB

HEX: #F6A5BB
RGB: (246,165,187)

Color info

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

RGB color model

#F6A5BB color RGB value is (246,165,187).

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

RGB channels and saturation

R 246 of 255 = 96%
G 165 of 255 = 65%
B 187 of 255 = 73%

246
165
187

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

Portions of RGB colors in percentages

R + G + B =
246 + 165 + 187 = 598 (100%)
R 246 of 598 ~ 41.14%
G 165 of 598 ~ 27.59%
B 187 of 598 ~ 31.27%

%41.14
%27.59
%31.27

CMYK color model

#F6A5BB color CMYK value is (0,33,24,4).

  • cyan value is 0.00%
  • magenta value is 32.93%
  • yellow value is 23.98%
  • key color value is 3.53%
CMYK:
(0,33,24,4)
C0M33Y24K4 
(0%,33%,24%,4%)
(0.00/0.33/0.24/0.04)	

CMYK percentages

%0
%32.93
%23.98
%3.53

Codes

Color #F6A5BB in popluar color models

F6A5BB
RGB246165187
HSL344°81.82%80.59%
HSB/HSV344°32.93%96.47%
CMYK0.00%32.93%23.98%
3.53%

Color #F6A5BB in popluar number systems.

HEXF6A5BB
Decimal246165187
Binary111101101010010110111011
Octal366245273

Shades and tints

Shades of #F6A5BB

#F6A5BB
(246,165,187)
#E096AA
(224,150,170)
#CA8799
(202,135,153)
#B47888
(180,120,136)
#9E6977
(158,105,119)
#885A66
(136,90,102)
#724B55
(114,75,85)
#5C3C44
(92,60,68)
#462D33
(70,45,51)
#301E22
(48,30,34)
#1A0F11
(26,15,17)
#000000
(0,0,0)

Tints of #F6A5BB

#F6A5BB
(246,165,187)
#F6ADC1
(246,173,193)
#F6B5C7
(246,181,199)
#F6BDCD
(246,189,205)
#F6C5D3
(246,197,211)
#F6CDD9
(246,205,217)
#F6D5DF
(246,213,223)
#F6DDE5
(246,221,229)
#F6E5EB
(246,229,235)
#F6EDF1
(246,237,241)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6A5BB; }

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

This text font color is #F6A5BB.


Background Color

.myBgColor { background-color: #F6A5BB; }

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

This div background color is #F6A5BB.


Border color

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

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

This div border color is #F6A5BB.


Opacity

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

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

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

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

This text has shadow with #F6A5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6A5BB on black background.


Color preview on white background

This text has color #F6A5BB on white background.



Black color preview on #F6A5BB background

This text has black color on #F6A5BB background.


White color preview on #F6A5BB background

This text has white color on #F6A5BB background.