COLOR #F2A4BC

HEX: #F2A4BC
RGB: (242,164,188)

Color info

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

RGB color model

#F2A4BC color RGB value is (242,164,188).

  • red value is 242;
  • green value is 164;
  • blue value is 188.
RGB:
(242,164,188)
(95%,64%,74%)

RGB channels and saturation

R 242 of 255 = 95%
G 164 of 255 = 64%
B 188 of 255 = 74%

242
164
188

R + G + B ~ 78%. #F2A4BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 164 + 188 = 594 (100%)
R 242 of 594 ~ 40.74%
G 164 of 594 ~ 27.61%
B 188 of 594 ~ 31.65%

%40.74
%27.61
%31.65

CMYK color model

#F2A4BC color CMYK value is (0,32,22,5).

  • cyan value is 0.00%
  • magenta value is 32.23%
  • yellow value is 22.31%
  • key color value is 5.10%
CMYK:
(0,32,22,5)
C0M32Y22K5 
(0%,32%,22%,5%)
(0.00/0.32/0.22/0.05)	

CMYK percentages

%0
%32.23
%22.31
%5.1

Codes

Color #F2A4BC in popluar color models

F2A4BC
RGB242164188
HSL342°75.00%79.61%
HSB/HSV342°32.23%94.90%
CMYK0.00%32.23%22.31%
5.10%

Color #F2A4BC in popluar number systems.

HEXF2A4BC
Decimal242164188
Binary111100101010010010111100
Octal362244274

Shades and tints

Shades of #F2A4BC

#F2A4BC
(242,164,188)
#DC96AB
(220,150,171)
#C6889A
(198,136,154)
#B07A89
(176,122,137)
#9A6C78
(154,108,120)
#845E67
(132,94,103)
#6E5056
(110,80,86)
#584245
(88,66,69)
#423434
(66,52,52)
#2C2623
(44,38,35)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #F2A4BC

#F2A4BC
(242,164,188)
#F3ACC2
(243,172,194)
#F4B4C8
(244,180,200)
#F5BCCE
(245,188,206)
#F6C4D4
(246,196,212)
#F7CCDA
(247,204,218)
#F8D4E0
(248,212,224)
#F9DCE6
(249,220,230)
#FAE4EC
(250,228,236)
#FBECF2
(251,236,242)
#FCF4F8
(252,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2A4BC color. Also use rgb(242,164,188) instead hex code.

Text Font Color

.myTextColor { color: #F2A4BC; }

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

This text font color is #F2A4BC.


Background Color

.myBgColor { background-color: #F2A4BC; }

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

This div background color is #F2A4BC.


Border color

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

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

This div border color is #F2A4BC.


Opacity

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

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

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

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

This text has shadow with #F2A4BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2A4BC on black background.


Color preview on white background

This text has color #F2A4BC on white background.



Black color preview on #F2A4BC background

This text has black color on #F2A4BC background.


White color preview on #F2A4BC background

This text has white color on #F2A4BC background.