COLOR #F6ABD3

HEX: #F6ABD3
RGB: (246,171,211)

Color info

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

RGB color model

#F6ABD3 color RGB value is (246,171,211).

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

RGB channels and saturation

R 246 of 255 = 96%
G 171 of 255 = 67%
B 211 of 255 = 83%

246
171
211

R + G + B ~ 82%. #F6ABD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 171 + 211 = 628 (100%)
R 246 of 628 ~ 39.17%
G 171 of 628 ~ 27.23%
B 211 of 628 ~ 33.6%

%39.17
%27.23
%33.6

CMYK color model

#F6ABD3 color CMYK value is (0,30,14,4).

  • cyan value is 0.00%
  • magenta value is 30.49%
  • yellow value is 14.23%
  • key color value is 3.53%
CMYK:
(0,30,14,4)
C0M30Y14K4 
(0%,30%,14%,4%)
(0.00/0.30/0.14/0.04)	

CMYK percentages

%0
%30.49
%14.23
%3.53

Codes

Color #F6ABD3 in popluar color models

F6ABD3
RGB246171211
HSL328°80.65%81.76%
HSB/HSV328°30.49%96.47%
CMYK0.00%30.49%14.23%
3.53%

Color #F6ABD3 in popluar number systems.

HEXF6ABD3
Decimal246171211
Binary111101101010101111010011
Octal366253323

Shades and tints

Shades of #F6ABD3

#F6ABD3
(246,171,211)
#E09CC0
(224,156,192)
#CA8DAD
(202,141,173)
#B47E9A
(180,126,154)
#9E6F87
(158,111,135)
#886074
(136,96,116)
#725161
(114,81,97)
#5C424E
(92,66,78)
#46333B
(70,51,59)
#302428
(48,36,40)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #F6ABD3

#F6ABD3
(246,171,211)
#F6B2D7
(246,178,215)
#F6B9DB
(246,185,219)
#F6C0DF
(246,192,223)
#F6C7E3
(246,199,227)
#F6CEE7
(246,206,231)
#F6D5EB
(246,213,235)
#F6DCEF
(246,220,239)
#F6E3F3
(246,227,243)
#F6EAF7
(246,234,247)
#F6F1FB
(246,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6ABD3; }

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

This text font color is #F6ABD3.


Background Color

.myBgColor { background-color: #F6ABD3; }

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

This div background color is #F6ABD3.


Border color

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

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

This div border color is #F6ABD3.


Opacity

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

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

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

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

This text has shadow with #F6ABD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6ABD3 on black background.


Color preview on white background

This text has color #F6ABD3 on white background.



Black color preview on #F6ABD3 background

This text has black color on #F6ABD3 background.


White color preview on #F6ABD3 background

This text has white color on #F6ABD3 background.