COLOR #F4A6C5

HEX: #F4A6C5
RGB: (244,166,197)

Color info

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

RGB color model

#F4A6C5 color RGB value is (244,166,197).

  • red value is 244;
  • green value is 166;
  • blue value is 197.
RGB:
(244,166,197)
(96%,65%,77%)

RGB channels and saturation

R 244 of 255 = 96%
G 166 of 255 = 65%
B 197 of 255 = 77%

244
166
197

R + G + B ~ 79%. #F4A6C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 166 + 197 = 607 (100%)
R 244 of 607 ~ 40.2%
G 166 of 607 ~ 27.35%
B 197 of 607 ~ 32.45%

%40.2
%27.35
%32.45

CMYK color model

#F4A6C5 color CMYK value is (0,32,19,4).

  • cyan value is 0.00%
  • magenta value is 31.97%
  • yellow value is 19.26%
  • key color value is 4.31%
CMYK:
(0,32,19,4)
C0M32Y19K4 
(0%,32%,19%,4%)
(0.00/0.32/0.19/0.04)	

CMYK percentages

%0
%31.97
%19.26
%4.31

Codes

Color #F4A6C5 in popluar color models

F4A6C5
RGB244166197
HSL336°78.00%80.39%
HSB/HSV336°31.97%95.69%
CMYK0.00%31.97%19.26%
4.31%

Color #F4A6C5 in popluar number systems.

HEXF4A6C5
Decimal244166197
Binary111101001010011011000101
Octal364246305

Shades and tints

Shades of #F4A6C5

#F4A6C5
(244,166,197)
#DE97B4
(222,151,180)
#C888A3
(200,136,163)
#B27992
(178,121,146)
#9C6A81
(156,106,129)
#865B70
(134,91,112)
#704C5F
(112,76,95)
#5A3D4E
(90,61,78)
#442E3D
(68,46,61)
#2E1F2C
(46,31,44)
#18101B
(24,16,27)
#000000
(0,0,0)

Tints of #F4A6C5

#F4A6C5
(244,166,197)
#F5AECA
(245,174,202)
#F6B6CF
(246,182,207)
#F7BED4
(247,190,212)
#F8C6D9
(248,198,217)
#F9CEDE
(249,206,222)
#FAD6E3
(250,214,227)
#FBDEE8
(251,222,232)
#FCE6ED
(252,230,237)
#FDEEF2
(253,238,242)
#FEF6F7
(254,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4A6C5 color. Also use rgb(244,166,197) instead hex code.

Text Font Color

.myTextColor { color: #F4A6C5; }

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

This text font color is #F4A6C5.


Background Color

.myBgColor { background-color: #F4A6C5; }

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

This div background color is #F4A6C5.


Border color

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

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

This div border color is #F4A6C5.


Opacity

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

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

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

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

This text has shadow with #F4A6C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4A6C5 on black background.


Color preview on white background

This text has color #F4A6C5 on white background.



Black color preview on #F4A6C5 background

This text has black color on #F4A6C5 background.


White color preview on #F4A6C5 background

This text has white color on #F4A6C5 background.