COLOR #F8869B

HEX: #F8869B
RGB: (248,134,155)

Color info

#F8869B contains mainly red color. Web safe color of #F8869B is #FF9999 (or #F99).

RGB color model

#F8869B color RGB value is (248,134,155).

  • red value is 248;
  • green value is 134;
  • blue value is 155.
RGB:
(248,134,155)
(97%,53%,61%)

RGB channels and saturation

R 248 of 255 = 97%
G 134 of 255 = 53%
B 155 of 255 = 61%

248
134
155

R + G + B ~ 70%. #F8869B is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 134 + 155 = 537 (100%)
R 248 of 537 ~ 46.18%
G 134 of 537 ~ 24.95%
B 155 of 537 ~ 28.86%

%46.18
%24.95
%28.86

CMYK color model

#F8869B color CMYK value is (0,46,38,3).

  • cyan value is 0.00%
  • magenta value is 45.97%
  • yellow value is 37.50%
  • key color value is 2.75%
CMYK:
(0,46,38,3)
C0M46Y38K3 
(0%,46%,38%,3%)
(0.00/0.46/0.38/0.03)	

CMYK percentages

%0
%45.97
%37.5
%2.75

Codes

Color #F8869B in popluar color models

F8869B
RGB248134155
HSL349°89.06%74.90%
HSB/HSV349°45.97%97.25%
CMYK0.00%45.97%37.50%
2.75%

Color #F8869B in popluar number systems.

HEXF8869B
Decimal248134155
Binary111110001000011010011011
Octal370206233

Shades and tints

Shades of #F8869B

#F8869B
(248,134,155)
#E27A8D
(226,122,141)
#CC6E7F
(204,110,127)
#B66271
(182,98,113)
#A05663
(160,86,99)
#8A4A55
(138,74,85)
#743E47
(116,62,71)
#5E3239
(94,50,57)
#48262B
(72,38,43)
#321A1D
(50,26,29)
#1C0E0F
(28,14,15)
#000000
(0,0,0)

Tints of #F8869B

#F8869B
(248,134,155)
#F891A4
(248,145,164)
#F89CAD
(248,156,173)
#F8A7B6
(248,167,182)
#F8B2BF
(248,178,191)
#F8BDC8
(248,189,200)
#F8C8D1
(248,200,209)
#F8D3DA
(248,211,218)
#F8DEE3
(248,222,227)
#F8E9EC
(248,233,236)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8869B color. Also use rgb(248,134,155) instead hex code.

Text Font Color

.myTextColor { color: #F8869B; }

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

This text font color is #F8869B.


Background Color

.myBgColor { background-color: #F8869B; }

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

This div background color is #F8869B.


Border color

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

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

This div border color is #F8869B.


Opacity

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

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

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

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

This text has shadow with #F8869B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8869B on black background.


Color preview on white background

This text has color #F8869B on white background.



Black color preview on #F8869B background

This text has black color on #F8869B background.


White color preview on #F8869B background

This text has white color on #F8869B background.