COLOR #F8BE88

HEX: #F8BE88
RGB: (248,190,136)

Color info

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

RGB color model

#F8BE88 color RGB value is (248,190,136).

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

RGB channels and saturation

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

248
190
136

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

Portions of RGB colors in percentages

R + G + B =
248 + 190 + 136 = 574 (100%)
R 248 of 574 ~ 43.21%
G 190 of 574 ~ 33.1%
B 136 of 574 ~ 23.69%

%43.21
%33.1
%23.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.39%
  • 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
%23.39
%45.16
%2.75

Codes

Color #F8BE88 in popluar color models

F8BE88
RGB248190136
HSL29°88.89%75.29%
HSB/HSV29°45.16%97.25%
CMYK0.00%23.39%45.16%
2.75%

Color #F8BE88 in popluar number systems.

HEXF8BE88
Decimal248190136
Binary111110001011111010001000
Octal370276210

Shades and tints

Shades of #F8BE88

#F8BE88
(248,190,136)
#E2AD7C
(226,173,124)
#CC9C70
(204,156,112)
#B68B64
(182,139,100)
#A07A58
(160,122,88)
#8A694C
(138,105,76)
#745840
(116,88,64)
#5E4734
(94,71,52)
#483628
(72,54,40)
#32251C
(50,37,28)
#1C1410
(28,20,16)
#000000
(0,0,0)

Tints of #F8BE88

#F8BE88
(248,190,136)
#F8C392
(248,195,146)
#F8C89C
(248,200,156)
#F8CDA6
(248,205,166)
#F8D2B0
(248,210,176)
#F8D7BA
(248,215,186)
#F8DCC4
(248,220,196)
#F8E1CE
(248,225,206)
#F8E6D8
(248,230,216)
#F8EBE2
(248,235,226)
#F8F0EC
(248,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8BE88; }

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

This text font color is #F8BE88.


Background Color

.myBgColor { background-color: #F8BE88; }

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

This div background color is #F8BE88.


Border color

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

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

This div border color is #F8BE88.


Opacity

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

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

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

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

This text has shadow with #F8BE88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8BE88 on black background.


Color preview on white background

This text has color #F8BE88 on white background.



Black color preview on #F8BE88 background

This text has black color on #F8BE88 background.


White color preview on #F8BE88 background

This text has white color on #F8BE88 background.