COLOR #F8B8A7

HEX: #F8B8A7
RGB: (248,184,167)

Color info

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

RGB color model

#F8B8A7 color RGB value is (248,184,167).

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

RGB channels and saturation

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

248
184
167

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

Portions of RGB colors in percentages

R + G + B =
248 + 184 + 167 = 599 (100%)
R 248 of 599 ~ 41.4%
G 184 of 599 ~ 30.72%
B 167 of 599 ~ 27.88%

%41.4
%30.72
%27.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.81%
  • yellow value is 32.66%
  • 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
%32.66
%2.75

Codes

Color #F8B8A7 in popluar color models

F8B8A7
RGB248184167
HSL13°85.26%81.37%
HSB/HSV13°32.66%97.25%
CMYK0.00%25.81%32.66%
2.75%

Color #F8B8A7 in popluar number systems.

HEXF8B8A7
Decimal248184167
Binary111110001011100010100111
Octal370270247

Shades and tints

Shades of #F8B8A7

#F8B8A7
(248,184,167)
#E2A898
(226,168,152)
#CC9889
(204,152,137)
#B6887A
(182,136,122)
#A0786B
(160,120,107)
#8A685C
(138,104,92)
#74584D
(116,88,77)
#5E483E
(94,72,62)
#48382F
(72,56,47)
#322820
(50,40,32)
#1C1811
(28,24,17)
#000000
(0,0,0)

Tints of #F8B8A7

#F8B8A7
(248,184,167)
#F8BEAF
(248,190,175)
#F8C4B7
(248,196,183)
#F8CABF
(248,202,191)
#F8D0C7
(248,208,199)
#F8D6CF
(248,214,207)
#F8DCD7
(248,220,215)
#F8E2DF
(248,226,223)
#F8E8E7
(248,232,231)
#F8EEEF
(248,238,239)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8B8A7; }

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

This text font color is #F8B8A7.


Background Color

.myBgColor { background-color: #F8B8A7; }

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

This div background color is #F8B8A7.


Border color

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

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

This div border color is #F8B8A7.


Opacity

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

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

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

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

This text has shadow with #F8B8A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8B8A7 on black background.


Color preview on white background

This text has color #F8B8A7 on white background.



Black color preview on #F8B8A7 background

This text has black color on #F8B8A7 background.


White color preview on #F8B8A7 background

This text has white color on #F8B8A7 background.