COLOR #F9A2CD

HEX: #F9A2CD
RGB: (249,162,205)

Color info

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

RGB color model

#F9A2CD color RGB value is (249,162,205).

  • red value is 249;
  • green value is 162;
  • blue value is 205.
RGB:
(249,162,205)
(98%,64%,80%)

RGB channels and saturation

R 249 of 255 = 98%
G 162 of 255 = 64%
B 205 of 255 = 80%

249
162
205

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

Portions of RGB colors in percentages

R + G + B =
249 + 162 + 205 = 616 (100%)
R 249 of 616 ~ 40.42%
G 162 of 616 ~ 26.3%
B 205 of 616 ~ 33.28%

%40.42
%26.3
%33.28

CMYK color model

#F9A2CD color CMYK value is (0,35,18,2).

  • cyan value is 0.00%
  • magenta value is 34.94%
  • yellow value is 17.67%
  • key color value is 2.35%
CMYK:
(0,35,18,2)
C0M35Y18K2 
(0%,35%,18%,2%)
(0.00/0.35/0.18/0.02)	

CMYK percentages

%0
%34.94
%17.67
%2.35

Codes

Color #F9A2CD in popluar color models

F9A2CD
RGB249162205
HSL330°87.88%80.59%
HSB/HSV330°34.94%97.65%
CMYK0.00%34.94%17.67%
2.35%

Color #F9A2CD in popluar number systems.

HEXF9A2CD
Decimal249162205
Binary111110011010001011001101
Octal371242315

Shades and tints

Shades of #F9A2CD

#F9A2CD
(249,162,205)
#E394BB
(227,148,187)
#CD86A9
(205,134,169)
#B77897
(183,120,151)
#A16A85
(161,106,133)
#8B5C73
(139,92,115)
#754E61
(117,78,97)
#5F404F
(95,64,79)
#49323D
(73,50,61)
#33242B
(51,36,43)
#1D1619
(29,22,25)
#000000
(0,0,0)

Tints of #F9A2CD

#F9A2CD
(249,162,205)
#F9AAD1
(249,170,209)
#F9B2D5
(249,178,213)
#F9BAD9
(249,186,217)
#F9C2DD
(249,194,221)
#F9CAE1
(249,202,225)
#F9D2E5
(249,210,229)
#F9DAE9
(249,218,233)
#F9E2ED
(249,226,237)
#F9EAF1
(249,234,241)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9A2CD color. Also use rgb(249,162,205) instead hex code.

Text Font Color

.myTextColor { color: #F9A2CD; }

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

This text font color is #F9A2CD.


Background Color

.myBgColor { background-color: #F9A2CD; }

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

This div background color is #F9A2CD.


Border color

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

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

This div border color is #F9A2CD.


Opacity

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

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

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

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

This text has shadow with #F9A2CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9A2CD on black background.


Color preview on white background

This text has color #F9A2CD on white background.



Black color preview on #F9A2CD background

This text has black color on #F9A2CD background.


White color preview on #F9A2CD background

This text has white color on #F9A2CD background.