COLOR #F8B8BB

HEX: #F8B8BB
RGB: (248,184,187)

Color info

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

RGB color model

#F8B8BB color RGB value is (248,184,187).

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

RGB channels and saturation

R 248 of 255 = 97%
G 184 of 255 = 72%
B 187 of 255 = 73%

248
184
187

R + G + B ~ 81%. #F8B8BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 184 + 187 = 619 (100%)
R 248 of 619 ~ 40.06%
G 184 of 619 ~ 29.73%
B 187 of 619 ~ 30.21%

%40.06
%29.73
%30.21

CMYK color model

#F8B8BB color CMYK value is (0,26,25,3).

  • cyan value is 0.00%
  • magenta value is 25.81%
  • yellow value is 24.60%
  • key color value is 2.75%
CMYK:
(0,26,25,3)
C0M26Y25K3 
(0%,26%,25%,3%)
(0.00/0.26/0.25/0.03)	

CMYK percentages

%0
%25.81
%24.6
%2.75

Codes

Color #F8B8BB in popluar color models

F8B8BB
RGB248184187
HSL357°82.05%84.71%
HSB/HSV357°25.81%97.25%
CMYK0.00%25.81%24.60%
2.75%

Color #F8B8BB in popluar number systems.

HEXF8B8BB
Decimal248184187
Binary111110001011100010111011
Octal370270273

Shades and tints

Shades of #F8B8BB

#F8B8BB
(248,184,187)
#E2A8AA
(226,168,170)
#CC9899
(204,152,153)
#B68888
(182,136,136)
#A07877
(160,120,119)
#8A6866
(138,104,102)
#745855
(116,88,85)
#5E4844
(94,72,68)
#483833
(72,56,51)
#322822
(50,40,34)
#1C1811
(28,24,17)
#000000
(0,0,0)

Tints of #F8B8BB

#F8B8BB
(248,184,187)
#F8BEC1
(248,190,193)
#F8C4C7
(248,196,199)
#F8CACD
(248,202,205)
#F8D0D3
(248,208,211)
#F8D6D9
(248,214,217)
#F8DCDF
(248,220,223)
#F8E2E5
(248,226,229)
#F8E8EB
(248,232,235)
#F8EEF1
(248,238,241)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8B8BB; }

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

This text font color is #F8B8BB.


Background Color

.myBgColor { background-color: #F8B8BB; }

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

This div background color is #F8B8BB.


Border color

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

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

This div border color is #F8B8BB.


Opacity

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

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

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

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

This text has shadow with #F8B8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8B8BB on black background.


Color preview on white background

This text has color #F8B8BB on white background.



Black color preview on #F8B8BB background

This text has black color on #F8B8BB background.


White color preview on #F8B8BB background

This text has white color on #F8B8BB background.