COLOR #F5AAC6

HEX: #F5AAC6
RGB: (245,170,198)

Color info

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

RGB color model

#F5AAC6 color RGB value is (245,170,198).

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

RGB channels and saturation

R 245 of 255 = 96%
G 170 of 255 = 67%
B 198 of 255 = 78%

245
170
198

R + G + B ~ 80%. #F5AAC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 170 + 198 = 613 (100%)
R 245 of 613 ~ 39.97%
G 170 of 613 ~ 27.73%
B 198 of 613 ~ 32.3%

%39.97
%27.73
%32.3

CMYK color model

#F5AAC6 color CMYK value is (0,31,19,4).

  • cyan value is 0.00%
  • magenta value is 30.61%
  • yellow value is 19.18%
  • key color value is 3.92%
CMYK:
(0,31,19,4)
C0M31Y19K4 
(0%,31%,19%,4%)
(0.00/0.31/0.19/0.04)	

CMYK percentages

%0
%30.61
%19.18
%3.92

Codes

Color #F5AAC6 in popluar color models

F5AAC6
RGB245170198
HSL338°78.95%81.37%
HSB/HSV338°30.61%96.08%
CMYK0.00%30.61%19.18%
3.92%

Color #F5AAC6 in popluar number systems.

HEXF5AAC6
Decimal245170198
Binary111101011010101011000110
Octal365252306

Shades and tints

Shades of #F5AAC6

#F5AAC6
(245,170,198)
#DF9BB4
(223,155,180)
#C98CA2
(201,140,162)
#B37D90
(179,125,144)
#9D6E7E
(157,110,126)
#875F6C
(135,95,108)
#71505A
(113,80,90)
#5B4148
(91,65,72)
#453236
(69,50,54)
#2F2324
(47,35,36)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #F5AAC6

#F5AAC6
(245,170,198)
#F5B1CB
(245,177,203)
#F5B8D0
(245,184,208)
#F5BFD5
(245,191,213)
#F5C6DA
(245,198,218)
#F5CDDF
(245,205,223)
#F5D4E4
(245,212,228)
#F5DBE9
(245,219,233)
#F5E2EE
(245,226,238)
#F5E9F3
(245,233,243)
#F5F0F8
(245,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5AAC6; }

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

This text font color is #F5AAC6.


Background Color

.myBgColor { background-color: #F5AAC6; }

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

This div background color is #F5AAC6.


Border color

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

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

This div border color is #F5AAC6.


Opacity

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

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

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

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

This text has shadow with #F5AAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5AAC6 on black background.


Color preview on white background

This text has color #F5AAC6 on white background.



Black color preview on #F5AAC6 background

This text has black color on #F5AAC6 background.


White color preview on #F5AAC6 background

This text has white color on #F5AAC6 background.