COLOR #F8B8B1

HEX: #F8B8B1
RGB: (248,184,177)

Color info

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

RGB color model

#F8B8B1 color RGB value is (248,184,177).

  • red value is 248;
  • green value is 184;
  • blue value is 177.
RGB:
(248,184,177)
(97%,72%,69%)

RGB channels and saturation

R 248 of 255 = 97%
G 184 of 255 = 72%
B 177 of 255 = 69%

248
184
177

R + G + B ~ 79%. #F8B8B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 184 + 177 = 609 (100%)
R 248 of 609 ~ 40.72%
G 184 of 609 ~ 30.21%
B 177 of 609 ~ 29.06%

%40.72
%30.21
%29.06

CMYK color model

#F8B8B1 color CMYK value is (0,26,29,3).

  • cyan value is 0.00%
  • magenta value is 25.81%
  • yellow value is 28.63%
  • key color value is 2.75%
CMYK:
(0,26,29,3)
C0M26Y29K3 
(0%,26%,29%,3%)
(0.00/0.26/0.29/0.03)	

CMYK percentages

%0
%25.81
%28.63
%2.75

Codes

Color #F8B8B1 in popluar color models

F8B8B1
RGB248184177
HSL83.53%83.33%
HSB/HSV28.63%97.25%
CMYK0.00%25.81%28.63%
2.75%

Color #F8B8B1 in popluar number systems.

HEXF8B8B1
Decimal248184177
Binary111110001011100010110001
Octal370270261

Shades and tints

Shades of #F8B8B1

#F8B8B1
(248,184,177)
#E2A8A1
(226,168,161)
#CC9891
(204,152,145)
#B68881
(182,136,129)
#A07871
(160,120,113)
#8A6861
(138,104,97)
#745851
(116,88,81)
#5E4841
(94,72,65)
#483831
(72,56,49)
#322821
(50,40,33)
#1C1811
(28,24,17)
#000000
(0,0,0)

Tints of #F8B8B1

#F8B8B1
(248,184,177)
#F8BEB8
(248,190,184)
#F8C4BF
(248,196,191)
#F8CAC6
(248,202,198)
#F8D0CD
(248,208,205)
#F8D6D4
(248,214,212)
#F8DCDB
(248,220,219)
#F8E2E2
(248,226,226)
#F8E8E9
(248,232,233)
#F8EEF0
(248,238,240)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8B8B1 color. Also use rgb(248,184,177) instead hex code.

Text Font Color

.myTextColor { color: #F8B8B1; }

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

This text font color is #F8B8B1.


Background Color

.myBgColor { background-color: #F8B8B1; }

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

This div background color is #F8B8B1.


Border color

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

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

This div border color is #F8B8B1.


Opacity

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

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

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

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

This text has shadow with #F8B8B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8B8B1 on black background.


Color preview on white background

This text has color #F8B8B1 on white background.



Black color preview on #F8B8B1 background

This text has black color on #F8B8B1 background.


White color preview on #F8B8B1 background

This text has white color on #F8B8B1 background.