COLOR #F2ACB0

HEX: #F2ACB0
RGB: (242,172,176)

Color info

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

RGB color model

#F2ACB0 color RGB value is (242,172,176).

  • red value is 242;
  • green value is 172;
  • blue value is 176.
RGB:
(242,172,176)
(95%,67%,69%)

RGB channels and saturation

R 242 of 255 = 95%
G 172 of 255 = 67%
B 176 of 255 = 69%

242
172
176

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

Portions of RGB colors in percentages

R + G + B =
242 + 172 + 176 = 590 (100%)
R 242 of 590 ~ 41.02%
G 172 of 590 ~ 29.15%
B 176 of 590 ~ 29.83%

%41.02
%29.15
%29.83

CMYK color model

#F2ACB0 color CMYK value is (0,29,27,5).

  • cyan value is 0.00%
  • magenta value is 28.93%
  • yellow value is 27.27%
  • key color value is 5.10%
CMYK:
(0,29,27,5)
C0M29Y27K5 
(0%,29%,27%,5%)
(0.00/0.29/0.27/0.05)	

CMYK percentages

%0
%28.93
%27.27
%5.1

Codes

Color #F2ACB0 in popluar color models

F2ACB0
RGB242172176
HSL357°72.92%81.18%
HSB/HSV357°28.93%94.90%
CMYK0.00%28.93%27.27%
5.10%

Color #F2ACB0 in popluar number systems.

HEXF2ACB0
Decimal242172176
Binary111100101010110010110000
Octal362254260

Shades and tints

Shades of #F2ACB0

#F2ACB0
(242,172,176)
#DC9DA0
(220,157,160)
#C68E90
(198,142,144)
#B07F80
(176,127,128)
#9A7070
(154,112,112)
#846160
(132,97,96)
#6E5250
(110,82,80)
#584340
(88,67,64)
#423430
(66,52,48)
#2C2520
(44,37,32)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #F2ACB0

#F2ACB0
(242,172,176)
#F3B3B7
(243,179,183)
#F4BABE
(244,186,190)
#F5C1C5
(245,193,197)
#F6C8CC
(246,200,204)
#F7CFD3
(247,207,211)
#F8D6DA
(248,214,218)
#F9DDE1
(249,221,225)
#FAE4E8
(250,228,232)
#FBEBEF
(251,235,239)
#FCF2F6
(252,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2ACB0; }

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

This text font color is #F2ACB0.


Background Color

.myBgColor { background-color: #F2ACB0; }

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

This div background color is #F2ACB0.


Border color

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

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

This div border color is #F2ACB0.


Opacity

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

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

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

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

This text has shadow with #F2ACB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2ACB0 on black background.


Color preview on white background

This text has color #F2ACB0 on white background.



Black color preview on #F2ACB0 background

This text has black color on #F2ACB0 background.


White color preview on #F2ACB0 background

This text has white color on #F2ACB0 background.