COLOR #F8BC96

HEX: #F8BC96 RGB: (248,188,150)

Color info

#F8BC96 contains mainly red color. Web safe color of #F8BC96 is #FFCC99 (or #FC9).

RGB color model

#F8BC96 color RGB value is (248,188,150).

RGB: (248,188,150) (97%, 74%, 59%)

RGB channels and saturation

R 248 of 255 = 97%
G 188 of 255 = 74%
B 150 of 255 = 59%

248
188
150

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

Portions of RGB colors in percentages

R + G + B = 248 + 188 + 150 = 586 (100%)
R 248 of 586 ~ 42.32%
G 188 of 586 ~ 32.08%
B 150 of 586 ~ 25.6'%

%42.32
%32.08
%25.6

CMYK color model

#F8BC96 color CMYK value is (0,24,40,3).

  • cyan value is 0.00%
  • magenta value is 24.19%
  • yellow value is 39.52%
  • key color value is 2.75%
CMYK: (0,24,40,3) C0M24Y40K3 (0%,24%,40%,3%) (0.00/0.24/0.40/0.03) 

CMYK percentages

%0
%24.19
%39.52
%2.75

Codes

Color #F8BC96 in popluar color models

F8 BC 96
RGB 248 188 150
HSL 23° 87.50% 78.04%
HSB/HSV 23° 39.52% 97.25%
CMYK 0.00% 24.19% 39.52%
2.75%

Color #F8BC96 in popluar number systems.

HEX F8 BC 96
Decimal 248 188 150
Binary 11111000 10111100 10010110
Octal 370 274 226

Shades and tints

Shades of #F8BC96

#F8BC96
(248,188,150)
#E2AB89
(226,171,137)
#CC9A7C
(204,154,124)
#B6896F
(182,137,111)
#A07862
(160,120,98)
#8A6755
(138,103,85)
#745648
(116,86,72)
#5E453B
(94,69,59)
#48342E
(72,52,46)
#322321
(50,35,33)
#1C1214
(28,18,20)
#000000
(0,0,0)

Tints of #F8BC96

#F8BC96
(248,188,150)
#F8C29F
(248,194,159)
#F8C8A8
(248,200,168)
#F8CEB1
(248,206,177)
#F8D4BA
(248,212,186)
#F8DAC3
(248,218,195)
#F8E0CC
(248,224,204)
#F8E6D5
(248,230,213)
#F8ECDE
(248,236,222)
#F8F2E7
(248,242,231)
#F8F8F0
(248,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8BC96 color. Also use rgb(248,188,150) instead hex code.

Text Font Color

.myTextColor { color: #F8BC96; }

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

This text font color is #F8BC96.

Background Color

.myBgColor { background-color: #F8BC96; }

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

This div background color is #F8BC96.

Border color

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

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

This div border color is #F8BC96.

Opacity

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

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

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

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

This text has shadow with #F8BC96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8BC96.

Preview

Color preview on black background

This text has color #F8BC96 on black background.


Color preview on white background

This text has color #F8BC96 on white background.


Black color preview on #F8BC96 background

This text has black color on #F8BC96 background.


White color preview on #F8BC96 background

This text has white color on #F8BC96 background.


Related colors

Complementary color

Complementary color for #hex is #074369.


I love getcolorcode.com

Triadic colors

1 #96F8BC and #BC96F8 with #F8BC96 are triadic colors.

2 #96BCF8 and #BCF896 with #F8BC96 are triadic colors.