COLOR #FAA5CA

HEX: #FAA5CA RGB: (250,165,202)

Color info

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

RGB color model

#FAA5CA color RGB value is (250,165,202).

RGB: (250,165,202) (98%, 65%, 79%)

RGB channels and saturation

R 250 of 255 = 98%
G 165 of 255 = 65%
B 202 of 255 = 79%

250
165
202

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

Portions of RGB colors in percentages

R + G + B = 250 + 165 + 202 = 617 (100%)
R 250 of 617 ~ 40.52%
G 165 of 617 ~ 26.74%
B 202 of 617 ~ 32.74'%

%40.52
%26.74
%32.74

CMYK color model

#FAA5CA color CMYK value is (0,34,19,2).

  • cyan value is 0.00%
  • magenta value is 34.00%
  • yellow value is 19.20%
  • key color value is 1.96%

CMYK: (0,34,19,2)
C0M34Y19K2 (0%, 34%, 19%, 2%)
(0.00 / 0.34 / 0.19 / 0.02)

CMYK percentages

%0
%34
%19.2
%1.96

Codes

Color #FAA5CA in popluar color models

FA A5 CA
RGB 250 165 202
HSL 334° 89.47% 81.37%
HSB/HSV 334° 34.00% 98.04%
CMYK 0.00% 34.00% 19.20%
1.96%

Color #FAA5CA in popluar number systems.

HEX FA A5 CA
Decimal 250 165 202
Binary 11111010 10100101 11001010
Octal 372 245 312

Shades and tints

Shades of #FAA5CA

#FAA5CA
(250,165,202)
#E496B8
(228,150,184)
#CE87A6
(206,135,166)
#B87894
(184,120,148)
#A26982
(162,105,130)
#8C5A70
(140,90,112)
#764B5E
(118,75,94)
#603C4C
(96,60,76)
#4A2D3A
(74,45,58)
#341E28
(52,30,40)
#1E0F16
(30,15,22)
#000000
(0,0,0)

Tints of #FAA5CA

#FAA5CA
(250,165,202)
#FAADCE
(250,173,206)
#FAB5D2
(250,181,210)
#FABDD6
(250,189,214)
#FAC5DA
(250,197,218)
#FACDDE
(250,205,222)
#FAD5E2
(250,213,226)
#FADDE6
(250,221,230)
#FAE5EA
(250,229,234)
#FAEDEE
(250,237,238)
#FAF5F2
(250,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAA5CA; }

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

This text font color is #FAA5CA.

Background Color

.myBgColor { background-color: #FAA5CA; }

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

This div background color is #FAA5CA.

Border color

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

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

This div border color is #FAA5CA.

Opacity

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

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

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

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

This text has shadow with #FAA5CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAA5CA.

Preview

Color preview on black background

This text has color #FAA5CA on black background.


Color preview on white background

This text has color #FAA5CA on white background.


Black color preview on #FAA5CA background

This text has black color on #FAA5CA background.


White color preview on #FAA5CA background

This text has white color on #FAA5CA background.


Related colors

Complementary color

Complementary color for #hex is #055A35.


I love getcolorcode.com

Triadic colors

1 #CAFAA5 and #A5CAFA with #FAA5CA are triadic colors.

2 #CAA5FA and #A5FACA with #FAA5CA are triadic colors.