COLOR #F6BCB7

HEX: #F6BCB7 RGB: (246,188,183)

Color info

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

RGB color model

#F6BCB7 color RGB value is (246,188,183).

RGB: (246,188,183) (96%, 74%, 72%)

RGB channels and saturation

R 246 of 255 = 96%
G 188 of 255 = 74%
B 183 of 255 = 72%

246
188
183

R + G + B ~ 81%. #F6BCB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 188 + 183 = 617 (100%)
R 246 of 617 ~ 39.87%
G 188 of 617 ~ 30.47%
B 183 of 617 ~ 29.66'%

%39.87
%30.47
%29.66

CMYK color model

#F6BCB7 color CMYK value is (0,24,26,4).

  • cyan value is 0.00%
  • magenta value is 23.58%
  • yellow value is 25.61%
  • key color value is 3.53%

CMYK: (0,24,26,4)
C0M24Y26K4 (0%, 24%, 26%, 4%)
(0.00 / 0.24 / 0.26 / 0.04)

CMYK percentages

%0
%23.58
%25.61
%3.53

Codes

Color #F6BCB7 in popluar color models

F6 BC B7
RGB 246 188 183
HSL 77.78% 84.12%
HSB/HSV 25.61% 96.47%
CMYK 0.00% 23.58% 25.61%
3.53%

Color #F6BCB7 in popluar number systems.

HEX F6 BC B7
Decimal 246 188 183
Binary 11110110 10111100 10110111
Octal 366 274 267

Shades and tints

Shades of #F6BCB7

#F6BCB7
(246,188,183)
#E0ABA7
(224,171,167)
#CA9A97
(202,154,151)
#B48987
(180,137,135)
#9E7877
(158,120,119)
#886767
(136,103,103)
#725657
(114,86,87)
#5C4547
(92,69,71)
#463437
(70,52,55)
#302327
(48,35,39)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #F6BCB7

#F6BCB7
(246,188,183)
#F6C2BD
(246,194,189)
#F6C8C3
(246,200,195)
#F6CEC9
(246,206,201)
#F6D4CF
(246,212,207)
#F6DAD5
(246,218,213)
#F6E0DB
(246,224,219)
#F6E6E1
(246,230,225)
#F6ECE7
(246,236,231)
#F6F2ED
(246,242,237)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6BCB7; }

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

This text font color is #F6BCB7.

Background Color

.myBgColor { background-color: #F6BCB7; }

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

This div background color is #F6BCB7.

Border color

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

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

This div border color is #F6BCB7.

Opacity

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

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

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

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

This text has shadow with #F6BCB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6BCB7.

Preview

Color preview on black background

This text has color #F6BCB7 on black background.


Color preview on white background

This text has color #F6BCB7 on white background.


Black color preview on #F6BCB7 background

This text has black color on #F6BCB7 background.


White color preview on #F6BCB7 background

This text has white color on #F6BCB7 background.


Related colors

Complementary color

Complementary color for #hex is #094348.


I love getcolorcode.com

Triadic colors

1 #B7F6BC and #BCB7F6 with #F6BCB7 are triadic colors.

2 #B7BCF6 and #BCF6B7 with #F6BCB7 are triadic colors.