COLOR #F6ABEE

HEX: #F6ABEE RGB: (246,171,238)

Color info

#F6ABEE contains mainly red and blue colors. Web safe color of #F6ABEE is #FF99FF (or #F9F).

RGB color model

#F6ABEE color RGB value is (246,171,238).

RGB: (246,171,238) (96%, 67%, 93%)

RGB channels and saturation

R 246 of 255 = 96%
G 171 of 255 = 67%
B 238 of 255 = 93%

246
171
238

R + G + B ~ 85%. #F6ABEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 171 + 238 = 655 (100%)
R 246 of 655 ~ 37.56%
G 171 of 655 ~ 26.11%
B 238 of 655 ~ 36.34'%

%37.56
%26.11
%36.34

CMYK color model

#F6ABEE color CMYK value is (0,30,3,4).

  • cyan value is 0.00%
  • magenta value is 30.49%
  • yellow value is 3.25%
  • key color value is 3.53%
CMYK: (0,30,3,4) C0M30Y3K4 (0%,30%,3%,4%) (0.00/0.30/0.03/0.04) 

CMYK percentages

%0
%30.49
%3.25
%3.53

Codes

Color #F6ABEE in popluar color models

F6 AB EE
RGB 246 171 238
HSL 306° 80.65% 81.76%
HSB/HSV 306° 30.49% 96.47%
CMYK 0.00% 30.49% 3.25%
3.53%

Color #F6ABEE in popluar number systems.

HEX F6 AB EE
Decimal 246 171 238
Binary 11110110 10101011 11101110
Octal 366 253 356

Shades and tints

Shades of #F6ABEE

#F6ABEE
(246,171,238)
#E09CD9
(224,156,217)
#CA8DC4
(202,141,196)
#B47EAF
(180,126,175)
#9E6F9A
(158,111,154)
#886085
(136,96,133)
#725170
(114,81,112)
#5C425B
(92,66,91)
#463346
(70,51,70)
#302431
(48,36,49)
#1A151C
(26,21,28)
#000000
(0,0,0)

Tints of #F6ABEE

#F6ABEE
(246,171,238)
#F6B2EF
(246,178,239)
#F6B9F0
(246,185,240)
#F6C0F1
(246,192,241)
#F6C7F2
(246,199,242)
#F6CEF3
(246,206,243)
#F6D5F4
(246,213,244)
#F6DCF5
(246,220,245)
#F6E3F6
(246,227,246)
#F6EAF7
(246,234,247)
#F6F1F8
(246,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6ABEE; }

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

This text font color is #F6ABEE.

Background Color

.myBgColor { background-color: #F6ABEE; }

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

This div background color is #F6ABEE.

Border color

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

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

This div border color is #F6ABEE.

Opacity

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

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

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

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

This text has shadow with #F6ABEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6ABEE.

Preview

Color preview on black background

This text has color #F6ABEE on black background.


Color preview on white background

This text has color #F6ABEE on white background.


Black color preview on #F6ABEE background

This text has black color on #F6ABEE background.


White color preview on #F6ABEE background

This text has white color on #F6ABEE background.


Related colors

Complementary color

Complementary color for #hex is #095411.


I love getcolorcode.com

Triadic colors

1 #EEF6AB and #ABEEF6 with #F6ABEE are triadic colors.

2 #EEABF6 and #ABF6EE with #F6ABEE are triadic colors.