COLOR #F6BAE8

HEX: #F6BAE8
RGB: (246,186,232)

Color info

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

RGB color model

#F6BAE8 color RGB value is (246,186,232).

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

RGB channels and saturation

R 246 of 255 = 96%
G 186 of 255 = 73%
B 232 of 255 = 91%

246
186
232

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

Portions of RGB colors in percentages

R + G + B =
246 + 186 + 232 = 664 (100%)
R 246 of 664 ~ 37.05%
G 186 of 664 ~ 28.01%
B 232 of 664 ~ 34.94%

%37.05
%28.01
%34.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.39%
  • yellow value is 5.69%
  • key color value is 3.53%
CMYK:
(0,24,6,4)
C0M24Y6K4 
(0%,24%,6%,4%)
(0.00/0.24/0.06/0.04)	

CMYK percentages

%0
%24.39
%5.69
%3.53

Codes

Color #F6BAE8 in popluar color models

F6BAE8
RGB246186232
HSL314°76.92%84.71%
HSB/HSV314°24.39%96.47%
CMYK0.00%24.39%5.69%
3.53%

Color #F6BAE8 in popluar number systems.

HEXF6BAE8
Decimal246186232
Binary111101101011101011101000
Octal366272350

Shades and tints

Shades of #F6BAE8

#F6BAE8
(246,186,232)
#E0AAD3
(224,170,211)
#CA9ABE
(202,154,190)
#B48AA9
(180,138,169)
#9E7A94
(158,122,148)
#886A7F
(136,106,127)
#725A6A
(114,90,106)
#5C4A55
(92,74,85)
#463A40
(70,58,64)
#302A2B
(48,42,43)
#1A1A16
(26,26,22)
#000000
(0,0,0)

Tints of #F6BAE8

#F6BAE8
(246,186,232)
#F6C0EA
(246,192,234)
#F6C6EC
(246,198,236)
#F6CCEE
(246,204,238)
#F6D2F0
(246,210,240)
#F6D8F2
(246,216,242)
#F6DEF4
(246,222,244)
#F6E4F6
(246,228,246)
#F6EAF8
(246,234,248)
#F6F0FA
(246,240,250)
#F6F6FC
(246,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6BAE8; }

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

This text font color is #F6BAE8.


Background Color

.myBgColor { background-color: #F6BAE8; }

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

This div background color is #F6BAE8.


Border color

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

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

This div border color is #F6BAE8.


Opacity

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

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

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

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

This text has shadow with #F6BAE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BAE8 on black background.


Color preview on white background

This text has color #F6BAE8 on white background.



Black color preview on #F6BAE8 background

This text has black color on #F6BAE8 background.


White color preview on #F6BAE8 background

This text has white color on #F6BAE8 background.