COLOR #F0B3A1

HEX: #F0B3A1
RGB: (240,179,161)

Color info

#F0B3A1 contains mainly red color. Web safe color of #F0B3A1 is #FF9999 (or #F99).

RGB color model

#F0B3A1 color RGB value is (240,179,161).

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

RGB channels and saturation

R 240 of 255 = 94%
G 179 of 255 = 70%
B 161 of 255 = 63%

240
179
161

R + G + B ~ 76%. #F0B3A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 179 + 161 = 580 (100%)
R 240 of 580 ~ 41.38%
G 179 of 580 ~ 30.86%
B 161 of 580 ~ 27.76%

%41.38
%30.86
%27.76

CMYK color model

#F0B3A1 color CMYK value is (0,25,33,6).

  • cyan value is 0.00%
  • magenta value is 25.42%
  • yellow value is 32.92%
  • key color value is 5.88%
CMYK:
(0,25,33,6)
C0M25Y33K6 
(0%,25%,33%,6%)
(0.00/0.25/0.33/0.06)	

CMYK percentages

%0
%25.42
%32.92
%5.88

Codes

Color #F0B3A1 in popluar color models

F0B3A1
RGB240179161
HSL14°72.48%78.63%
HSB/HSV14°32.92%94.12%
CMYK0.00%25.42%32.92%
5.88%

Color #F0B3A1 in popluar number systems.

HEXF0B3A1
Decimal240179161
Binary111100001011001110100001
Octal360263241

Shades and tints

Shades of #F0B3A1

#F0B3A1
(240,179,161)
#DBA393
(219,163,147)
#C69385
(198,147,133)
#B18377
(177,131,119)
#9C7369
(156,115,105)
#87635B
(135,99,91)
#72534D
(114,83,77)
#5D433F
(93,67,63)
#483331
(72,51,49)
#332323
(51,35,35)
#1E1315
(30,19,21)
#000000
(0,0,0)

Tints of #F0B3A1

#F0B3A1
(240,179,161)
#F1B9A9
(241,185,169)
#F2BFB1
(242,191,177)
#F3C5B9
(243,197,185)
#F4CBC1
(244,203,193)
#F5D1C9
(245,209,201)
#F6D7D1
(246,215,209)
#F7DDD9
(247,221,217)
#F8E3E1
(248,227,225)
#F9E9E9
(249,233,233)
#FAEFF1
(250,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0B3A1; }

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

This text font color is #F0B3A1.


Background Color

.myBgColor { background-color: #F0B3A1; }

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

This div background color is #F0B3A1.


Border color

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

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

This div border color is #F0B3A1.


Opacity

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

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

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

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

This text has shadow with #F0B3A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B3A1 on black background.


Color preview on white background

This text has color #F0B3A1 on white background.



Black color preview on #F0B3A1 background

This text has black color on #F0B3A1 background.


White color preview on #F0B3A1 background

This text has white color on #F0B3A1 background.