COLOR #F1BBB6

HEX: #F1BBB6 RGB: (241,187,182)

Color info

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

RGB color model

#F1BBB6 color RGB value is (241,187,182).

RGB: (241,187,182) (95%, 73%, 71%)

RGB channels and saturation

R 241 of 255 = 95%
G 187 of 255 = 73%
B 182 of 255 = 71%

241
187
182

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

Portions of RGB colors in percentages

R + G + B = 241 + 187 + 182 = 610 (100%)
R 241 of 610 ~ 39.51%
G 187 of 610 ~ 30.66%
B 182 of 610 ~ 29.84'%

%39.51
%30.66
%29.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.41%
  • 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
%22.41
%24.48
%5.49

Codes

Color #F1BBB6 in popluar color models

F1 BB B6
RGB 241 187 182
HSL 67.82% 82.94%
HSB/HSV 24.48% 94.51%
CMYK 0.00% 22.41% 24.48%
5.49%

Color #F1BBB6 in popluar number systems.

HEX F1 BB B6
Decimal 241 187 182
Binary 11110001 10111011 10110110
Octal 361 273 266

Shades and tints

Shades of #F1BBB6

#F1BBB6
(241,187,182)
#DCAAA6
(220,170,166)
#C79996
(199,153,150)
#B28886
(178,136,134)
#9D7776
(157,119,118)
#886666
(136,102,102)
#735556
(115,85,86)
#5E4446
(94,68,70)
#493336
(73,51,54)
#342226
(52,34,38)
#1F1116
(31,17,22)
#000000
(0,0,0)

Tints of #F1BBB6

#F1BBB6
(241,187,182)
#F2C1BC
(242,193,188)
#F3C7C2
(243,199,194)
#F4CDC8
(244,205,200)
#F5D3CE
(245,211,206)
#F6D9D4
(246,217,212)
#F7DFDA
(247,223,218)
#F8E5E0
(248,229,224)
#F9EBE6
(249,235,230)
#FAF1EC
(250,241,236)
#FBF7F2
(251,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1BBB6; }

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

This text font color is #F1BBB6.

Background Color

.myBgColor { background-color: #F1BBB6; }

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

This div background color is #F1BBB6.

Border color

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

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

This div border color is #F1BBB6.

Opacity

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

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

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

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

This text has shadow with #F1BBB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1BBB6.

Preview

Color preview on black background

This text has color #F1BBB6 on black background.


Color preview on white background

This text has color #F1BBB6 on white background.


Black color preview on #F1BBB6 background

This text has black color on #F1BBB6 background.


White color preview on #F1BBB6 background

This text has white color on #F1BBB6 background.


Related colors

Complementary color

Complementary color for #hex is #0E4449.


I love getcolorcode.com

Triadic colors

1 #B6F1BB and #BBB6F1 with #F1BBB6 are triadic colors.

2 #B6BBF1 and #BBF1B6 with #F1BBB6 are triadic colors.