COLOR #F2A7DF

HEX: #F2A7DF RGB: (242,167,223)

Color info

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

RGB color model

#F2A7DF color RGB value is (242,167,223).

RGB: (242,167,223) (95%, 65%, 87%)

RGB channels and saturation

R 242 of 255 = 95%
G 167 of 255 = 65%
B 223 of 255 = 87%

242
167
223

R + G + B ~ 82%. #F2A7DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 167 + 223 = 632 (100%)
R 242 of 632 ~ 38.29%
G 167 of 632 ~ 26.42%
B 223 of 632 ~ 35.28'%

%38.29
%26.42
%35.28

CMYK color model

#F2A7DF color CMYK value is (0,31,8,5).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 7.85%
  • key color value is 5.10%
CMYK: (0,31,8,5) C0M31Y8K5 (0%,31%,8%,5%) (0.00/0.31/0.08/0.05) 

CMYK percentages

%0
%30.99
%7.85
%5.1

Codes

Color #F2A7DF in popluar color models

F2 A7 DF
RGB 242 167 223
HSL 315° 74.26% 80.20%
HSB/HSV 315° 30.99% 94.90%
CMYK 0.00% 30.99% 7.85%
5.10%

Color #F2A7DF in popluar number systems.

HEX F2 A7 DF
Decimal 242 167 223
Binary 11110010 10100111 11011111
Octal 362 247 337

Shades and tints

Shades of #F2A7DF

#F2A7DF
(242,167,223)
#DC98CB
(220,152,203)
#C689B7
(198,137,183)
#B07AA3
(176,122,163)
#9A6B8F
(154,107,143)
#845C7B
(132,92,123)
#6E4D67
(110,77,103)
#583E53
(88,62,83)
#422F3F
(66,47,63)
#2C202B
(44,32,43)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #F2A7DF

#F2A7DF
(242,167,223)
#F3AFE1
(243,175,225)
#F4B7E3
(244,183,227)
#F5BFE5
(245,191,229)
#F6C7E7
(246,199,231)
#F7CFE9
(247,207,233)
#F8D7EB
(248,215,235)
#F9DFED
(249,223,237)
#FAE7EF
(250,231,239)
#FBEFF1
(251,239,241)
#FCF7F3
(252,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2A7DF color. Also use rgb(242,167,223) instead hex code.

Text Font Color

.myTextColor { color: #F2A7DF; }

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

This text font color is #F2A7DF.

Background Color

.myBgColor { background-color: #F2A7DF; }

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

This div background color is #F2A7DF.

Border color

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

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

This div border color is #F2A7DF.

Opacity

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

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

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

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

This text has shadow with #F2A7DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2A7DF.

Preview

Color preview on black background

This text has color #F2A7DF on black background.


Color preview on white background

This text has color #F2A7DF on white background.


Black color preview on #F2A7DF background

This text has black color on #F2A7DF background.


White color preview on #F2A7DF background

This text has white color on #F2A7DF background.


Related colors

Complementary color

Complementary color for #hex is #0D5820.


I love getcolorcode.com

Triadic colors

1 #DFF2A7 and #A7DFF2 with #F2A7DF are triadic colors.

2 #DFA7F2 and #A7F2DF with #F2A7DF are triadic colors.