COLOR #F6A5E0

HEX: #F6A5E0
RGB: (246,165,224)

Color info

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

RGB color model

#F6A5E0 color RGB value is (246,165,224).

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

RGB channels and saturation

R 246 of 255 = 96%
G 165 of 255 = 65%
B 224 of 255 = 88%

246
165
224

R + G + B ~ 83%. #F6A5E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 165 + 224 = 635 (100%)
R 246 of 635 ~ 38.74%
G 165 of 635 ~ 25.98%
B 224 of 635 ~ 35.28%

%38.74
%25.98
%35.28

CMYK color model

#F6A5E0 color CMYK value is (0,33,9,4).

  • cyan value is 0.00%
  • magenta value is 32.93%
  • yellow value is 8.94%
  • key color value is 3.53%
CMYK:
(0,33,9,4)
C0M33Y9K4 
(0%,33%,9%,4%)
(0.00/0.33/0.09/0.04)	

CMYK percentages

%0
%32.93
%8.94
%3.53

Codes

Color #F6A5E0 in popluar color models

F6A5E0
RGB246165224
HSL316°81.82%80.59%
HSB/HSV316°32.93%96.47%
CMYK0.00%32.93%8.94%
3.53%

Color #F6A5E0 in popluar number systems.

HEXF6A5E0
Decimal246165224
Binary111101101010010111100000
Octal366245340

Shades and tints

Shades of #F6A5E0

#F6A5E0
(246,165,224)
#E096CC
(224,150,204)
#CA87B8
(202,135,184)
#B478A4
(180,120,164)
#9E6990
(158,105,144)
#885A7C
(136,90,124)
#724B68
(114,75,104)
#5C3C54
(92,60,84)
#462D40
(70,45,64)
#301E2C
(48,30,44)
#1A0F18
(26,15,24)
#000000
(0,0,0)

Tints of #F6A5E0

#F6A5E0
(246,165,224)
#F6ADE2
(246,173,226)
#F6B5E4
(246,181,228)
#F6BDE6
(246,189,230)
#F6C5E8
(246,197,232)
#F6CDEA
(246,205,234)
#F6D5EC
(246,213,236)
#F6DDEE
(246,221,238)
#F6E5F0
(246,229,240)
#F6EDF2
(246,237,242)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6A5E0; }

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

This text font color is #F6A5E0.


Background Color

.myBgColor { background-color: #F6A5E0; }

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

This div background color is #F6A5E0.


Border color

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

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

This div border color is #F6A5E0.


Opacity

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

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

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

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

This text has shadow with #F6A5E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6A5E0 on black background.


Color preview on white background

This text has color #F6A5E0 on white background.



Black color preview on #F6A5E0 background

This text has black color on #F6A5E0 background.


White color preview on #F6A5E0 background

This text has white color on #F6A5E0 background.