COLOR #F6A5BF

HEX: #F6A5BF
RGB: (246,165,191)

Color info

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

RGB color model

#F6A5BF color RGB value is (246,165,191).

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

RGB channels and saturation

R 246 of 255 = 96%
G 165 of 255 = 65%
B 191 of 255 = 75%

246
165
191

R + G + B ~ 79%. #F6A5BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 165 + 191 = 602 (100%)
R 246 of 602 ~ 40.86%
G 165 of 602 ~ 27.41%
B 191 of 602 ~ 31.73%

%40.86
%27.41
%31.73

CMYK color model

#F6A5BF color CMYK value is (0,33,22,4).

  • cyan value is 0.00%
  • magenta value is 32.93%
  • yellow value is 22.36%
  • key color value is 3.53%
CMYK:
(0,33,22,4)
C0M33Y22K4 
(0%,33%,22%,4%)
(0.00/0.33/0.22/0.04)	

CMYK percentages

%0
%32.93
%22.36
%3.53

Codes

Color #F6A5BF in popluar color models

F6A5BF
RGB246165191
HSL341°81.82%80.59%
HSB/HSV341°32.93%96.47%
CMYK0.00%32.93%22.36%
3.53%

Color #F6A5BF in popluar number systems.

HEXF6A5BF
Decimal246165191
Binary111101101010010110111111
Octal366245277

Shades and tints

Shades of #F6A5BF

#F6A5BF
(246,165,191)
#E096AE
(224,150,174)
#CA879D
(202,135,157)
#B4788C
(180,120,140)
#9E697B
(158,105,123)
#885A6A
(136,90,106)
#724B59
(114,75,89)
#5C3C48
(92,60,72)
#462D37
(70,45,55)
#301E26
(48,30,38)
#1A0F15
(26,15,21)
#000000
(0,0,0)

Tints of #F6A5BF

#F6A5BF
(246,165,191)
#F6ADC4
(246,173,196)
#F6B5C9
(246,181,201)
#F6BDCE
(246,189,206)
#F6C5D3
(246,197,211)
#F6CDD8
(246,205,216)
#F6D5DD
(246,213,221)
#F6DDE2
(246,221,226)
#F6E5E7
(246,229,231)
#F6EDEC
(246,237,236)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6A5BF; }

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

This text font color is #F6A5BF.


Background Color

.myBgColor { background-color: #F6A5BF; }

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

This div background color is #F6A5BF.


Border color

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

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

This div border color is #F6A5BF.


Opacity

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

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

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

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

This text has shadow with #F6A5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6A5BF on black background.


Color preview on white background

This text has color #F6A5BF on white background.



Black color preview on #F6A5BF background

This text has black color on #F6A5BF background.


White color preview on #F6A5BF background

This text has white color on #F6A5BF background.