COLOR #F4A9C7

HEX: #F4A9C7
RGB: (244,169,199)

Color info

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

RGB color model

#F4A9C7 color RGB value is (244,169,199).

  • red value is 244;
  • green value is 169;
  • blue value is 199.
RGB:
(244,169,199)
(96%,66%,78%)

RGB channels and saturation

R 244 of 255 = 96%
G 169 of 255 = 66%
B 199 of 255 = 78%

244
169
199

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

Portions of RGB colors in percentages

R + G + B =
244 + 169 + 199 = 612 (100%)
R 244 of 612 ~ 39.87%
G 169 of 612 ~ 27.61%
B 199 of 612 ~ 32.52%

%39.87
%27.61
%32.52

CMYK color model

#F4A9C7 color CMYK value is (0,31,18,4).

  • cyan value is 0.00%
  • magenta value is 30.74%
  • yellow value is 18.44%
  • key color value is 4.31%
CMYK:
(0,31,18,4)
C0M31Y18K4 
(0%,31%,18%,4%)
(0.00/0.31/0.18/0.04)	

CMYK percentages

%0
%30.74
%18.44
%4.31

Codes

Color #F4A9C7 in popluar color models

F4A9C7
RGB244169199
HSL336°77.32%80.98%
HSB/HSV336°30.74%95.69%
CMYK0.00%30.74%18.44%
4.31%

Color #F4A9C7 in popluar number systems.

HEXF4A9C7
Decimal244169199
Binary111101001010100111000111
Octal364251307

Shades and tints

Shades of #F4A9C7

#F4A9C7
(244,169,199)
#DE9AB5
(222,154,181)
#C88BA3
(200,139,163)
#B27C91
(178,124,145)
#9C6D7F
(156,109,127)
#865E6D
(134,94,109)
#704F5B
(112,79,91)
#5A4049
(90,64,73)
#443137
(68,49,55)
#2E2225
(46,34,37)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #F4A9C7

#F4A9C7
(244,169,199)
#F5B0CC
(245,176,204)
#F6B7D1
(246,183,209)
#F7BED6
(247,190,214)
#F8C5DB
(248,197,219)
#F9CCE0
(249,204,224)
#FAD3E5
(250,211,229)
#FBDAEA
(251,218,234)
#FCE1EF
(252,225,239)
#FDE8F4
(253,232,244)
#FEEFF9
(254,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4A9C7 color. Also use rgb(244,169,199) instead hex code.

Text Font Color

.myTextColor { color: #F4A9C7; }

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

This text font color is #F4A9C7.


Background Color

.myBgColor { background-color: #F4A9C7; }

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

This div background color is #F4A9C7.


Border color

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

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

This div border color is #F4A9C7.


Opacity

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

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

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

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

This text has shadow with #F4A9C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4A9C7 on black background.


Color preview on white background

This text has color #F4A9C7 on white background.



Black color preview on #F4A9C7 background

This text has black color on #F4A9C7 background.


White color preview on #F4A9C7 background

This text has white color on #F4A9C7 background.