COLOR #F1BAB6

HEX: #F1BAB6
RGB: (241,186,182)

Color info

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

RGB color model

#F1BAB6 color RGB value is (241,186,182).

  • red value is 241;
  • green value is 186;
  • blue value is 182.
RGB:
(241,186,182)
(95%,73%,71%)

RGB channels and saturation

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

241
186
182

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

Portions of RGB colors in percentages

R + G + B =
241 + 186 + 182 = 609 (100%)
R 241 of 609 ~ 39.57%
G 186 of 609 ~ 30.54%
B 182 of 609 ~ 29.89%

%39.57
%30.54
%29.89

CMYK color model

#F1BAB6 color CMYK value is (0,23,24,5).

  • cyan value is 0.00%
  • magenta value is 22.82%
  • yellow value is 24.48%
  • key color value is 5.49%
CMYK:
(0,23,24,5)
C0M23Y24K5 
(0%,23%,24%,5%)
(0.00/0.23/0.24/0.05)	

CMYK percentages

%0
%22.82
%24.48
%5.49

Codes

Color #F1BAB6 in popluar color models

F1BAB6
RGB241186182
HSL67.82%82.94%
HSB/HSV24.48%94.51%
CMYK0.00%22.82%24.48%
5.49%

Color #F1BAB6 in popluar number systems.

HEXF1BAB6
Decimal241186182
Binary111100011011101010110110
Octal361272266

Shades and tints

Shades of #F1BAB6

#F1BAB6
(241,186,182)
#DCAAA6
(220,170,166)
#C79A96
(199,154,150)
#B28A86
(178,138,134)
#9D7A76
(157,122,118)
#886A66
(136,106,102)
#735A56
(115,90,86)
#5E4A46
(94,74,70)
#493A36
(73,58,54)
#342A26
(52,42,38)
#1F1A16
(31,26,22)
#000000
(0,0,0)

Tints of #F1BAB6

#F1BAB6
(241,186,182)
#F2C0BC
(242,192,188)
#F3C6C2
(243,198,194)
#F4CCC8
(244,204,200)
#F5D2CE
(245,210,206)
#F6D8D4
(246,216,212)
#F7DEDA
(247,222,218)
#F8E4E0
(248,228,224)
#F9EAE6
(249,234,230)
#FAF0EC
(250,240,236)
#FBF6F2
(251,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1BAB6; }

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

This text font color is #F1BAB6.


Background Color

.myBgColor { background-color: #F1BAB6; }

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

This div background color is #F1BAB6.


Border color

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

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

This div border color is #F1BAB6.


Opacity

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

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

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

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

This text has shadow with #F1BAB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1BAB6 on black background.


Color preview on white background

This text has color #F1BAB6 on white background.



Black color preview on #F1BAB6 background

This text has black color on #F1BAB6 background.


White color preview on #F1BAB6 background

This text has white color on #F1BAB6 background.