COLOR #F6A6E5

HEX: #F6A6E5
RGB: (246,166,229)

Color info

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

RGB color model

#F6A6E5 color RGB value is (246,166,229).

  • red value is 246;
  • green value is 166;
  • blue value is 229.
RGB:
(246,166,229)
(96%,65%,90%)

RGB channels and saturation

R 246 of 255 = 96%
G 166 of 255 = 65%
B 229 of 255 = 90%

246
166
229

R + G + B ~ 84%. #F6A6E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 166 + 229 = 641 (100%)
R 246 of 641 ~ 38.38%
G 166 of 641 ~ 25.9%
B 229 of 641 ~ 35.73%

%38.38
%25.9
%35.73

CMYK color model

#F6A6E5 color CMYK value is (0,33,7,4).

  • cyan value is 0.00%
  • magenta value is 32.52%
  • yellow value is 6.91%
  • key color value is 3.53%
CMYK:
(0,33,7,4)
C0M33Y7K4 
(0%,33%,7%,4%)
(0.00/0.33/0.07/0.04)	

CMYK percentages

%0
%32.52
%6.91
%3.53

Codes

Color #F6A6E5 in popluar color models

F6A6E5
RGB246166229
HSL313°81.63%80.78%
HSB/HSV313°32.52%96.47%
CMYK0.00%32.52%6.91%
3.53%

Color #F6A6E5 in popluar number systems.

HEXF6A6E5
Decimal246166229
Binary111101101010011011100101
Octal366246345

Shades and tints

Shades of #F6A6E5

#F6A6E5
(246,166,229)
#E097D1
(224,151,209)
#CA88BD
(202,136,189)
#B479A9
(180,121,169)
#9E6A95
(158,106,149)
#885B81
(136,91,129)
#724C6D
(114,76,109)
#5C3D59
(92,61,89)
#462E45
(70,46,69)
#301F31
(48,31,49)
#1A101D
(26,16,29)
#000000
(0,0,0)

Tints of #F6A6E5

#F6A6E5
(246,166,229)
#F6AEE7
(246,174,231)
#F6B6E9
(246,182,233)
#F6BEEB
(246,190,235)
#F6C6ED
(246,198,237)
#F6CEEF
(246,206,239)
#F6D6F1
(246,214,241)
#F6DEF3
(246,222,243)
#F6E6F5
(246,230,245)
#F6EEF7
(246,238,247)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6A6E5 color. Also use rgb(246,166,229) instead hex code.

Text Font Color

.myTextColor { color: #F6A6E5; }

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

This text font color is #F6A6E5.


Background Color

.myBgColor { background-color: #F6A6E5; }

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

This div background color is #F6A6E5.


Border color

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

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

This div border color is #F6A6E5.


Opacity

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

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

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

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

This text has shadow with #F6A6E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6A6E5 on black background.


Color preview on white background

This text has color #F6A6E5 on white background.



Black color preview on #F6A6E5 background

This text has black color on #F6A6E5 background.


White color preview on #F6A6E5 background

This text has white color on #F6A6E5 background.