COLOR #F4ACAC

HEX: #F4ACAC
RGB: (244,172,172)

Color info

#F4ACAC contains mainly red color. Web safe color of #F4ACAC is #FF9999 (or #F99).

RGB color model

#F4ACAC color RGB value is (244,172,172).

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

RGB channels and saturation

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

244
172
172

R + G + B ~ 77%. #F4ACAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 172 + 172 = 588 (100%)
R 244 of 588 ~ 41.5%
G 172 of 588 ~ 29.25%
B 172 of 588 ~ 29.25%

%41.5
%29.25
%29.25

CMYK color model

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

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

CMYK percentages

%0
%29.51
%29.51
%4.31

Codes

Color #F4ACAC in popluar color models

F4ACAC
RGB244172172
HSL76.60%81.57%
HSB/HSV29.51%95.69%
CMYK0.00%29.51%29.51%
4.31%

Color #F4ACAC in popluar number systems.

HEXF4ACAC
Decimal244172172
Binary111101001010110010101100
Octal364254254

Shades and tints

Shades of #F4ACAC

#F4ACAC
(244,172,172)
#DE9D9D
(222,157,157)
#C88E8E
(200,142,142)
#B27F7F
(178,127,127)
#9C7070
(156,112,112)
#866161
(134,97,97)
#705252
(112,82,82)
#5A4343
(90,67,67)
#443434
(68,52,52)
#2E2525
(46,37,37)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #F4ACAC

#F4ACAC
(244,172,172)
#F5B3B3
(245,179,179)
#F6BABA
(246,186,186)
#F7C1C1
(247,193,193)
#F8C8C8
(248,200,200)
#F9CFCF
(249,207,207)
#FAD6D6
(250,214,214)
#FBDDDD
(251,221,221)
#FCE4E4
(252,228,228)
#FDEBEB
(253,235,235)
#FEF2F2
(254,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4ACAC; }

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

This text font color is #F4ACAC.


Background Color

.myBgColor { background-color: #F4ACAC; }

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

This div background color is #F4ACAC.


Border color

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

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

This div border color is #F4ACAC.


Opacity

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

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

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

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

This text has shadow with #F4ACAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4ACAC on black background.


Color preview on white background

This text has color #F4ACAC on white background.



Black color preview on #F4ACAC background

This text has black color on #F4ACAC background.


White color preview on #F4ACAC background

This text has white color on #F4ACAC background.