COLOR #F8A7B6

HEX: #F8A7B6
RGB: (248,167,182)

Color info

#F8A7B6 contains mainly red color. Web safe color of #F8A7B6 is #FF99CC (or #F9C).

RGB color model

#F8A7B6 color RGB value is (248,167,182).

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

RGB channels and saturation

R 248 of 255 = 97%
G 167 of 255 = 65%
B 182 of 255 = 71%

248
167
182

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

Portions of RGB colors in percentages

R + G + B =
248 + 167 + 182 = 597 (100%)
R 248 of 597 ~ 41.54%
G 167 of 597 ~ 27.97%
B 182 of 597 ~ 30.49%

%41.54
%27.97
%30.49

CMYK color model

#F8A7B6 color CMYK value is (0,33,27,3).

  • cyan value is 0.00%
  • magenta value is 32.66%
  • yellow value is 26.61%
  • key color value is 2.75%
CMYK:
(0,33,27,3)
C0M33Y27K3 
(0%,33%,27%,3%)
(0.00/0.33/0.27/0.03)	

CMYK percentages

%0
%32.66
%26.61
%2.75

Codes

Color #F8A7B6 in popluar color models

F8A7B6
RGB248167182
HSL349°85.26%81.37%
HSB/HSV349°32.66%97.25%
CMYK0.00%32.66%26.61%
2.75%

Color #F8A7B6 in popluar number systems.

HEXF8A7B6
Decimal248167182
Binary111110001010011110110110
Octal370247266

Shades and tints

Shades of #F8A7B6

#F8A7B6
(248,167,182)
#E298A6
(226,152,166)
#CC8996
(204,137,150)
#B67A86
(182,122,134)
#A06B76
(160,107,118)
#8A5C66
(138,92,102)
#744D56
(116,77,86)
#5E3E46
(94,62,70)
#482F36
(72,47,54)
#322026
(50,32,38)
#1C1116
(28,17,22)
#000000
(0,0,0)

Tints of #F8A7B6

#F8A7B6
(248,167,182)
#F8AFBC
(248,175,188)
#F8B7C2
(248,183,194)
#F8BFC8
(248,191,200)
#F8C7CE
(248,199,206)
#F8CFD4
(248,207,212)
#F8D7DA
(248,215,218)
#F8DFE0
(248,223,224)
#F8E7E6
(248,231,230)
#F8EFEC
(248,239,236)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8A7B6; }

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

This text font color is #F8A7B6.


Background Color

.myBgColor { background-color: #F8A7B6; }

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

This div background color is #F8A7B6.


Border color

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

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

This div border color is #F8A7B6.


Opacity

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

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

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

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

This text has shadow with #F8A7B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8A7B6 on black background.


Color preview on white background

This text has color #F8A7B6 on white background.



Black color preview on #F8A7B6 background

This text has black color on #F8A7B6 background.


White color preview on #F8A7B6 background

This text has white color on #F8A7B6 background.