COLOR #F0B9A3

HEX: #F0B9A3
RGB: (240,185,163)

Color info

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

RGB color model

#F0B9A3 color RGB value is (240,185,163).

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

RGB channels and saturation

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

240
185
163

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

Portions of RGB colors in percentages

R + G + B =
240 + 185 + 163 = 588 (100%)
R 240 of 588 ~ 40.82%
G 185 of 588 ~ 31.46%
B 163 of 588 ~ 27.72%

%40.82
%31.46
%27.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.92%
  • 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.92
%32.08
%5.88

Codes

Color #F0B9A3 in popluar color models

F0B9A3
RGB240185163
HSL17°71.96%79.02%
HSB/HSV17°32.08%94.12%
CMYK0.00%22.92%32.08%
5.88%

Color #F0B9A3 in popluar number systems.

HEXF0B9A3
Decimal240185163
Binary111100001011100110100011
Octal360271243

Shades and tints

Shades of #F0B9A3

#F0B9A3
(240,185,163)
#DBA995
(219,169,149)
#C69987
(198,153,135)
#B18979
(177,137,121)
#9C796B
(156,121,107)
#87695D
(135,105,93)
#72594F
(114,89,79)
#5D4941
(93,73,65)
#483933
(72,57,51)
#332925
(51,41,37)
#1E1917
(30,25,23)
#000000
(0,0,0)

Tints of #F0B9A3

#F0B9A3
(240,185,163)
#F1BFAB
(241,191,171)
#F2C5B3
(242,197,179)
#F3CBBB
(243,203,187)
#F4D1C3
(244,209,195)
#F5D7CB
(245,215,203)
#F6DDD3
(246,221,211)
#F7E3DB
(247,227,219)
#F8E9E3
(248,233,227)
#F9EFEB
(249,239,235)
#FAF5F3
(250,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0B9A3; }

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

This text font color is #F0B9A3.


Background Color

.myBgColor { background-color: #F0B9A3; }

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

This div background color is #F0B9A3.


Border color

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

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

This div border color is #F0B9A3.


Opacity

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

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

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

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

This text has shadow with #F0B9A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B9A3 on black background.


Color preview on white background

This text has color #F0B9A3 on white background.



Black color preview on #F0B9A3 background

This text has black color on #F0B9A3 background.


White color preview on #F0B9A3 background

This text has white color on #F0B9A3 background.