COLOR #F8B9B5

HEX: #F8B9B5
RGB: (248,185,181)

Color info

#F8B9B5 contains mainly red color. Web safe color of #F8B9B5 is #FFCCCC (or #FCC).

RGB color model

#F8B9B5 color RGB value is (248,185,181).

  • red value is 248;
  • green value is 185;
  • blue value is 181.
RGB:
(248,185,181)
(97%,73%,71%)

RGB channels and saturation

R 248 of 255 = 97%
G 185 of 255 = 73%
B 181 of 255 = 71%

248
185
181

R + G + B ~ 80%. #F8B9B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 185 + 181 = 614 (100%)
R 248 of 614 ~ 40.39%
G 185 of 614 ~ 30.13%
B 181 of 614 ~ 29.48%

%40.39
%30.13
%29.48

CMYK color model

#F8B9B5 color CMYK value is (0,25,27,3).

  • cyan value is 0.00%
  • magenta value is 25.40%
  • yellow value is 27.02%
  • key color value is 2.75%
CMYK:
(0,25,27,3)
C0M25Y27K3 
(0%,25%,27%,3%)
(0.00/0.25/0.27/0.03)	

CMYK percentages

%0
%25.4
%27.02
%2.75

Codes

Color #F8B9B5 in popluar color models

F8B9B5
RGB248185181
HSL82.72%84.12%
HSB/HSV27.02%97.25%
CMYK0.00%25.40%27.02%
2.75%

Color #F8B9B5 in popluar number systems.

HEXF8B9B5
Decimal248185181
Binary111110001011100110110101
Octal370271265

Shades and tints

Shades of #F8B9B5

#F8B9B5
(248,185,181)
#E2A9A5
(226,169,165)
#CC9995
(204,153,149)
#B68985
(182,137,133)
#A07975
(160,121,117)
#8A6965
(138,105,101)
#745955
(116,89,85)
#5E4945
(94,73,69)
#483935
(72,57,53)
#322925
(50,41,37)
#1C1915
(28,25,21)
#000000
(0,0,0)

Tints of #F8B9B5

#F8B9B5
(248,185,181)
#F8BFBB
(248,191,187)
#F8C5C1
(248,197,193)
#F8CBC7
(248,203,199)
#F8D1CD
(248,209,205)
#F8D7D3
(248,215,211)
#F8DDD9
(248,221,217)
#F8E3DF
(248,227,223)
#F8E9E5
(248,233,229)
#F8EFEB
(248,239,235)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8B9B5 color. Also use rgb(248,185,181) instead hex code.

Text Font Color

.myTextColor { color: #F8B9B5; }

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

This text font color is #F8B9B5.


Background Color

.myBgColor { background-color: #F8B9B5; }

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

This div background color is #F8B9B5.


Border color

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

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

This div border color is #F8B9B5.


Opacity

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

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

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

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

This text has shadow with #F8B9B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8B9B5 on black background.


Color preview on white background

This text has color #F8B9B5 on white background.



Black color preview on #F8B9B5 background

This text has black color on #F8B9B5 background.


White color preview on #F8B9B5 background

This text has white color on #F8B9B5 background.