COLOR #F8A4B4

HEX: #F8A4B4
RGB: (248,164,180)

Color info

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

RGB color model

#F8A4B4 color RGB value is (248,164,180).

  • red value is 248;
  • green value is 164;
  • blue value is 180.
RGB:
(248,164,180)
(97%,64%,71%)

RGB channels and saturation

R 248 of 255 = 97%
G 164 of 255 = 64%
B 180 of 255 = 71%

248
164
180

R + G + B ~ 77%. #F8A4B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 164 + 180 = 592 (100%)
R 248 of 592 ~ 41.89%
G 164 of 592 ~ 27.7%
B 180 of 592 ~ 30.41%

%41.89
%27.7
%30.41

CMYK color model

#F8A4B4 color CMYK value is (0,34,27,3).

  • cyan value is 0.00%
  • magenta value is 33.87%
  • yellow value is 27.42%
  • key color value is 2.75%
CMYK:
(0,34,27,3)
C0M34Y27K3 
(0%,34%,27%,3%)
(0.00/0.34/0.27/0.03)	

CMYK percentages

%0
%33.87
%27.42
%2.75

Codes

Color #F8A4B4 in popluar color models

F8A4B4
RGB248164180
HSL349°85.71%80.78%
HSB/HSV349°33.87%97.25%
CMYK0.00%33.87%27.42%
2.75%

Color #F8A4B4 in popluar number systems.

HEXF8A4B4
Decimal248164180
Binary111110001010010010110100
Octal370244264

Shades and tints

Shades of #F8A4B4

#F8A4B4
(248,164,180)
#E296A4
(226,150,164)
#CC8894
(204,136,148)
#B67A84
(182,122,132)
#A06C74
(160,108,116)
#8A5E64
(138,94,100)
#745054
(116,80,84)
#5E4244
(94,66,68)
#483434
(72,52,52)
#322624
(50,38,36)
#1C1814
(28,24,20)
#000000
(0,0,0)

Tints of #F8A4B4

#F8A4B4
(248,164,180)
#F8ACBA
(248,172,186)
#F8B4C0
(248,180,192)
#F8BCC6
(248,188,198)
#F8C4CC
(248,196,204)
#F8CCD2
(248,204,210)
#F8D4D8
(248,212,216)
#F8DCDE
(248,220,222)
#F8E4E4
(248,228,228)
#F8ECEA
(248,236,234)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8A4B4 color. Also use rgb(248,164,180) instead hex code.

Text Font Color

.myTextColor { color: #F8A4B4; }

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

This text font color is #F8A4B4.


Background Color

.myBgColor { background-color: #F8A4B4; }

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

This div background color is #F8A4B4.


Border color

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

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

This div border color is #F8A4B4.


Opacity

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

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

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

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

This text has shadow with #F8A4B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8A4B4 on black background.


Color preview on white background

This text has color #F8A4B4 on white background.



Black color preview on #F8A4B4 background

This text has black color on #F8A4B4 background.


White color preview on #F8A4B4 background

This text has white color on #F8A4B4 background.