COLOR #F6BCC9

HEX: #F6BCC9
RGB: (246,188,201)

Color info

#F6BCC9 contains red, green and blue colors in about the same proportion. Web safe color of #F6BCC9 is #FFCCCC (or #FCC).

RGB color model

#F6BCC9 color RGB value is (246,188,201).

  • red value is 246;
  • green value is 188;
  • blue value is 201.
RGB:
(246,188,201)
(96%,74%,79%)

RGB channels and saturation

R 246 of 255 = 96%
G 188 of 255 = 74%
B 201 of 255 = 79%

246
188
201

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

Portions of RGB colors in percentages

R + G + B =
246 + 188 + 201 = 635 (100%)
R 246 of 635 ~ 38.74%
G 188 of 635 ~ 29.61%
B 201 of 635 ~ 31.65%

%38.74
%29.61
%31.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.58%
  • yellow value is 18.29%
  • key color value is 3.53%
CMYK:
(0,24,18,4)
C0M24Y18K4 
(0%,24%,18%,4%)
(0.00/0.24/0.18/0.04)	

CMYK percentages

%0
%23.58
%18.29
%3.53

Codes

Color #F6BCC9 in popluar color models

F6BCC9
RGB246188201
HSL347°76.32%85.10%
HSB/HSV347°23.58%96.47%
CMYK0.00%23.58%18.29%
3.53%

Color #F6BCC9 in popluar number systems.

HEXF6BCC9
Decimal246188201
Binary111101101011110011001001
Octal366274311

Shades and tints

Shades of #F6BCC9

#F6BCC9
(246,188,201)
#E0ABB7
(224,171,183)
#CA9AA5
(202,154,165)
#B48993
(180,137,147)
#9E7881
(158,120,129)
#88676F
(136,103,111)
#72565D
(114,86,93)
#5C454B
(92,69,75)
#463439
(70,52,57)
#302327
(48,35,39)
#1A1215
(26,18,21)
#000000
(0,0,0)

Tints of #F6BCC9

#F6BCC9
(246,188,201)
#F6C2CD
(246,194,205)
#F6C8D1
(246,200,209)
#F6CED5
(246,206,213)
#F6D4D9
(246,212,217)
#F6DADD
(246,218,221)
#F6E0E1
(246,224,225)
#F6E6E5
(246,230,229)
#F6ECE9
(246,236,233)
#F6F2ED
(246,242,237)
#F6F8F1
(246,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6BCC9 color. Also use rgb(246,188,201) instead hex code.

Text Font Color

.myTextColor { color: #F6BCC9; }

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

This text font color is #F6BCC9.


Background Color

.myBgColor { background-color: #F6BCC9; }

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

This div background color is #F6BCC9.


Border color

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

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

This div border color is #F6BCC9.


Opacity

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

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

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

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

This text has shadow with #F6BCC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BCC9 on black background.


Color preview on white background

This text has color #F6BCC9 on white background.



Black color preview on #F6BCC9 background

This text has black color on #F6BCC9 background.


White color preview on #F6BCC9 background

This text has white color on #F6BCC9 background.