COLOR #F2A0CC

HEX: #F2A0CC
RGB: (242,160,204)

Color info

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

RGB color model

#F2A0CC color RGB value is (242,160,204).

  • red value is 242;
  • green value is 160;
  • blue value is 204.
RGB:
(242,160,204)
(95%,63%,80%)

RGB channels and saturation

R 242 of 255 = 95%
G 160 of 255 = 63%
B 204 of 255 = 80%

242
160
204

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

Portions of RGB colors in percentages

R + G + B =
242 + 160 + 204 = 606 (100%)
R 242 of 606 ~ 39.93%
G 160 of 606 ~ 26.4%
B 204 of 606 ~ 33.66%

%39.93
%26.4
%33.66

CMYK color model

#F2A0CC color CMYK value is (0,34,16,5).

  • cyan value is 0.00%
  • magenta value is 33.88%
  • yellow value is 15.70%
  • key color value is 5.10%
CMYK:
(0,34,16,5)
C0M34Y16K5 
(0%,34%,16%,5%)
(0.00/0.34/0.16/0.05)	

CMYK percentages

%0
%33.88
%15.7
%5.1

Codes

Color #F2A0CC in popluar color models

F2A0CC
RGB242160204
HSL328°75.93%78.82%
HSB/HSV328°33.88%94.90%
CMYK0.00%33.88%15.70%
5.10%

Color #F2A0CC in popluar number systems.

HEXF2A0CC
Decimal242160204
Binary111100101010000011001100
Octal362240314

Shades and tints

Shades of #F2A0CC

#F2A0CC
(242,160,204)
#DC92BA
(220,146,186)
#C684A8
(198,132,168)
#B07696
(176,118,150)
#9A6884
(154,104,132)
#845A72
(132,90,114)
#6E4C60
(110,76,96)
#583E4E
(88,62,78)
#42303C
(66,48,60)
#2C222A
(44,34,42)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #F2A0CC

#F2A0CC
(242,160,204)
#F3A8D0
(243,168,208)
#F4B0D4
(244,176,212)
#F5B8D8
(245,184,216)
#F6C0DC
(246,192,220)
#F7C8E0
(247,200,224)
#F8D0E4
(248,208,228)
#F9D8E8
(249,216,232)
#FAE0EC
(250,224,236)
#FBE8F0
(251,232,240)
#FCF0F4
(252,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2A0CC color. Also use rgb(242,160,204) instead hex code.

Text Font Color

.myTextColor { color: #F2A0CC; }

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

This text font color is #F2A0CC.


Background Color

.myBgColor { background-color: #F2A0CC; }

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

This div background color is #F2A0CC.


Border color

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

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

This div border color is #F2A0CC.


Opacity

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

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

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

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

This text has shadow with #F2A0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2A0CC on black background.


Color preview on white background

This text has color #F2A0CC on white background.



Black color preview on #F2A0CC background

This text has black color on #F2A0CC background.


White color preview on #F2A0CC background

This text has white color on #F2A0CC background.