COLOR #F6BACD

HEX: #F6BACD
RGB: (246,186,205)

Color info

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

RGB color model

#F6BACD color RGB value is (246,186,205).

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

RGB channels and saturation

R 246 of 255 = 96%
G 186 of 255 = 73%
B 205 of 255 = 80%

246
186
205

R + G + B ~ 83%. #F6BACD is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 186 + 205 = 637 (100%)
R 246 of 637 ~ 38.62%
G 186 of 637 ~ 29.2%
B 205 of 637 ~ 32.18%

%38.62
%29.2
%32.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.39%
  • yellow value is 16.67%
  • key color value is 3.53%
CMYK:
(0,24,17,4)
C0M24Y17K4 
(0%,24%,17%,4%)
(0.00/0.24/0.17/0.04)	

CMYK percentages

%0
%24.39
%16.67
%3.53

Codes

Color #F6BACD in popluar color models

F6BACD
RGB246186205
HSL341°76.92%84.71%
HSB/HSV341°24.39%96.47%
CMYK0.00%24.39%16.67%
3.53%

Color #F6BACD in popluar number systems.

HEXF6BACD
Decimal246186205
Binary111101101011101011001101
Octal366272315

Shades and tints

Shades of #F6BACD

#F6BACD
(246,186,205)
#E0AABB
(224,170,187)
#CA9AA9
(202,154,169)
#B48A97
(180,138,151)
#9E7A85
(158,122,133)
#886A73
(136,106,115)
#725A61
(114,90,97)
#5C4A4F
(92,74,79)
#463A3D
(70,58,61)
#302A2B
(48,42,43)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #F6BACD

#F6BACD
(246,186,205)
#F6C0D1
(246,192,209)
#F6C6D5
(246,198,213)
#F6CCD9
(246,204,217)
#F6D2DD
(246,210,221)
#F6D8E1
(246,216,225)
#F6DEE5
(246,222,229)
#F6E4E9
(246,228,233)
#F6EAED
(246,234,237)
#F6F0F1
(246,240,241)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6BACD; }

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

This text font color is #F6BACD.


Background Color

.myBgColor { background-color: #F6BACD; }

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

This div background color is #F6BACD.


Border color

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

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

This div border color is #F6BACD.


Opacity

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

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

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

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

This text has shadow with #F6BACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BACD on black background.


Color preview on white background

This text has color #F6BACD on white background.



Black color preview on #F6BACD background

This text has black color on #F6BACD background.


White color preview on #F6BACD background

This text has white color on #F6BACD background.