COLOR #F0BAA3

HEX: #F0BAA3
RGB: (240,186,163)

Color info

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

RGB color model

#F0BAA3 color RGB value is (240,186,163).

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

RGB channels and saturation

R 240 of 255 = 94%
G 186 of 255 = 73%
B 163 of 255 = 64%

240
186
163

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

Portions of RGB colors in percentages

R + G + B =
240 + 186 + 163 = 589 (100%)
R 240 of 589 ~ 40.75%
G 186 of 589 ~ 31.58%
B 163 of 589 ~ 27.67%

%40.75
%31.58
%27.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.50%
  • yellow value is 32.08%
  • key color value is 5.88%
CMYK:
(0,23,32,6)
C0M23Y32K6 
(0%,23%,32%,6%)
(0.00/0.23/0.32/0.06)	

CMYK percentages

%0
%22.5
%32.08
%5.88

Codes

Color #F0BAA3 in popluar color models

F0BAA3
RGB240186163
HSL18°71.96%79.02%
HSB/HSV18°32.08%94.12%
CMYK0.00%22.50%32.08%
5.88%

Color #F0BAA3 in popluar number systems.

HEXF0BAA3
Decimal240186163
Binary111100001011101010100011
Octal360272243

Shades and tints

Shades of #F0BAA3

#F0BAA3
(240,186,163)
#DBAA95
(219,170,149)
#C69A87
(198,154,135)
#B18A79
(177,138,121)
#9C7A6B
(156,122,107)
#876A5D
(135,106,93)
#725A4F
(114,90,79)
#5D4A41
(93,74,65)
#483A33
(72,58,51)
#332A25
(51,42,37)
#1E1A17
(30,26,23)
#000000
(0,0,0)

Tints of #F0BAA3

#F0BAA3
(240,186,163)
#F1C0AB
(241,192,171)
#F2C6B3
(242,198,179)
#F3CCBB
(243,204,187)
#F4D2C3
(244,210,195)
#F5D8CB
(245,216,203)
#F6DED3
(246,222,211)
#F7E4DB
(247,228,219)
#F8EAE3
(248,234,227)
#F9F0EB
(249,240,235)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0BAA3; }

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

This text font color is #F0BAA3.


Background Color

.myBgColor { background-color: #F0BAA3; }

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

This div background color is #F0BAA3.


Border color

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

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

This div border color is #F0BAA3.


Opacity

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

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

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

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

This text has shadow with #F0BAA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0BAA3 on black background.


Color preview on white background

This text has color #F0BAA3 on white background.



Black color preview on #F0BAA3 background

This text has black color on #F0BAA3 background.


White color preview on #F0BAA3 background

This text has white color on #F0BAA3 background.