COLOR #F1BABB

HEX: #F1BABB
RGB: (241,186,187)

Color info

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

RGB color model

#F1BABB color RGB value is (241,186,187).

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

RGB channels and saturation

R 241 of 255 = 95%
G 186 of 255 = 73%
B 187 of 255 = 73%

241
186
187

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

Portions of RGB colors in percentages

R + G + B =
241 + 186 + 187 = 614 (100%)
R 241 of 614 ~ 39.25%
G 186 of 614 ~ 30.29%
B 187 of 614 ~ 30.46%

%39.25
%30.29
%30.46

CMYK color model

#F1BABB color CMYK value is (0,23,22,5).

  • cyan value is 0.00%
  • magenta value is 22.82%
  • yellow value is 22.41%
  • key color value is 5.49%
CMYK:
(0,23,22,5)
C0M23Y22K5 
(0%,23%,22%,5%)
(0.00/0.23/0.22/0.05)	

CMYK percentages

%0
%22.82
%22.41
%5.49

Codes

Color #F1BABB in popluar color models

F1BABB
RGB241186187
HSL359°66.27%83.73%
HSB/HSV359°22.82%94.51%
CMYK0.00%22.82%22.41%
5.49%

Color #F1BABB in popluar number systems.

HEXF1BABB
Decimal241186187
Binary111100011011101010111011
Octal361272273

Shades and tints

Shades of #F1BABB

#F1BABB
(241,186,187)
#DCAAAA
(220,170,170)
#C79A99
(199,154,153)
#B28A88
(178,138,136)
#9D7A77
(157,122,119)
#886A66
(136,106,102)
#735A55
(115,90,85)
#5E4A44
(94,74,68)
#493A33
(73,58,51)
#342A22
(52,42,34)
#1F1A11
(31,26,17)
#000000
(0,0,0)

Tints of #F1BABB

#F1BABB
(241,186,187)
#F2C0C1
(242,192,193)
#F3C6C7
(243,198,199)
#F4CCCD
(244,204,205)
#F5D2D3
(245,210,211)
#F6D8D9
(246,216,217)
#F7DEDF
(247,222,223)
#F8E4E5
(248,228,229)
#F9EAEB
(249,234,235)
#FAF0F1
(250,240,241)
#FBF6F7
(251,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1BABB; }

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

This text font color is #F1BABB.


Background Color

.myBgColor { background-color: #F1BABB; }

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

This div background color is #F1BABB.


Border color

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

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

This div border color is #F1BABB.


Opacity

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

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

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

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

This text has shadow with #F1BABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1BABB on black background.


Color preview on white background

This text has color #F1BABB on white background.



Black color preview on #F1BABB background

This text has black color on #F1BABB background.


White color preview on #F1BABB background

This text has white color on #F1BABB background.