COLOR #FAA5C6

HEX: #FAA5C6
RGB: (250,165,198)

Color info

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

RGB color model

#FAA5C6 color RGB value is (250,165,198).

  • red value is 250;
  • green value is 165;
  • blue value is 198.
RGB:
(250,165,198)
(98%,65%,78%)

RGB channels and saturation

R 250 of 255 = 98%
G 165 of 255 = 65%
B 198 of 255 = 78%

250
165
198

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

Portions of RGB colors in percentages

R + G + B =
250 + 165 + 198 = 613 (100%)
R 250 of 613 ~ 40.78%
G 165 of 613 ~ 26.92%
B 198 of 613 ~ 32.3%

%40.78
%26.92
%32.3

CMYK color model

#FAA5C6 color CMYK value is (0,34,21,2).

  • cyan value is 0.00%
  • magenta value is 34.00%
  • yellow value is 20.80%
  • key color value is 1.96%
CMYK:
(0,34,21,2)
C0M34Y21K2 
(0%,34%,21%,2%)
(0.00/0.34/0.21/0.02)	

CMYK percentages

%0
%34
%20.8
%1.96

Codes

Color #FAA5C6 in popluar color models

FAA5C6
RGB250165198
HSL337°89.47%81.37%
HSB/HSV337°34.00%98.04%
CMYK0.00%34.00%20.80%
1.96%

Color #FAA5C6 in popluar number systems.

HEXFAA5C6
Decimal250165198
Binary111110101010010111000110
Octal372245306

Shades and tints

Shades of #FAA5C6

#FAA5C6
(250,165,198)
#E496B4
(228,150,180)
#CE87A2
(206,135,162)
#B87890
(184,120,144)
#A2697E
(162,105,126)
#8C5A6C
(140,90,108)
#764B5A
(118,75,90)
#603C48
(96,60,72)
#4A2D36
(74,45,54)
#341E24
(52,30,36)
#1E0F12
(30,15,18)
#000000
(0,0,0)

Tints of #FAA5C6

#FAA5C6
(250,165,198)
#FAADCB
(250,173,203)
#FAB5D0
(250,181,208)
#FABDD5
(250,189,213)
#FAC5DA
(250,197,218)
#FACDDF
(250,205,223)
#FAD5E4
(250,213,228)
#FADDE9
(250,221,233)
#FAE5EE
(250,229,238)
#FAEDF3
(250,237,243)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAA5C6 color. Also use rgb(250,165,198) instead hex code.

Text Font Color

.myTextColor { color: #FAA5C6; }

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

This text font color is #FAA5C6.


Background Color

.myBgColor { background-color: #FAA5C6; }

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

This div background color is #FAA5C6.


Border color

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

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

This div border color is #FAA5C6.


Opacity

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

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

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

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

This text has shadow with #FAA5C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAA5C6 on black background.


Color preview on white background

This text has color #FAA5C6 on white background.



Black color preview on #FAA5C6 background

This text has black color on #FAA5C6 background.


White color preview on #FAA5C6 background

This text has white color on #FAA5C6 background.