COLOR #F6BAEC

HEX: #F6BAEC
RGB: (246,186,236)

Color info

#F6BAEC contains mainly red and blue colors. Web safe color of #F6BAEC is #FFCCFF (or #FCF).

RGB color model

#F6BAEC color RGB value is (246,186,236).

  • red value is 246;
  • green value is 186;
  • blue value is 236.
RGB:
(246,186,236)
(96%,73%,93%)

RGB channels and saturation

R 246 of 255 = 96%
G 186 of 255 = 73%
B 236 of 255 = 93%

246
186
236

R + G + B ~ 87%. #F6BAEC is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 186 + 236 = 668 (100%)
R 246 of 668 ~ 36.83%
G 186 of 668 ~ 27.84%
B 236 of 668 ~ 35.33%

%36.83
%27.84
%35.33

CMYK color model

#F6BAEC color CMYK value is (0,24,4,4).

  • cyan value is 0.00%
  • magenta value is 24.39%
  • yellow value is 4.07%
  • key color value is 3.53%
CMYK:
(0,24,4,4)
C0M24Y4K4 
(0%,24%,4%,4%)
(0.00/0.24/0.04/0.04)	

CMYK percentages

%0
%24.39
%4.07
%3.53

Codes

Color #F6BAEC in popluar color models

F6BAEC
RGB246186236
HSL310°76.92%84.71%
HSB/HSV310°24.39%96.47%
CMYK0.00%24.39%4.07%
3.53%

Color #F6BAEC in popluar number systems.

HEXF6BAEC
Decimal246186236
Binary111101101011101011101100
Octal366272354

Shades and tints

Shades of #F6BAEC

#F6BAEC
(246,186,236)
#E0AAD7
(224,170,215)
#CA9AC2
(202,154,194)
#B48AAD
(180,138,173)
#9E7A98
(158,122,152)
#886A83
(136,106,131)
#725A6E
(114,90,110)
#5C4A59
(92,74,89)
#463A44
(70,58,68)
#302A2F
(48,42,47)
#1A1A1A
(26,26,26)
#000000
(0,0,0)

Tints of #F6BAEC

#F6BAEC
(246,186,236)
#F6C0ED
(246,192,237)
#F6C6EE
(246,198,238)
#F6CCEF
(246,204,239)
#F6D2F0
(246,210,240)
#F6D8F1
(246,216,241)
#F6DEF2
(246,222,242)
#F6E4F3
(246,228,243)
#F6EAF4
(246,234,244)
#F6F0F5
(246,240,245)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6BAEC color. Also use rgb(246,186,236) instead hex code.

Text Font Color

.myTextColor { color: #F6BAEC; }

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

This text font color is #F6BAEC.


Background Color

.myBgColor { background-color: #F6BAEC; }

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

This div background color is #F6BAEC.


Border color

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

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

This div border color is #F6BAEC.


Opacity

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

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

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

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

This text has shadow with #F6BAEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BAEC on black background.


Color preview on white background

This text has color #F6BAEC on white background.



Black color preview on #F6BAEC background

This text has black color on #F6BAEC background.


White color preview on #F6BAEC background

This text has white color on #F6BAEC background.