COLOR #F6AFE1

HEX: #F6AFE1
RGB: (246,175,225)

Color info

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

RGB color model

#F6AFE1 color RGB value is (246,175,225).

  • red value is 246;
  • green value is 175;
  • blue value is 225.
RGB:
(246,175,225)
(96%,69%,88%)

RGB channels and saturation

R 246 of 255 = 96%
G 175 of 255 = 69%
B 225 of 255 = 88%

246
175
225

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

Portions of RGB colors in percentages

R + G + B =
246 + 175 + 225 = 646 (100%)
R 246 of 646 ~ 38.08%
G 175 of 646 ~ 27.09%
B 225 of 646 ~ 34.83%

%38.08
%27.09
%34.83

CMYK color model

#F6AFE1 color CMYK value is (0,29,9,4).

  • cyan value is 0.00%
  • magenta value is 28.86%
  • yellow value is 8.54%
  • key color value is 3.53%
CMYK:
(0,29,9,4)
C0M29Y9K4 
(0%,29%,9%,4%)
(0.00/0.29/0.09/0.04)	

CMYK percentages

%0
%28.86
%8.54
%3.53

Codes

Color #F6AFE1 in popluar color models

F6AFE1
RGB246175225
HSL318°79.78%82.55%
HSB/HSV318°28.86%96.47%
CMYK0.00%28.86%8.54%
3.53%

Color #F6AFE1 in popluar number systems.

HEXF6AFE1
Decimal246175225
Binary111101101010111111100001
Octal366257341

Shades and tints

Shades of #F6AFE1

#F6AFE1
(246,175,225)
#E0A0CD
(224,160,205)
#CA91B9
(202,145,185)
#B482A5
(180,130,165)
#9E7391
(158,115,145)
#88647D
(136,100,125)
#725569
(114,85,105)
#5C4655
(92,70,85)
#463741
(70,55,65)
#30282D
(48,40,45)
#1A1919
(26,25,25)
#000000
(0,0,0)

Tints of #F6AFE1

#F6AFE1
(246,175,225)
#F6B6E3
(246,182,227)
#F6BDE5
(246,189,229)
#F6C4E7
(246,196,231)
#F6CBE9
(246,203,233)
#F6D2EB
(246,210,235)
#F6D9ED
(246,217,237)
#F6E0EF
(246,224,239)
#F6E7F1
(246,231,241)
#F6EEF3
(246,238,243)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6AFE1 color. Also use rgb(246,175,225) instead hex code.

Text Font Color

.myTextColor { color: #F6AFE1; }

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

This text font color is #F6AFE1.


Background Color

.myBgColor { background-color: #F6AFE1; }

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

This div background color is #F6AFE1.


Border color

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

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

This div border color is #F6AFE1.


Opacity

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

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

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

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

This text has shadow with #F6AFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6AFE1 on black background.


Color preview on white background

This text has color #F6AFE1 on white background.



Black color preview on #F6AFE1 background

This text has black color on #F6AFE1 background.


White color preview on #F6AFE1 background

This text has white color on #F6AFE1 background.