COLOR #F0BBA1

HEX: #F0BBA1
RGB: (240,187,161)

Color info

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

RGB color model

#F0BBA1 color RGB value is (240,187,161).

  • red value is 240;
  • green value is 187;
  • blue value is 161.
RGB:
(240,187,161)
(94%,73%,63%)

RGB channels and saturation

R 240 of 255 = 94%
G 187 of 255 = 73%
B 161 of 255 = 63%

240
187
161

R + G + B ~ 77%. #F0BBA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 187 + 161 = 588 (100%)
R 240 of 588 ~ 40.82%
G 187 of 588 ~ 31.8%
B 161 of 588 ~ 27.38%

%40.82
%31.8
%27.38

CMYK color model

#F0BBA1 color CMYK value is (0,22,33,6).

  • cyan value is 0.00%
  • magenta value is 22.08%
  • yellow value is 32.92%
  • key color value is 5.88%
CMYK:
(0,22,33,6)
C0M22Y33K6 
(0%,22%,33%,6%)
(0.00/0.22/0.33/0.06)	

CMYK percentages

%0
%22.08
%32.92
%5.88

Codes

Color #F0BBA1 in popluar color models

F0BBA1
RGB240187161
HSL20°72.48%78.63%
HSB/HSV20°32.92%94.12%
CMYK0.00%22.08%32.92%
5.88%

Color #F0BBA1 in popluar number systems.

HEXF0BBA1
Decimal240187161
Binary111100001011101110100001
Octal360273241

Shades and tints

Shades of #F0BBA1

#F0BBA1
(240,187,161)
#DBAA93
(219,170,147)
#C69985
(198,153,133)
#B18877
(177,136,119)
#9C7769
(156,119,105)
#87665B
(135,102,91)
#72554D
(114,85,77)
#5D443F
(93,68,63)
#483331
(72,51,49)
#332223
(51,34,35)
#1E1115
(30,17,21)
#000000
(0,0,0)

Tints of #F0BBA1

#F0BBA1
(240,187,161)
#F1C1A9
(241,193,169)
#F2C7B1
(242,199,177)
#F3CDB9
(243,205,185)
#F4D3C1
(244,211,193)
#F5D9C9
(245,217,201)
#F6DFD1
(246,223,209)
#F7E5D9
(247,229,217)
#F8EBE1
(248,235,225)
#F9F1E9
(249,241,233)
#FAF7F1
(250,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0BBA1; }

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

This text font color is #F0BBA1.


Background Color

.myBgColor { background-color: #F0BBA1; }

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

This div background color is #F0BBA1.


Border color

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

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

This div border color is #F0BBA1.


Opacity

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

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

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

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

This text has shadow with #F0BBA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0BBA1 on black background.


Color preview on white background

This text has color #F0BBA1 on white background.



Black color preview on #F0BBA1 background

This text has black color on #F0BBA1 background.


White color preview on #F0BBA1 background

This text has white color on #F0BBA1 background.