COLOR #F2ACB1

HEX: #F2ACB1 RGB: (242,172,177)

Color info

#F2ACB1 contains mainly red color. Web safe color of #F2ACB1 is #FF9999 (or #F99).

RGB color model

#F2ACB1 color RGB value is (242,172,177).

RGB: (242,172,177) (95%, 67%, 69%)

RGB channels and saturation

R 242 of 255 = 95%
G 172 of 255 = 67%
B 177 of 255 = 69%

242
172
177

R + G + B ~ 77%. #F2ACB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 172 + 177 = 591 (100%)
R 242 of 591 ~ 40.95%
G 172 of 591 ~ 29.1%
B 177 of 591 ~ 29.95'%

%40.95
%29.1
%29.95

CMYK color model

#F2ACB1 color CMYK value is (0,29,27,5).

  • cyan value is 0.00%
  • magenta value is 28.93%
  • yellow value is 26.86%
  • key color value is 5.10%

CMYK: (0,29,27,5)
C0M29Y27K5 (0%, 29%, 27%, 5%)
(0.00 / 0.29 / 0.27 / 0.05)

CMYK percentages

%0
%28.93
%26.86
%5.1

Codes

Color #F2ACB1 in popluar color models

F2 AC B1
RGB 242 172 177
HSL 356° 72.92% 81.18%
HSB/HSV 356° 28.93% 94.90%
CMYK 0.00% 28.93% 26.86%
5.10%

Color #F2ACB1 in popluar number systems.

HEX F2 AC B1
Decimal 242 172 177
Binary 11110010 10101100 10110001
Octal 362 254 261

Shades and tints

Shades of #F2ACB1

#F2ACB1
(242,172,177)
#DC9DA1
(220,157,161)
#C68E91
(198,142,145)
#B07F81
(176,127,129)
#9A7071
(154,112,113)
#846161
(132,97,97)
#6E5251
(110,82,81)
#584341
(88,67,65)
#423431
(66,52,49)
#2C2521
(44,37,33)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #F2ACB1

#F2ACB1
(242,172,177)
#F3B3B8
(243,179,184)
#F4BABF
(244,186,191)
#F5C1C6
(245,193,198)
#F6C8CD
(246,200,205)
#F7CFD4
(247,207,212)
#F8D6DB
(248,214,219)
#F9DDE2
(249,221,226)
#FAE4E9
(250,228,233)
#FBEBF0
(251,235,240)
#FCF2F7
(252,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2ACB1 color. Also use rgb(242,172,177) instead hex code.

Text Font Color

.myTextColor { color: #F2ACB1; }

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

This text font color is #F2ACB1.

Background Color

.myBgColor { background-color: #F2ACB1; }

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

This div background color is #F2ACB1.

Border color

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

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

This div border color is #F2ACB1.

Opacity

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

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

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

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

This text has shadow with #F2ACB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2ACB1.

Preview

Color preview on black background

This text has color #F2ACB1 on black background.


Color preview on white background

This text has color #F2ACB1 on white background.


Black color preview on #F2ACB1 background

This text has black color on #F2ACB1 background.


White color preview on #F2ACB1 background

This text has white color on #F2ACB1 background.


Related colors

Complementary color

Complementary color for #hex is #0D534E.


I love getcolorcode.com

Triadic colors

1 #B1F2AC and #ACB1F2 with #F2ACB1 are triadic colors.

2 #B1ACF2 and #ACF2B1 with #F2ACB1 are triadic colors.