COLOR #F6AFD3

HEX: #F6AFD3
RGB: (246,175,211)

Color info

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

RGB color model

#F6AFD3 color RGB value is (246,175,211).

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

RGB channels and saturation

R 246 of 255 = 96%
G 175 of 255 = 69%
B 211 of 255 = 83%

246
175
211

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

Portions of RGB colors in percentages

R + G + B =
246 + 175 + 211 = 632 (100%)
R 246 of 632 ~ 38.92%
G 175 of 632 ~ 27.69%
B 211 of 632 ~ 33.39%

%38.92
%27.69
%33.39

CMYK color model

#F6AFD3 color CMYK value is (0,29,14,4).

  • cyan value is 0.00%
  • magenta value is 28.86%
  • yellow value is 14.23%
  • key color value is 3.53%
CMYK:
(0,29,14,4)
C0M29Y14K4 
(0%,29%,14%,4%)
(0.00/0.29/0.14/0.04)	

CMYK percentages

%0
%28.86
%14.23
%3.53

Codes

Color #F6AFD3 in popluar color models

F6AFD3
RGB246175211
HSL330°79.78%82.55%
HSB/HSV330°28.86%96.47%
CMYK0.00%28.86%14.23%
3.53%

Color #F6AFD3 in popluar number systems.

HEXF6AFD3
Decimal246175211
Binary111101101010111111010011
Octal366257323

Shades and tints

Shades of #F6AFD3

#F6AFD3
(246,175,211)
#E0A0C0
(224,160,192)
#CA91AD
(202,145,173)
#B4829A
(180,130,154)
#9E7387
(158,115,135)
#886474
(136,100,116)
#725561
(114,85,97)
#5C464E
(92,70,78)
#46373B
(70,55,59)
#302828
(48,40,40)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #F6AFD3

#F6AFD3
(246,175,211)
#F6B6D7
(246,182,215)
#F6BDDB
(246,189,219)
#F6C4DF
(246,196,223)
#F6CBE3
(246,203,227)
#F6D2E7
(246,210,231)
#F6D9EB
(246,217,235)
#F6E0EF
(246,224,239)
#F6E7F3
(246,231,243)
#F6EEF7
(246,238,247)
#F6F5FB
(246,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6AFD3; }

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

This text font color is #F6AFD3.


Background Color

.myBgColor { background-color: #F6AFD3; }

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

This div background color is #F6AFD3.


Border color

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

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

This div border color is #F6AFD3.


Opacity

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

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

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

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

This text has shadow with #F6AFD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6AFD3 on black background.


Color preview on white background

This text has color #F6AFD3 on white background.



Black color preview on #F6AFD3 background

This text has black color on #F6AFD3 background.


White color preview on #F6AFD3 background

This text has white color on #F6AFD3 background.