COLOR #F0B2AA

HEX: #F0B2AA
RGB: (240,178,170)

Color info

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

RGB color model

#F0B2AA color RGB value is (240,178,170).

  • red value is 240;
  • green value is 178;
  • blue value is 170.
RGB:
(240,178,170)
(94%,70%,67%)

RGB channels and saturation

R 240 of 255 = 94%
G 178 of 255 = 70%
B 170 of 255 = 67%

240
178
170

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

Portions of RGB colors in percentages

R + G + B =
240 + 178 + 170 = 588 (100%)
R 240 of 588 ~ 40.82%
G 178 of 588 ~ 30.27%
B 170 of 588 ~ 28.91%

%40.82
%30.27
%28.91

CMYK color model

#F0B2AA color CMYK value is (0,26,29,6).

  • cyan value is 0.00%
  • magenta value is 25.83%
  • yellow value is 29.17%
  • key color value is 5.88%
CMYK:
(0,26,29,6)
C0M26Y29K6 
(0%,26%,29%,6%)
(0.00/0.26/0.29/0.06)	

CMYK percentages

%0
%25.83
%29.17
%5.88

Codes

Color #F0B2AA in popluar color models

F0B2AA
RGB240178170
HSL70.00%80.39%
HSB/HSV29.17%94.12%
CMYK0.00%25.83%29.17%
5.88%

Color #F0B2AA in popluar number systems.

HEXF0B2AA
Decimal240178170
Binary111100001011001010101010
Octal360262252

Shades and tints

Shades of #F0B2AA

#F0B2AA
(240,178,170)
#DBA29B
(219,162,155)
#C6928C
(198,146,140)
#B1827D
(177,130,125)
#9C726E
(156,114,110)
#87625F
(135,98,95)
#725250
(114,82,80)
#5D4241
(93,66,65)
#483232
(72,50,50)
#332223
(51,34,35)
#1E1214
(30,18,20)
#000000
(0,0,0)

Tints of #F0B2AA

#F0B2AA
(240,178,170)
#F1B9B1
(241,185,177)
#F2C0B8
(242,192,184)
#F3C7BF
(243,199,191)
#F4CEC6
(244,206,198)
#F5D5CD
(245,213,205)
#F6DCD4
(246,220,212)
#F7E3DB
(247,227,219)
#F8EAE2
(248,234,226)
#F9F1E9
(249,241,233)
#FAF8F0
(250,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0B2AA color. Also use rgb(240,178,170) instead hex code.

Text Font Color

.myTextColor { color: #F0B2AA; }

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

This text font color is #F0B2AA.


Background Color

.myBgColor { background-color: #F0B2AA; }

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

This div background color is #F0B2AA.


Border color

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

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

This div border color is #F0B2AA.


Opacity

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

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

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

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

This text has shadow with #F0B2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B2AA on black background.


Color preview on white background

This text has color #F0B2AA on white background.



Black color preview on #F0B2AA background

This text has black color on #F0B2AA background.


White color preview on #F0B2AA background

This text has white color on #F0B2AA background.