COLOR #F8B8B7

HEX: #F8B8B7
RGB: (248,184,183)

Color info

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

RGB color model

#F8B8B7 color RGB value is (248,184,183).

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

RGB channels and saturation

R 248 of 255 = 97%
G 184 of 255 = 72%
B 183 of 255 = 72%

248
184
183

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

Portions of RGB colors in percentages

R + G + B =
248 + 184 + 183 = 615 (100%)
R 248 of 615 ~ 40.33%
G 184 of 615 ~ 29.92%
B 183 of 615 ~ 29.76%

%40.33
%29.92
%29.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.81%
  • yellow value is 26.21%
  • key color value is 2.75%
CMYK:
(0,26,26,3)
C0M26Y26K3 
(0%,26%,26%,3%)
(0.00/0.26/0.26/0.03)	

CMYK percentages

%0
%25.81
%26.21
%2.75

Codes

Color #F8B8B7 in popluar color models

F8B8B7
RGB248184183
HSL82.28%84.51%
HSB/HSV26.21%97.25%
CMYK0.00%25.81%26.21%
2.75%

Color #F8B8B7 in popluar number systems.

HEXF8B8B7
Decimal248184183
Binary111110001011100010110111
Octal370270267

Shades and tints

Shades of #F8B8B7

#F8B8B7
(248,184,183)
#E2A8A7
(226,168,167)
#CC9897
(204,152,151)
#B68887
(182,136,135)
#A07877
(160,120,119)
#8A6867
(138,104,103)
#745857
(116,88,87)
#5E4847
(94,72,71)
#483837
(72,56,55)
#322827
(50,40,39)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #F8B8B7

#F8B8B7
(248,184,183)
#F8BEBD
(248,190,189)
#F8C4C3
(248,196,195)
#F8CAC9
(248,202,201)
#F8D0CF
(248,208,207)
#F8D6D5
(248,214,213)
#F8DCDB
(248,220,219)
#F8E2E1
(248,226,225)
#F8E8E7
(248,232,231)
#F8EEED
(248,238,237)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8B8B7; }

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

This text font color is #F8B8B7.


Background Color

.myBgColor { background-color: #F8B8B7; }

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

This div background color is #F8B8B7.


Border color

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

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

This div border color is #F8B8B7.


Opacity

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

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

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

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

This text has shadow with #F8B8B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8B8B7 on black background.


Color preview on white background

This text has color #F8B8B7 on white background.



Black color preview on #F8B8B7 background

This text has black color on #F8B8B7 background.


White color preview on #F8B8B7 background

This text has white color on #F8B8B7 background.