COLOR #F0BABB

HEX: #F0BABB RGB: (240,186,187)

Color info

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

RGB color model

#F0BABB color RGB value is (240,186,187).

RGB: (240,186,187) (94%, 73%, 73%)

RGB channels and saturation

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

240
186
187

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

Portions of RGB colors in percentages

R + G + B = 240 + 186 + 187 = 613 (100%)
R 240 of 613 ~ 39.15%
G 186 of 613 ~ 30.34%
B 187 of 613 ~ 30.51'%

%39.15
%30.34
%30.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.50%
  • yellow value is 22.08%
  • key color value is 5.88%

CMYK: (0,23,22,6)
C0M23Y22K6 (0%, 23%, 22%, 6%)
(0.00 / 0.23 / 0.22 / 0.06)

CMYK percentages

%0
%22.5
%22.08
%5.88

Codes

Color #F0BABB in popluar color models

F0 BA BB
RGB 240 186 187
HSL 359° 64.29% 83.53%
HSB/HSV 359° 22.50% 94.12%
CMYK 0.00% 22.50% 22.08%
5.88%

Color #F0BABB in popluar number systems.

HEX F0 BA BB
Decimal 240 186 187
Binary 11110000 10111010 10111011
Octal 360 272 273

Shades and tints

Shades of #F0BABB

#F0BABB
(240,186,187)
#DBAAAA
(219,170,170)
#C69A99
(198,154,153)
#B18A88
(177,138,136)
#9C7A77
(156,122,119)
#876A66
(135,106,102)
#725A55
(114,90,85)
#5D4A44
(93,74,68)
#483A33
(72,58,51)
#332A22
(51,42,34)
#1E1A11
(30,26,17)
#000000
(0,0,0)

Tints of #F0BABB

#F0BABB
(240,186,187)
#F1C0C1
(241,192,193)
#F2C6C7
(242,198,199)
#F3CCCD
(243,204,205)
#F4D2D3
(244,210,211)
#F5D8D9
(245,216,217)
#F6DEDF
(246,222,223)
#F7E4E5
(247,228,229)
#F8EAEB
(248,234,235)
#F9F0F1
(249,240,241)
#FAF6F7
(250,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0BABB; }

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

This text font color is #F0BABB.

Background Color

.myBgColor { background-color: #F0BABB; }

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

This div background color is #F0BABB.

Border color

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

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

This div border color is #F0BABB.

Opacity

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

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

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

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

This text has shadow with #F0BABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0BABB.

Preview

Color preview on black background

This text has color #F0BABB on black background.


Color preview on white background

This text has color #F0BABB on white background.


Black color preview on #F0BABB background

This text has black color on #F0BABB background.


White color preview on #F0BABB background

This text has white color on #F0BABB background.


Related colors

Complementary color

Complementary color for #hex is #0F4544.


I love getcolorcode.com

Triadic colors

1 #BBF0BA and #BABBF0 with #F0BABB are triadic colors.

2 #BBBAF0 and #BAF0BB with #F0BABB are triadic colors.