COLOR #F6ABCF

HEX: #F6ABCF RGB: (246,171,207)

Color info

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

RGB color model

#F6ABCF color RGB value is (246,171,207).

RGB: (246,171,207) (96%, 67%, 81%)

RGB channels and saturation

R 246 of 255 = 96%
G 171 of 255 = 67%
B 207 of 255 = 81%

246
171
207

R + G + B ~ 81%. #F6ABCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 171 + 207 = 624 (100%)
R 246 of 624 ~ 39.42%
G 171 of 624 ~ 27.4%
B 207 of 624 ~ 33.17'%

%39.42
%27.4
%33.17

CMYK color model

#F6ABCF color CMYK value is (0,30,16,4).

  • cyan value is 0.00%
  • magenta value is 30.49%
  • yellow value is 15.85%
  • key color value is 3.53%

CMYK: (0,30,16,4)
C0M30Y16K4 (0%, 30%, 16%, 4%)
(0.00 / 0.30 / 0.16 / 0.04)

CMYK percentages

%0
%30.49
%15.85
%3.53

Codes

Color #F6ABCF in popluar color models

F6 AB CF
RGB 246 171 207
HSL 331° 80.65% 81.76%
HSB/HSV 331° 30.49% 96.47%
CMYK 0.00% 30.49% 15.85%
3.53%

Color #F6ABCF in popluar number systems.

HEX F6 AB CF
Decimal 246 171 207
Binary 11110110 10101011 11001111
Octal 366 253 317

Shades and tints

Shades of #F6ABCF

#F6ABCF
(246,171,207)
#E09CBD
(224,156,189)
#CA8DAB
(202,141,171)
#B47E99
(180,126,153)
#9E6F87
(158,111,135)
#886075
(136,96,117)
#725163
(114,81,99)
#5C4251
(92,66,81)
#46333F
(70,51,63)
#30242D
(48,36,45)
#1A151B
(26,21,27)
#000000
(0,0,0)

Tints of #F6ABCF

#F6ABCF
(246,171,207)
#F6B2D3
(246,178,211)
#F6B9D7
(246,185,215)
#F6C0DB
(246,192,219)
#F6C7DF
(246,199,223)
#F6CEE3
(246,206,227)
#F6D5E7
(246,213,231)
#F6DCEB
(246,220,235)
#F6E3EF
(246,227,239)
#F6EAF3
(246,234,243)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6ABCF; }

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

This text font color is #F6ABCF.

Background Color

.myBgColor { background-color: #F6ABCF; }

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

This div background color is #F6ABCF.

Border color

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

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

This div border color is #F6ABCF.

Opacity

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

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

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

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

This text has shadow with #F6ABCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6ABCF.

Preview

Color preview on black background

This text has color #F6ABCF on black background.


Color preview on white background

This text has color #F6ABCF on white background.


Black color preview on #F6ABCF background

This text has black color on #F6ABCF background.


White color preview on #F6ABCF background

This text has white color on #F6ABCF background.


Related colors

Complementary color

Complementary color for #hex is #095430.


I love getcolorcode.com

Triadic colors

1 #CFF6AB and #ABCFF6 with #F6ABCF are triadic colors.

2 #CFABF6 and #ABF6CF with #F6ABCF are triadic colors.