COLOR #F6ABCE

HEX: #F6ABCE RGB: (246,171,206)

Color info

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

RGB color model

#F6ABCE color RGB value is (246,171,206).

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

RGB channels and saturation

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

246
171
206

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

Portions of RGB colors in percentages

R + G + B = 246 + 171 + 206 = 623 (100%)
R 246 of 623 ~ 39.49%
G 171 of 623 ~ 27.45%
B 206 of 623 ~ 33.07'%

%39.49
%27.45
%33.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.49%
  • yellow value is 16.26%
  • 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
%16.26
%3.53

Codes

Color #F6ABCE in popluar color models

F6 AB CE
RGB 246 171 206
HSL 332° 80.65% 81.76%
HSB/HSV 332° 30.49% 96.47%
CMYK 0.00% 30.49% 16.26%
3.53%

Color #F6ABCE in popluar number systems.

HEX F6 AB CE
Decimal 246 171 206
Binary 11110110 10101011 11001110
Octal 366 253 316

Shades and tints

Shades of #F6ABCE

#F6ABCE
(246,171,206)
#E09CBC
(224,156,188)
#CA8DAA
(202,141,170)
#B47E98
(180,126,152)
#9E6F86
(158,111,134)
#886074
(136,96,116)
#725162
(114,81,98)
#5C4250
(92,66,80)
#46333E
(70,51,62)
#30242C
(48,36,44)
#1A151A
(26,21,26)
#000000
(0,0,0)

Tints of #F6ABCE

#F6ABCE
(246,171,206)
#F6B2D2
(246,178,210)
#F6B9D6
(246,185,214)
#F6C0DA
(246,192,218)
#F6C7DE
(246,199,222)
#F6CEE2
(246,206,226)
#F6D5E6
(246,213,230)
#F6DCEA
(246,220,234)
#F6E3EE
(246,227,238)
#F6EAF2
(246,234,242)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6ABCE; }

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

This text font color is #F6ABCE.

Background Color

.myBgColor { background-color: #F6ABCE; }

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

This div background color is #F6ABCE.

Border color

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

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

This div border color is #F6ABCE.

Opacity

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

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

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

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

This text has shadow with #F6ABCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6ABCE.

Preview

Color preview on black background

This text has color #F6ABCE on black background.


Color preview on white background

This text has color #F6ABCE on white background.


Black color preview on #F6ABCE background

This text has black color on #F6ABCE background.


White color preview on #F6ABCE background

This text has white color on #F6ABCE background.


Related colors

Complementary color

Complementary color for #hex is #095431.


I love getcolorcode.com

Triadic colors

1 #CEF6AB and #ABCEF6 with #F6ABCE are triadic colors.

2 #CEABF6 and #ABF6CE with #F6ABCE are triadic colors.