COLOR #F0B988

HEX: #F0B988 RGB: (240,185,136)

Color info

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

RGB color model

#F0B988 color RGB value is (240,185,136).

RGB: (240,185,136) (94%, 73%, 53%)

RGB channels and saturation

R 240 of 255 = 94%
G 185 of 255 = 73%
B 136 of 255 = 53%

240
185
136

R + G + B ~ 73%. #F0B988 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 185 + 136 = 561 (100%)
R 240 of 561 ~ 42.78%
G 185 of 561 ~ 32.98%
B 136 of 561 ~ 24.24'%

%42.78
%32.98
%24.24

CMYK color model

#F0B988 color CMYK value is (0,23,43,6).

  • cyan value is 0.00%
  • magenta value is 22.92%
  • yellow value is 43.33%
  • key color value is 5.88%

CMYK: (0,23,43,6)
C0M23Y43K6 (0%, 23%, 43%, 6%)
(0.00 / 0.23 / 0.43 / 0.06)

CMYK percentages

%0
%22.92
%43.33
%5.88

Codes

Color #F0B988 in popluar color models

F0 B9 88
RGB 240 185 136
HSL 28° 77.61% 73.73%
HSB/HSV 28° 43.33% 94.12%
CMYK 0.00% 22.92% 43.33%
5.88%

Color #F0B988 in popluar number systems.

HEX F0 B9 88
Decimal 240 185 136
Binary 11110000 10111001 10001000
Octal 360 271 210

Shades and tints

Shades of #F0B988

#F0B988
(240,185,136)
#DBA97C
(219,169,124)
#C69970
(198,153,112)
#B18964
(177,137,100)
#9C7958
(156,121,88)
#87694C
(135,105,76)
#725940
(114,89,64)
#5D4934
(93,73,52)
#483928
(72,57,40)
#33291C
(51,41,28)
#1E1910
(30,25,16)
#000000
(0,0,0)

Tints of #F0B988

#F0B988
(240,185,136)
#F1BF92
(241,191,146)
#F2C59C
(242,197,156)
#F3CBA6
(243,203,166)
#F4D1B0
(244,209,176)
#F5D7BA
(245,215,186)
#F6DDC4
(246,221,196)
#F7E3CE
(247,227,206)
#F8E9D8
(248,233,216)
#F9EFE2
(249,239,226)
#FAF5EC
(250,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0B988; }

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

This text font color is #F0B988.

Background Color

.myBgColor { background-color: #F0B988; }

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

This div background color is #F0B988.

Border color

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

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

This div border color is #F0B988.

Opacity

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

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

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

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

This text has shadow with #F0B988 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0B988.

Preview

Color preview on black background

This text has color #F0B988 on black background.


Color preview on white background

This text has color #F0B988 on white background.


Black color preview on #F0B988 background

This text has black color on #F0B988 background.


White color preview on #F0B988 background

This text has white color on #F0B988 background.


Related colors

Complementary color

Complementary color for #hex is #0F4677.


I love getcolorcode.com

Triadic colors

1 #88F0B9 and #B988F0 with #F0B988 are triadic colors.

2 #88B9F0 and #B9F088 with #F0B988 are triadic colors.