COLOR #F0BAA5

HEX: #F0BAA5 RGB: (240,186,165)

Color info

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

RGB color model

#F0BAA5 color RGB value is (240,186,165).

RGB: (240,186,165) (94%, 73%, 65%)

RGB channels and saturation

R 240 of 255 = 94%
G 186 of 255 = 73%
B 165 of 255 = 65%

240
186
165

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

Portions of RGB colors in percentages

R + G + B = 240 + 186 + 165 = 591 (100%)
R 240 of 591 ~ 40.61%
G 186 of 591 ~ 31.47%
B 165 of 591 ~ 27.92'%

%40.61
%31.47
%27.92

CMYK color model

#F0BAA5 color CMYK value is (0,23,31,6).

  • cyan value is 0.00%
  • magenta value is 22.50%
  • yellow value is 31.25%
  • key color value is 5.88%

CMYK: (0,23,31,6)
C0M23Y31K6 (0%, 23%, 31%, 6%)
(0.00 / 0.23 / 0.31 / 0.06)

CMYK percentages

%0
%22.5
%31.25
%5.88

Codes

Color #F0BAA5 in popluar color models

F0 BA A5
RGB 240 186 165
HSL 17° 71.43% 79.41%
HSB/HSV 17° 31.25% 94.12%
CMYK 0.00% 22.50% 31.25%
5.88%

Color #F0BAA5 in popluar number systems.

HEX F0 BA A5
Decimal 240 186 165
Binary 11110000 10111010 10100101
Octal 360 272 245

Shades and tints

Shades of #F0BAA5

#F0BAA5
(240,186,165)
#DBAA96
(219,170,150)
#C69A87
(198,154,135)
#B18A78
(177,138,120)
#9C7A69
(156,122,105)
#876A5A
(135,106,90)
#725A4B
(114,90,75)
#5D4A3C
(93,74,60)
#483A2D
(72,58,45)
#332A1E
(51,42,30)
#1E1A0F
(30,26,15)
#000000
(0,0,0)

Tints of #F0BAA5

#F0BAA5
(240,186,165)
#F1C0AD
(241,192,173)
#F2C6B5
(242,198,181)
#F3CCBD
(243,204,189)
#F4D2C5
(244,210,197)
#F5D8CD
(245,216,205)
#F6DED5
(246,222,213)
#F7E4DD
(247,228,221)
#F8EAE5
(248,234,229)
#F9F0ED
(249,240,237)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0BAA5; }

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

This text font color is #F0BAA5.

Background Color

.myBgColor { background-color: #F0BAA5; }

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

This div background color is #F0BAA5.

Border color

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

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

This div border color is #F0BAA5.

Opacity

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

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

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

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

This text has shadow with #F0BAA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0BAA5.

Preview

Color preview on black background

This text has color #F0BAA5 on black background.


Color preview on white background

This text has color #F0BAA5 on white background.


Black color preview on #F0BAA5 background

This text has black color on #F0BAA5 background.


White color preview on #F0BAA5 background

This text has white color on #F0BAA5 background.


Related colors

Complementary color

Complementary color for #hex is #0F455A.


I love getcolorcode.com

Triadic colors

1 #A5F0BA and #BAA5F0 with #F0BAA5 are triadic colors.

2 #A5BAF0 and #BAF0A5 with #F0BAA5 are triadic colors.