COLOR #F8A6B3

HEX: #F8A6B3 RGB: (248,166,179)

Color info

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

RGB color model

#F8A6B3 color RGB value is (248,166,179).

RGB: (248,166,179) (97%, 65%, 70%)

RGB channels and saturation

R 248 of 255 = 97%
G 166 of 255 = 65%
B 179 of 255 = 70%

248
166
179

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

Portions of RGB colors in percentages

R + G + B = 248 + 166 + 179 = 593 (100%)
R 248 of 593 ~ 41.82%
G 166 of 593 ~ 27.99%
B 179 of 593 ~ 30.19'%

%41.82
%27.99
%30.19

CMYK color model

#F8A6B3 color CMYK value is (0,33,28,3).

  • cyan value is 0.00%
  • magenta value is 33.06%
  • yellow value is 27.82%
  • key color value is 2.75%

CMYK: (0,33,28,3)
C0M33Y28K3 (0%, 33%, 28%, 3%)
(0.00 / 0.33 / 0.28 / 0.03)

CMYK percentages

%0
%33.06
%27.82
%2.75

Codes

Color #F8A6B3 in popluar color models

F8 A6 B3
RGB 248 166 179
HSL 350° 85.42% 81.18%
HSB/HSV 350° 33.06% 97.25%
CMYK 0.00% 33.06% 27.82%
2.75%

Color #F8A6B3 in popluar number systems.

HEX F8 A6 B3
Decimal 248 166 179
Binary 11111000 10100110 10110011
Octal 370 246 263

Shades and tints

Shades of #F8A6B3

#F8A6B3
(248,166,179)
#E297A3
(226,151,163)
#CC8893
(204,136,147)
#B67983
(182,121,131)
#A06A73
(160,106,115)
#8A5B63
(138,91,99)
#744C53
(116,76,83)
#5E3D43
(94,61,67)
#482E33
(72,46,51)
#321F23
(50,31,35)
#1C1013
(28,16,19)
#000000
(0,0,0)

Tints of #F8A6B3

#F8A6B3
(248,166,179)
#F8AEB9
(248,174,185)
#F8B6BF
(248,182,191)
#F8BEC5
(248,190,197)
#F8C6CB
(248,198,203)
#F8CED1
(248,206,209)
#F8D6D7
(248,214,215)
#F8DEDD
(248,222,221)
#F8E6E3
(248,230,227)
#F8EEE9
(248,238,233)
#F8F6EF
(248,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8A6B3; }

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

This text font color is #F8A6B3.

Background Color

.myBgColor { background-color: #F8A6B3; }

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

This div background color is #F8A6B3.

Border color

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

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

This div border color is #F8A6B3.

Opacity

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

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

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

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

This text has shadow with #F8A6B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8A6B3.

Preview

Color preview on black background

This text has color #F8A6B3 on black background.


Color preview on white background

This text has color #F8A6B3 on white background.


Black color preview on #F8A6B3 background

This text has black color on #F8A6B3 background.


White color preview on #F8A6B3 background

This text has white color on #F8A6B3 background.


Related colors

Complementary color

Complementary color for #hex is #07594C.


I love getcolorcode.com

Triadic colors

1 #B3F8A6 and #A6B3F8 with #F8A6B3 are triadic colors.

2 #B3A6F8 and #A6F8B3 with #F8A6B3 are triadic colors.