COLOR #F2AFC5

HEX: #F2AFC5
RGB: (242,175,197)

Color info

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

RGB color model

#F2AFC5 color RGB value is (242,175,197).

  • red value is 242;
  • green value is 175;
  • blue value is 197.
RGB:
(242,175,197)
(95%,69%,77%)

RGB channels and saturation

R 242 of 255 = 95%
G 175 of 255 = 69%
B 197 of 255 = 77%

242
175
197

R + G + B ~ 80%. #F2AFC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 175 + 197 = 614 (100%)
R 242 of 614 ~ 39.41%
G 175 of 614 ~ 28.5%
B 197 of 614 ~ 32.08%

%39.41
%28.5
%32.08

CMYK color model

#F2AFC5 color CMYK value is (0,28,19,5).

  • cyan value is 0.00%
  • magenta value is 27.69%
  • yellow value is 18.60%
  • key color value is 5.10%
CMYK:
(0,28,19,5)
C0M28Y19K5 
(0%,28%,19%,5%)
(0.00/0.28/0.19/0.05)	

CMYK percentages

%0
%27.69
%18.6
%5.1

Codes

Color #F2AFC5 in popluar color models

F2AFC5
RGB242175197
HSL340°72.04%81.76%
HSB/HSV340°27.69%94.90%
CMYK0.00%27.69%18.60%
5.10%

Color #F2AFC5 in popluar number systems.

HEXF2AFC5
Decimal242175197
Binary111100101010111111000101
Octal362257305

Shades and tints

Shades of #F2AFC5

#F2AFC5
(242,175,197)
#DCA0B4
(220,160,180)
#C691A3
(198,145,163)
#B08292
(176,130,146)
#9A7381
(154,115,129)
#846470
(132,100,112)
#6E555F
(110,85,95)
#58464E
(88,70,78)
#42373D
(66,55,61)
#2C282C
(44,40,44)
#16191B
(22,25,27)
#000000
(0,0,0)

Tints of #F2AFC5

#F2AFC5
(242,175,197)
#F3B6CA
(243,182,202)
#F4BDCF
(244,189,207)
#F5C4D4
(245,196,212)
#F6CBD9
(246,203,217)
#F7D2DE
(247,210,222)
#F8D9E3
(248,217,227)
#F9E0E8
(249,224,232)
#FAE7ED
(250,231,237)
#FBEEF2
(251,238,242)
#FCF5F7
(252,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2AFC5 color. Also use rgb(242,175,197) instead hex code.

Text Font Color

.myTextColor { color: #F2AFC5; }

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

This text font color is #F2AFC5.


Background Color

.myBgColor { background-color: #F2AFC5; }

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

This div background color is #F2AFC5.


Border color

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

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

This div border color is #F2AFC5.


Opacity

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

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

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

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

This text has shadow with #F2AFC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2AFC5 on black background.


Color preview on white background

This text has color #F2AFC5 on white background.



Black color preview on #F2AFC5 background

This text has black color on #F2AFC5 background.


White color preview on #F2AFC5 background

This text has white color on #F2AFC5 background.