COLOR #F9A5CA

HEX: #F9A5CA
RGB: (249,165,202)

Color info

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

RGB color model

#F9A5CA color RGB value is (249,165,202).

  • red value is 249;
  • green value is 165;
  • blue value is 202.
RGB:
(249,165,202)
(98%,65%,79%)

RGB channels and saturation

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

249
165
202

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

Portions of RGB colors in percentages

R + G + B =
249 + 165 + 202 = 616 (100%)
R 249 of 616 ~ 40.42%
G 165 of 616 ~ 26.79%
B 202 of 616 ~ 32.79%

%40.42
%26.79
%32.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.73%
  • yellow value is 18.88%
  • key color value is 2.35%
CMYK:
(0,34,19,2)
C0M34Y19K2 
(0%,34%,19%,2%)
(0.00/0.34/0.19/0.02)	

CMYK percentages

%0
%33.73
%18.88
%2.35

Codes

Color #F9A5CA in popluar color models

F9A5CA
RGB249165202
HSL334°87.50%81.18%
HSB/HSV334°33.73%97.65%
CMYK0.00%33.73%18.88%
2.35%

Color #F9A5CA in popluar number systems.

HEXF9A5CA
Decimal249165202
Binary111110011010010111001010
Octal371245312

Shades and tints

Shades of #F9A5CA

#F9A5CA
(249,165,202)
#E396B8
(227,150,184)
#CD87A6
(205,135,166)
#B77894
(183,120,148)
#A16982
(161,105,130)
#8B5A70
(139,90,112)
#754B5E
(117,75,94)
#5F3C4C
(95,60,76)
#492D3A
(73,45,58)
#331E28
(51,30,40)
#1D0F16
(29,15,22)
#000000
(0,0,0)

Tints of #F9A5CA

#F9A5CA
(249,165,202)
#F9ADCE
(249,173,206)
#F9B5D2
(249,181,210)
#F9BDD6
(249,189,214)
#F9C5DA
(249,197,218)
#F9CDDE
(249,205,222)
#F9D5E2
(249,213,226)
#F9DDE6
(249,221,230)
#F9E5EA
(249,229,234)
#F9EDEE
(249,237,238)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9A5CA; }

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

This text font color is #F9A5CA.


Background Color

.myBgColor { background-color: #F9A5CA; }

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

This div background color is #F9A5CA.


Border color

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

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

This div border color is #F9A5CA.


Opacity

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

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

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

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

This text has shadow with #F9A5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9A5CA on black background.


Color preview on white background

This text has color #F9A5CA on white background.



Black color preview on #F9A5CA background

This text has black color on #F9A5CA background.


White color preview on #F9A5CA background

This text has white color on #F9A5CA background.