COLOR #F8B8A6

HEX: #F8B8A6
RGB: (248,184,166)

Color info

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

RGB color model

#F8B8A6 color RGB value is (248,184,166).

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

RGB channels and saturation

R 248 of 255 = 97%
G 184 of 255 = 72%
B 166 of 255 = 65%

248
184
166

R + G + B ~ 78%. #F8B8A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 184 + 166 = 598 (100%)
R 248 of 598 ~ 41.47%
G 184 of 598 ~ 30.77%
B 166 of 598 ~ 27.76%

%41.47
%30.77
%27.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.81%
  • yellow value is 33.06%
  • key color value is 2.75%
CMYK:
(0,26,33,3)
C0M26Y33K3 
(0%,26%,33%,3%)
(0.00/0.26/0.33/0.03)	

CMYK percentages

%0
%25.81
%33.06
%2.75

Codes

Color #F8B8A6 in popluar color models

F8B8A6
RGB248184166
HSL13°85.42%81.18%
HSB/HSV13°33.06%97.25%
CMYK0.00%25.81%33.06%
2.75%

Color #F8B8A6 in popluar number systems.

HEXF8B8A6
Decimal248184166
Binary111110001011100010100110
Octal370270246

Shades and tints

Shades of #F8B8A6

#F8B8A6
(248,184,166)
#E2A897
(226,168,151)
#CC9888
(204,152,136)
#B68879
(182,136,121)
#A0786A
(160,120,106)
#8A685B
(138,104,91)
#74584C
(116,88,76)
#5E483D
(94,72,61)
#48382E
(72,56,46)
#32281F
(50,40,31)
#1C1810
(28,24,16)
#000000
(0,0,0)

Tints of #F8B8A6

#F8B8A6
(248,184,166)
#F8BEAE
(248,190,174)
#F8C4B6
(248,196,182)
#F8CABE
(248,202,190)
#F8D0C6
(248,208,198)
#F8D6CE
(248,214,206)
#F8DCD6
(248,220,214)
#F8E2DE
(248,226,222)
#F8E8E6
(248,232,230)
#F8EEEE
(248,238,238)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8B8A6; }

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

This text font color is #F8B8A6.


Background Color

.myBgColor { background-color: #F8B8A6; }

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

This div background color is #F8B8A6.


Border color

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

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

This div border color is #F8B8A6.


Opacity

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

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

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

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

This text has shadow with #F8B8A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8B8A6 on black background.


Color preview on white background

This text has color #F8B8A6 on white background.



Black color preview on #F8B8A6 background

This text has black color on #F8B8A6 background.


White color preview on #F8B8A6 background

This text has white color on #F8B8A6 background.