COLOR #F6BAE5

HEX: #F6BAE5
RGB: (246,186,229)

Color info

#F6BAE5 contains mainly red and blue colors. Web safe color of #F6BAE5 is #FFCCCC (or #FCC).

RGB color model

#F6BAE5 color RGB value is (246,186,229).

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

RGB channels and saturation

R 246 of 255 = 96%
G 186 of 255 = 73%
B 229 of 255 = 90%

246
186
229

R + G + B ~ 86%. #F6BAE5 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 186 + 229 = 661 (100%)
R 246 of 661 ~ 37.22%
G 186 of 661 ~ 28.14%
B 229 of 661 ~ 34.64%

%37.22
%28.14
%34.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.39%
  • yellow value is 6.91%
  • key color value is 3.53%
CMYK:
(0,24,7,4)
C0M24Y7K4 
(0%,24%,7%,4%)
(0.00/0.24/0.07/0.04)	

CMYK percentages

%0
%24.39
%6.91
%3.53

Codes

Color #F6BAE5 in popluar color models

F6BAE5
RGB246186229
HSL317°76.92%84.71%
HSB/HSV317°24.39%96.47%
CMYK0.00%24.39%6.91%
3.53%

Color #F6BAE5 in popluar number systems.

HEXF6BAE5
Decimal246186229
Binary111101101011101011100101
Octal366272345

Shades and tints

Shades of #F6BAE5

#F6BAE5
(246,186,229)
#E0AAD1
(224,170,209)
#CA9ABD
(202,154,189)
#B48AA9
(180,138,169)
#9E7A95
(158,122,149)
#886A81
(136,106,129)
#725A6D
(114,90,109)
#5C4A59
(92,74,89)
#463A45
(70,58,69)
#302A31
(48,42,49)
#1A1A1D
(26,26,29)
#000000
(0,0,0)

Tints of #F6BAE5

#F6BAE5
(246,186,229)
#F6C0E7
(246,192,231)
#F6C6E9
(246,198,233)
#F6CCEB
(246,204,235)
#F6D2ED
(246,210,237)
#F6D8EF
(246,216,239)
#F6DEF1
(246,222,241)
#F6E4F3
(246,228,243)
#F6EAF5
(246,234,245)
#F6F0F7
(246,240,247)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6BAE5; }

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

This text font color is #F6BAE5.


Background Color

.myBgColor { background-color: #F6BAE5; }

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

This div background color is #F6BAE5.


Border color

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

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

This div border color is #F6BAE5.


Opacity

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

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

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

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

This text has shadow with #F6BAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BAE5 on black background.


Color preview on white background

This text has color #F6BAE5 on white background.



Black color preview on #F6BAE5 background

This text has black color on #F6BAE5 background.


White color preview on #F6BAE5 background

This text has white color on #F6BAE5 background.