COLOR #F0BAB9

HEX: #F0BAB9
RGB: (240,186,185)

Color info

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

RGB color model

#F0BAB9 color RGB value is (240,186,185).

  • red value is 240;
  • green value is 186;
  • blue value is 185.
RGB:
(240,186,185)
(94%,73%,73%)

RGB channels and saturation

R 240 of 255 = 94%
G 186 of 255 = 73%
B 185 of 255 = 73%

240
186
185

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

Portions of RGB colors in percentages

R + G + B =
240 + 186 + 185 = 611 (100%)
R 240 of 611 ~ 39.28%
G 186 of 611 ~ 30.44%
B 185 of 611 ~ 30.28%

%39.28
%30.44
%30.28

CMYK color model

#F0BAB9 color CMYK value is (0,23,23,6).

  • cyan value is 0.00%
  • magenta value is 22.50%
  • yellow value is 22.92%
  • key color value is 5.88%
CMYK:
(0,23,23,6)
C0M23Y23K6 
(0%,23%,23%,6%)
(0.00/0.23/0.23/0.06)	

CMYK percentages

%0
%22.5
%22.92
%5.88

Codes

Color #F0BAB9 in popluar color models

F0BAB9
RGB240186185
HSL64.71%83.33%
HSB/HSV22.92%94.12%
CMYK0.00%22.50%22.92%
5.88%

Color #F0BAB9 in popluar number systems.

HEXF0BAB9
Decimal240186185
Binary111100001011101010111001
Octal360272271

Shades and tints

Shades of #F0BAB9

#F0BAB9
(240,186,185)
#DBAAA9
(219,170,169)
#C69A99
(198,154,153)
#B18A89
(177,138,137)
#9C7A79
(156,122,121)
#876A69
(135,106,105)
#725A59
(114,90,89)
#5D4A49
(93,74,73)
#483A39
(72,58,57)
#332A29
(51,42,41)
#1E1A19
(30,26,25)
#000000
(0,0,0)

Tints of #F0BAB9

#F0BAB9
(240,186,185)
#F1C0BF
(241,192,191)
#F2C6C5
(242,198,197)
#F3CCCB
(243,204,203)
#F4D2D1
(244,210,209)
#F5D8D7
(245,216,215)
#F6DEDD
(246,222,221)
#F7E4E3
(247,228,227)
#F8EAE9
(248,234,233)
#F9F0EF
(249,240,239)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0BAB9 color. Also use rgb(240,186,185) instead hex code.

Text Font Color

.myTextColor { color: #F0BAB9; }

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

This text font color is #F0BAB9.


Background Color

.myBgColor { background-color: #F0BAB9; }

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

This div background color is #F0BAB9.


Border color

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

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

This div border color is #F0BAB9.


Opacity

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

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

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

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

This text has shadow with #F0BAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0BAB9 on black background.


Color preview on white background

This text has color #F0BAB9 on white background.



Black color preview on #F0BAB9 background

This text has black color on #F0BAB9 background.


White color preview on #F0BAB9 background

This text has white color on #F0BAB9 background.