COLOR #F4ACC5

HEX: #F4ACC5
RGB: (244,172,197)

Color info

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

RGB color model

#F4ACC5 color RGB value is (244,172,197).

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

RGB channels and saturation

R 244 of 255 = 96%
G 172 of 255 = 67%
B 197 of 255 = 77%

244
172
197

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

Portions of RGB colors in percentages

R + G + B =
244 + 172 + 197 = 613 (100%)
R 244 of 613 ~ 39.8%
G 172 of 613 ~ 28.06%
B 197 of 613 ~ 32.14%

%39.8
%28.06
%32.14

CMYK color model

#F4ACC5 color CMYK value is (0,30,19,4).

  • cyan value is 0.00%
  • magenta value is 29.51%
  • yellow value is 19.26%
  • key color value is 4.31%
CMYK:
(0,30,19,4)
C0M30Y19K4 
(0%,30%,19%,4%)
(0.00/0.30/0.19/0.04)	

CMYK percentages

%0
%29.51
%19.26
%4.31

Codes

Color #F4ACC5 in popluar color models

F4ACC5
RGB244172197
HSL339°76.60%81.57%
HSB/HSV339°29.51%95.69%
CMYK0.00%29.51%19.26%
4.31%

Color #F4ACC5 in popluar number systems.

HEXF4ACC5
Decimal244172197
Binary111101001010110011000101
Octal364254305

Shades and tints

Shades of #F4ACC5

#F4ACC5
(244,172,197)
#DE9DB4
(222,157,180)
#C88EA3
(200,142,163)
#B27F92
(178,127,146)
#9C7081
(156,112,129)
#866170
(134,97,112)
#70525F
(112,82,95)
#5A434E
(90,67,78)
#44343D
(68,52,61)
#2E252C
(46,37,44)
#18161B
(24,22,27)
#000000
(0,0,0)

Tints of #F4ACC5

#F4ACC5
(244,172,197)
#F5B3CA
(245,179,202)
#F6BACF
(246,186,207)
#F7C1D4
(247,193,212)
#F8C8D9
(248,200,217)
#F9CFDE
(249,207,222)
#FAD6E3
(250,214,227)
#FBDDE8
(251,221,232)
#FCE4ED
(252,228,237)
#FDEBF2
(253,235,242)
#FEF2F7
(254,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4ACC5; }

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

This text font color is #F4ACC5.


Background Color

.myBgColor { background-color: #F4ACC5; }

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

This div background color is #F4ACC5.


Border color

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

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

This div border color is #F4ACC5.


Opacity

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

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

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

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

This text has shadow with #F4ACC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4ACC5 on black background.


Color preview on white background

This text has color #F4ACC5 on white background.



Black color preview on #F4ACC5 background

This text has black color on #F4ACC5 background.


White color preview on #F4ACC5 background

This text has white color on #F4ACC5 background.