COLOR #F2A0DC

HEX: #F2A0DC RGB: (242,160,220)

Color info

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

RGB color model

#F2A0DC color RGB value is (242,160,220).

RGB: (242,160,220) (95%, 63%, 86%)

RGB channels and saturation

R 242 of 255 = 95%
G 160 of 255 = 63%
B 220 of 255 = 86%

242
160
220

R + G + B ~ 81%. #F2A0DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 160 + 220 = 622 (100%)
R 242 of 622 ~ 38.91%
G 160 of 622 ~ 25.72%
B 220 of 622 ~ 35.37'%

%38.91
%25.72
%35.37

CMYK color model

#F2A0DC color CMYK value is (0,34,9,5).

  • cyan value is 0.00%
  • magenta value is 33.88%
  • yellow value is 9.09%
  • key color value is 5.10%

CMYK: (0,34,9,5)
C0M34Y9K5 (0%, 34%, 9%, 5%)
(0.00 / 0.34 / 0.09 / 0.05)

CMYK percentages

%0
%33.88
%9.09
%5.1

Codes

Color #F2A0DC in popluar color models

F2 A0 DC
RGB 242 160 220
HSL 316° 75.93% 78.82%
HSB/HSV 316° 33.88% 94.90%
CMYK 0.00% 33.88% 9.09%
5.10%

Color #F2A0DC in popluar number systems.

HEX F2 A0 DC
Decimal 242 160 220
Binary 11110010 10100000 11011100
Octal 362 240 334

Shades and tints

Shades of #F2A0DC

#F2A0DC
(242,160,220)
#DC92C8
(220,146,200)
#C684B4
(198,132,180)
#B076A0
(176,118,160)
#9A688C
(154,104,140)
#845A78
(132,90,120)
#6E4C64
(110,76,100)
#583E50
(88,62,80)
#42303C
(66,48,60)
#2C2228
(44,34,40)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #F2A0DC

#F2A0DC
(242,160,220)
#F3A8DF
(243,168,223)
#F4B0E2
(244,176,226)
#F5B8E5
(245,184,229)
#F6C0E8
(246,192,232)
#F7C8EB
(247,200,235)
#F8D0EE
(248,208,238)
#F9D8F1
(249,216,241)
#FAE0F4
(250,224,244)
#FBE8F7
(251,232,247)
#FCF0FA
(252,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2A0DC; }

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

This text font color is #F2A0DC.

Background Color

.myBgColor { background-color: #F2A0DC; }

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

This div background color is #F2A0DC.

Border color

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

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

This div border color is #F2A0DC.

Opacity

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

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

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

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

This text has shadow with #F2A0DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2A0DC.

Preview

Color preview on black background

This text has color #F2A0DC on black background.


Color preview on white background

This text has color #F2A0DC on white background.


Black color preview on #F2A0DC background

This text has black color on #F2A0DC background.


White color preview on #F2A0DC background

This text has white color on #F2A0DC background.


Related colors

Complementary color

Complementary color for #hex is #0D5F23.


I love getcolorcode.com

Triadic colors

1 #DCF2A0 and #A0DCF2 with #F2A0DC are triadic colors.

2 #DCA0F2 and #A0F2DC with #F2A0DC are triadic colors.