COLOR #F1BBA6

HEX: #F1BBA6 RGB: (241,187,166)

Color info

#F1BBA6 contains mainly red and green colors. Web safe color of #F1BBA6 is #FFCC99 (or #FC9).

RGB color model

#F1BBA6 color RGB value is (241,187,166).

RGB: (241,187,166) (95%, 73%, 65%)

RGB channels and saturation

R 241 of 255 = 95%
G 187 of 255 = 73%
B 166 of 255 = 65%

241
187
166

R + G + B ~ 78%. #F1BBA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 187 + 166 = 594 (100%)
R 241 of 594 ~ 40.57%
G 187 of 594 ~ 31.48%
B 166 of 594 ~ 27.95'%

%40.57
%31.48
%27.95

CMYK color model

#F1BBA6 color CMYK value is (0,22,31,5).

  • cyan value is 0.00%
  • magenta value is 22.41%
  • yellow value is 31.12%
  • key color value is 5.49%

CMYK: (0,22,31,5)
C0M22Y31K5 (0%, 22%, 31%, 5%)
(0.00 / 0.22 / 0.31 / 0.05)

CMYK percentages

%0
%22.41
%31.12
%5.49

Codes

Color #F1BBA6 in popluar color models

F1 BB A6
RGB 241 187 166
HSL 17° 72.82% 79.80%
HSB/HSV 17° 31.12% 94.51%
CMYK 0.00% 22.41% 31.12%
5.49%

Color #F1BBA6 in popluar number systems.

HEX F1 BB A6
Decimal 241 187 166
Binary 11110001 10111011 10100110
Octal 361 273 246

Shades and tints

Shades of #F1BBA6

#F1BBA6
(241,187,166)
#DCAA97
(220,170,151)
#C79988
(199,153,136)
#B28879
(178,136,121)
#9D776A
(157,119,106)
#88665B
(136,102,91)
#73554C
(115,85,76)
#5E443D
(94,68,61)
#49332E
(73,51,46)
#34221F
(52,34,31)
#1F1110
(31,17,16)
#000000
(0,0,0)

Tints of #F1BBA6

#F1BBA6
(241,187,166)
#F2C1AE
(242,193,174)
#F3C7B6
(243,199,182)
#F4CDBE
(244,205,190)
#F5D3C6
(245,211,198)
#F6D9CE
(246,217,206)
#F7DFD6
(247,223,214)
#F8E5DE
(248,229,222)
#F9EBE6
(249,235,230)
#FAF1EE
(250,241,238)
#FBF7F6
(251,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1BBA6; }

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

This text font color is #F1BBA6.

Background Color

.myBgColor { background-color: #F1BBA6; }

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

This div background color is #F1BBA6.

Border color

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

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

This div border color is #F1BBA6.

Opacity

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

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

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

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

This text has shadow with #F1BBA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1BBA6.

Preview

Color preview on black background

This text has color #F1BBA6 on black background.


Color preview on white background

This text has color #F1BBA6 on white background.


Black color preview on #F1BBA6 background

This text has black color on #F1BBA6 background.


White color preview on #F1BBA6 background

This text has white color on #F1BBA6 background.


Related colors

Complementary color

Complementary color for #F1BBA6 is #0E4459.


I love getcolorcode.com

Triadic colors

1 #A6F1BB and #BBA6F1 with #F1BBA6 are triadic colors.

2 #A6BBF1 and #BBF1A6 with #F1BBA6 are triadic colors.