COLOR #F8BF88

HEX: #F8BF88
RGB: (248,191,136)

Color info

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

RGB color model

#F8BF88 color RGB value is (248,191,136).

  • red value is 248;
  • green value is 191;
  • blue value is 136.
RGB:
(248,191,136)
(97%,75%,53%)

RGB channels and saturation

R 248 of 255 = 97%
G 191 of 255 = 75%
B 136 of 255 = 53%

248
191
136

R + G + B ~ 75%. #F8BF88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 191 + 136 = 575 (100%)
R 248 of 575 ~ 43.13%
G 191 of 575 ~ 33.22%
B 136 of 575 ~ 23.65%

%43.13
%33.22
%23.65

CMYK color model

#F8BF88 color CMYK value is (0,23,45,3).

  • cyan value is 0.00%
  • magenta value is 22.98%
  • yellow value is 45.16%
  • key color value is 2.75%
CMYK:
(0,23,45,3)
C0M23Y45K3 
(0%,23%,45%,3%)
(0.00/0.23/0.45/0.03)	

CMYK percentages

%0
%22.98
%45.16
%2.75

Codes

Color #F8BF88 in popluar color models

F8BF88
RGB248191136
HSL29°88.89%75.29%
HSB/HSV29°45.16%97.25%
CMYK0.00%22.98%45.16%
2.75%

Color #F8BF88 in popluar number systems.

HEXF8BF88
Decimal248191136
Binary111110001011111110001000
Octal370277210

Shades and tints

Shades of #F8BF88

#F8BF88
(248,191,136)
#E2AE7C
(226,174,124)
#CC9D70
(204,157,112)
#B68C64
(182,140,100)
#A07B58
(160,123,88)
#8A6A4C
(138,106,76)
#745940
(116,89,64)
#5E4834
(94,72,52)
#483728
(72,55,40)
#32261C
(50,38,28)
#1C1510
(28,21,16)
#000000
(0,0,0)

Tints of #F8BF88

#F8BF88
(248,191,136)
#F8C492
(248,196,146)
#F8C99C
(248,201,156)
#F8CEA6
(248,206,166)
#F8D3B0
(248,211,176)
#F8D8BA
(248,216,186)
#F8DDC4
(248,221,196)
#F8E2CE
(248,226,206)
#F8E7D8
(248,231,216)
#F8ECE2
(248,236,226)
#F8F1EC
(248,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8BF88 color. Also use rgb(248,191,136) instead hex code.

Text Font Color

.myTextColor { color: #F8BF88; }

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

This text font color is #F8BF88.


Background Color

.myBgColor { background-color: #F8BF88; }

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

This div background color is #F8BF88.


Border color

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

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

This div border color is #F8BF88.


Opacity

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

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

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

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

This text has shadow with #F8BF88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8BF88 on black background.


Color preview on white background

This text has color #F8BF88 on white background.



Black color preview on #F8BF88 background

This text has black color on #F8BF88 background.


White color preview on #F8BF88 background

This text has white color on #F8BF88 background.