COLOR #F8A0B3

HEX: #F8A0B3
RGB: (248,160,179)

Color info

#F8A0B3 contains mainly red color. Web safe color of #F8A0B3 is #FF9999 (or #F99).

RGB color model

#F8A0B3 color RGB value is (248,160,179).

  • red value is 248;
  • green value is 160;
  • blue value is 179.
RGB:
(248,160,179)
(97%,63%,70%)

RGB channels and saturation

R 248 of 255 = 97%
G 160 of 255 = 63%
B 179 of 255 = 70%

248
160
179

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

Portions of RGB colors in percentages

R + G + B =
248 + 160 + 179 = 587 (100%)
R 248 of 587 ~ 42.25%
G 160 of 587 ~ 27.26%
B 179 of 587 ~ 30.49%

%42.25
%27.26
%30.49

CMYK color model

#F8A0B3 color CMYK value is (0,35,28,3).

  • cyan value is 0.00%
  • magenta value is 35.48%
  • yellow value is 27.82%
  • key color value is 2.75%
CMYK:
(0,35,28,3)
C0M35Y28K3 
(0%,35%,28%,3%)
(0.00/0.35/0.28/0.03)	

CMYK percentages

%0
%35.48
%27.82
%2.75

Codes

Color #F8A0B3 in popluar color models

F8A0B3
RGB248160179
HSL347°86.27%80.00%
HSB/HSV347°35.48%97.25%
CMYK0.00%35.48%27.82%
2.75%

Color #F8A0B3 in popluar number systems.

HEXF8A0B3
Decimal248160179
Binary111110001010000010110011
Octal370240263

Shades and tints

Shades of #F8A0B3

#F8A0B3
(248,160,179)
#E292A3
(226,146,163)
#CC8493
(204,132,147)
#B67683
(182,118,131)
#A06873
(160,104,115)
#8A5A63
(138,90,99)
#744C53
(116,76,83)
#5E3E43
(94,62,67)
#483033
(72,48,51)
#322223
(50,34,35)
#1C1413
(28,20,19)
#000000
(0,0,0)

Tints of #F8A0B3

#F8A0B3
(248,160,179)
#F8A8B9
(248,168,185)
#F8B0BF
(248,176,191)
#F8B8C5
(248,184,197)
#F8C0CB
(248,192,203)
#F8C8D1
(248,200,209)
#F8D0D7
(248,208,215)
#F8D8DD
(248,216,221)
#F8E0E3
(248,224,227)
#F8E8E9
(248,232,233)
#F8F0EF
(248,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8A0B3 color. Also use rgb(248,160,179) instead hex code.

Text Font Color

.myTextColor { color: #F8A0B3; }

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

This text font color is #F8A0B3.


Background Color

.myBgColor { background-color: #F8A0B3; }

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

This div background color is #F8A0B3.


Border color

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

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

This div border color is #F8A0B3.


Opacity

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

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

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

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

This text has shadow with #F8A0B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8A0B3 on black background.


Color preview on white background

This text has color #F8A0B3 on white background.



Black color preview on #F8A0B3 background

This text has black color on #F8A0B3 background.


White color preview on #F8A0B3 background

This text has white color on #F8A0B3 background.