COLOR #F9A8C9

HEX: #F9A8C9
RGB: (249,168,201)

Color info

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

RGB color model

#F9A8C9 color RGB value is (249,168,201).

  • red value is 249;
  • green value is 168;
  • blue value is 201.
RGB:
(249,168,201)
(98%,66%,79%)

RGB channels and saturation

R 249 of 255 = 98%
G 168 of 255 = 66%
B 201 of 255 = 79%

249
168
201

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

Portions of RGB colors in percentages

R + G + B =
249 + 168 + 201 = 618 (100%)
R 249 of 618 ~ 40.29%
G 168 of 618 ~ 27.18%
B 201 of 618 ~ 32.52%

%40.29
%27.18
%32.52

CMYK color model

#F9A8C9 color CMYK value is (0,33,19,2).

  • cyan value is 0.00%
  • magenta value is 32.53%
  • yellow value is 19.28%
  • key color value is 2.35%
CMYK:
(0,33,19,2)
C0M33Y19K2 
(0%,33%,19%,2%)
(0.00/0.33/0.19/0.02)	

CMYK percentages

%0
%32.53
%19.28
%2.35

Codes

Color #F9A8C9 in popluar color models

F9A8C9
RGB249168201
HSL336°87.10%81.76%
HSB/HSV336°32.53%97.65%
CMYK0.00%32.53%19.28%
2.35%

Color #F9A8C9 in popluar number systems.

HEXF9A8C9
Decimal249168201
Binary111110011010100011001001
Octal371250311

Shades and tints

Shades of #F9A8C9

#F9A8C9
(249,168,201)
#E399B7
(227,153,183)
#CD8AA5
(205,138,165)
#B77B93
(183,123,147)
#A16C81
(161,108,129)
#8B5D6F
(139,93,111)
#754E5D
(117,78,93)
#5F3F4B
(95,63,75)
#493039
(73,48,57)
#332127
(51,33,39)
#1D1215
(29,18,21)
#000000
(0,0,0)

Tints of #F9A8C9

#F9A8C9
(249,168,201)
#F9AFCD
(249,175,205)
#F9B6D1
(249,182,209)
#F9BDD5
(249,189,213)
#F9C4D9
(249,196,217)
#F9CBDD
(249,203,221)
#F9D2E1
(249,210,225)
#F9D9E5
(249,217,229)
#F9E0E9
(249,224,233)
#F9E7ED
(249,231,237)
#F9EEF1
(249,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9A8C9 color. Also use rgb(249,168,201) instead hex code.

Text Font Color

.myTextColor { color: #F9A8C9; }

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

This text font color is #F9A8C9.


Background Color

.myBgColor { background-color: #F9A8C9; }

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

This div background color is #F9A8C9.


Border color

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

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

This div border color is #F9A8C9.


Opacity

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

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

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

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

This text has shadow with #F9A8C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9A8C9 on black background.


Color preview on white background

This text has color #F9A8C9 on white background.



Black color preview on #F9A8C9 background

This text has black color on #F9A8C9 background.


White color preview on #F9A8C9 background

This text has white color on #F9A8C9 background.