COLOR #F8AAC6

HEX: #F8AAC6
RGB: (248,170,198)

Color info

#F8AAC6 contains mainly red and blue colors. Web safe color of #F8AAC6 is #FF99CC (or #F9C).

RGB color model

#F8AAC6 color RGB value is (248,170,198).

  • red value is 248;
  • green value is 170;
  • blue value is 198.
RGB:
(248,170,198)
(97%,67%,78%)

RGB channels and saturation

R 248 of 255 = 97%
G 170 of 255 = 67%
B 198 of 255 = 78%

248
170
198

R + G + B ~ 81%. #F8AAC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 170 + 198 = 616 (100%)
R 248 of 616 ~ 40.26%
G 170 of 616 ~ 27.6%
B 198 of 616 ~ 32.14%

%40.26
%27.6
%32.14

CMYK color model

#F8AAC6 color CMYK value is (0,31,20,3).

  • cyan value is 0.00%
  • magenta value is 31.45%
  • yellow value is 20.16%
  • key color value is 2.75%
CMYK:
(0,31,20,3)
C0M31Y20K3 
(0%,31%,20%,3%)
(0.00/0.31/0.20/0.03)	

CMYK percentages

%0
%31.45
%20.16
%2.75

Codes

Color #F8AAC6 in popluar color models

F8AAC6
RGB248170198
HSL338°84.78%81.96%
HSB/HSV338°31.45%97.25%
CMYK0.00%31.45%20.16%
2.75%

Color #F8AAC6 in popluar number systems.

HEXF8AAC6
Decimal248170198
Binary111110001010101011000110
Octal370252306

Shades and tints

Shades of #F8AAC6

#F8AAC6
(248,170,198)
#E29BB4
(226,155,180)
#CC8CA2
(204,140,162)
#B67D90
(182,125,144)
#A06E7E
(160,110,126)
#8A5F6C
(138,95,108)
#74505A
(116,80,90)
#5E4148
(94,65,72)
#483236
(72,50,54)
#322324
(50,35,36)
#1C1412
(28,20,18)
#000000
(0,0,0)

Tints of #F8AAC6

#F8AAC6
(248,170,198)
#F8B1CB
(248,177,203)
#F8B8D0
(248,184,208)
#F8BFD5
(248,191,213)
#F8C6DA
(248,198,218)
#F8CDDF
(248,205,223)
#F8D4E4
(248,212,228)
#F8DBE9
(248,219,233)
#F8E2EE
(248,226,238)
#F8E9F3
(248,233,243)
#F8F0F8
(248,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8AAC6 color. Also use rgb(248,170,198) instead hex code.

Text Font Color

.myTextColor { color: #F8AAC6; }

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

This text font color is #F8AAC6.


Background Color

.myBgColor { background-color: #F8AAC6; }

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

This div background color is #F8AAC6.


Border color

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

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

This div border color is #F8AAC6.


Opacity

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

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

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

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

This text has shadow with #F8AAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8AAC6 on black background.


Color preview on white background

This text has color #F8AAC6 on white background.



Black color preview on #F8AAC6 background

This text has black color on #F8AAC6 background.


White color preview on #F8AAC6 background

This text has white color on #F8AAC6 background.