COLOR #F1BAB3

HEX: #F1BAB3
RGB: (241,186,179)

Color info

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

RGB color model

#F1BAB3 color RGB value is (241,186,179).

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

RGB channels and saturation

R 241 of 255 = 95%
G 186 of 255 = 73%
B 179 of 255 = 70%

241
186
179

R + G + B ~ 79%. #F1BAB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 186 + 179 = 606 (100%)
R 241 of 606 ~ 39.77%
G 186 of 606 ~ 30.69%
B 179 of 606 ~ 29.54%

%39.77
%30.69
%29.54

CMYK color model

#F1BAB3 color CMYK value is (0,23,26,5).

  • cyan value is 0.00%
  • magenta value is 22.82%
  • yellow value is 25.73%
  • key color value is 5.49%
CMYK:
(0,23,26,5)
C0M23Y26K5 
(0%,23%,26%,5%)
(0.00/0.23/0.26/0.05)	

CMYK percentages

%0
%22.82
%25.73
%5.49

Codes

Color #F1BAB3 in popluar color models

F1BAB3
RGB241186179
HSL68.89%82.35%
HSB/HSV25.73%94.51%
CMYK0.00%22.82%25.73%
5.49%

Color #F1BAB3 in popluar number systems.

HEXF1BAB3
Decimal241186179
Binary111100011011101010110011
Octal361272263

Shades and tints

Shades of #F1BAB3

#F1BAB3
(241,186,179)
#DCAAA3
(220,170,163)
#C79A93
(199,154,147)
#B28A83
(178,138,131)
#9D7A73
(157,122,115)
#886A63
(136,106,99)
#735A53
(115,90,83)
#5E4A43
(94,74,67)
#493A33
(73,58,51)
#342A23
(52,42,35)
#1F1A13
(31,26,19)
#000000
(0,0,0)

Tints of #F1BAB3

#F1BAB3
(241,186,179)
#F2C0B9
(242,192,185)
#F3C6BF
(243,198,191)
#F4CCC5
(244,204,197)
#F5D2CB
(245,210,203)
#F6D8D1
(246,216,209)
#F7DED7
(247,222,215)
#F8E4DD
(248,228,221)
#F9EAE3
(249,234,227)
#FAF0E9
(250,240,233)
#FBF6EF
(251,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1BAB3; }

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

This text font color is #F1BAB3.


Background Color

.myBgColor { background-color: #F1BAB3; }

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

This div background color is #F1BAB3.


Border color

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

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

This div border color is #F1BAB3.


Opacity

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

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

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

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

This text has shadow with #F1BAB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1BAB3 on black background.


Color preview on white background

This text has color #F1BAB3 on white background.



Black color preview on #F1BAB3 background

This text has black color on #F1BAB3 background.


White color preview on #F1BAB3 background

This text has white color on #F1BAB3 background.