COLOR #F1BCB6

HEX: #F1BCB6 RGB: (241,188,182)

Color info

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

RGB color model

#F1BCB6 color RGB value is (241,188,182).

RGB: (241,188,182) (95%, 74%, 71%)

RGB channels and saturation

R 241 of 255 = 95%
G 188 of 255 = 74%
B 182 of 255 = 71%

241
188
182

R + G + B ~ 80%. #F1BCB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 188 + 182 = 611 (100%)
R 241 of 611 ~ 39.44%
G 188 of 611 ~ 30.77%
B 182 of 611 ~ 29.79'%

%39.44
%30.77
%29.79

CMYK color model

#F1BCB6 color CMYK value is (0,22,24,5).

  • cyan value is 0.00%
  • magenta value is 21.99%
  • yellow value is 24.48%
  • key color value is 5.49%

CMYK: (0,22,24,5)
C0M22Y24K5 (0%, 22%, 24%, 5%)
(0.00 / 0.22 / 0.24 / 0.05)

CMYK percentages

%0
%21.99
%24.48
%5.49

Codes

Color #F1BCB6 in popluar color models

F1 BC B6
RGB 241 188 182
HSL 67.82% 82.94%
HSB/HSV 24.48% 94.51%
CMYK 0.00% 21.99% 24.48%
5.49%

Color #F1BCB6 in popluar number systems.

HEX F1 BC B6
Decimal 241 188 182
Binary 11110001 10111100 10110110
Octal 361 274 266

Shades and tints

Shades of #F1BCB6

#F1BCB6
(241,188,182)
#DCABA6
(220,171,166)
#C79A96
(199,154,150)
#B28986
(178,137,134)
#9D7876
(157,120,118)
#886766
(136,103,102)
#735656
(115,86,86)
#5E4546
(94,69,70)
#493436
(73,52,54)
#342326
(52,35,38)
#1F1216
(31,18,22)
#000000
(0,0,0)

Tints of #F1BCB6

#F1BCB6
(241,188,182)
#F2C2BC
(242,194,188)
#F3C8C2
(243,200,194)
#F4CEC8
(244,206,200)
#F5D4CE
(245,212,206)
#F6DAD4
(246,218,212)
#F7E0DA
(247,224,218)
#F8E6E0
(248,230,224)
#F9ECE6
(249,236,230)
#FAF2EC
(250,242,236)
#FBF8F2
(251,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1BCB6 color. Also use rgb(241,188,182) instead hex code.

Text Font Color

.myTextColor { color: #F1BCB6; }

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

This text font color is #F1BCB6.

Background Color

.myBgColor { background-color: #F1BCB6; }

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

This div background color is #F1BCB6.

Border color

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

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

This div border color is #F1BCB6.

Opacity

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

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

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

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

This text has shadow with #F1BCB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1BCB6.

Preview

Color preview on black background

This text has color #F1BCB6 on black background.


Color preview on white background

This text has color #F1BCB6 on white background.


Black color preview on #F1BCB6 background

This text has black color on #F1BCB6 background.


White color preview on #F1BCB6 background

This text has white color on #F1BCB6 background.


Related colors

Complementary color

Complementary color for #hex is #0E4349.


I love getcolorcode.com

Triadic colors

1 #B6F1BC and #BCB6F1 with #F1BCB6 are triadic colors.

2 #B6BCF1 and #BCF1B6 with #F1BCB6 are triadic colors.