COLOR #F6BAC8

HEX: #F6BAC8 RGB: (246,186,200)

Color info

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

RGB color model

#F6BAC8 color RGB value is (246,186,200).

RGB: (246,186,200) (96%, 73%, 78%)

RGB channels and saturation

R 246 of 255 = 96%
G 186 of 255 = 73%
B 200 of 255 = 78%

246
186
200

R + G + B ~ 82%. #F6BAC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 186 + 200 = 632 (100%)
R 246 of 632 ~ 38.92%
G 186 of 632 ~ 29.43%
B 200 of 632 ~ 31.65'%

%38.92
%29.43
%31.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.39%
  • yellow value is 18.70%
  • key color value is 3.53%
CMYK: (0,24,19,4) C0M24Y19K4 (0%,24%,19%,4%) (0.00/0.24/0.19/0.04) 

CMYK percentages

%0
%24.39
%18.7
%3.53

Codes

Color #F6BAC8 in popluar color models

F6 BA C8
RGB 246 186 200
HSL 346° 76.92% 84.71%
HSB/HSV 346° 24.39% 96.47%
CMYK 0.00% 24.39% 18.70%
3.53%

Color #F6BAC8 in popluar number systems.

HEX F6 BA C8
Decimal 246 186 200
Binary 11110110 10111010 11001000
Octal 366 272 310

Shades and tints

Shades of #F6BAC8

#F6BAC8
(246,186,200)
#E0AAB6
(224,170,182)
#CA9AA4
(202,154,164)
#B48A92
(180,138,146)
#9E7A80
(158,122,128)
#886A6E
(136,106,110)
#725A5C
(114,90,92)
#5C4A4A
(92,74,74)
#463A38
(70,58,56)
#302A26
(48,42,38)
#1A1A14
(26,26,20)
#000000
(0,0,0)

Tints of #F6BAC8

#F6BAC8
(246,186,200)
#F6C0CD
(246,192,205)
#F6C6D2
(246,198,210)
#F6CCD7
(246,204,215)
#F6D2DC
(246,210,220)
#F6D8E1
(246,216,225)
#F6DEE6
(246,222,230)
#F6E4EB
(246,228,235)
#F6EAF0
(246,234,240)
#F6F0F5
(246,240,245)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6BAC8; }

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

This text font color is #F6BAC8.

Background Color

.myBgColor { background-color: #F6BAC8; }

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

This div background color is #F6BAC8.

Border color

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

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

This div border color is #F6BAC8.

Opacity

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

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

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

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

This text has shadow with #F6BAC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6BAC8.

Preview

Color preview on black background

This text has color #F6BAC8 on black background.


Color preview on white background

This text has color #F6BAC8 on white background.


Black color preview on #F6BAC8 background

This text has black color on #F6BAC8 background.


White color preview on #F6BAC8 background

This text has white color on #F6BAC8 background.


Related colors

Complementary color

Complementary color for #hex is #094537.


I love getcolorcode.com

Triadic colors

1 #C8F6BA and #BAC8F6 with #F6BAC8 are triadic colors.

2 #C8BAF6 and #BAF6C8 with #F6BAC8 are triadic colors.