COLOR #F2ABBB

HEX: #F2ABBB
RGB: (242,171,187)

Color info

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

RGB color model

#F2ABBB color RGB value is (242,171,187).

  • red value is 242;
  • green value is 171;
  • blue value is 187.
RGB:
(242,171,187)
(95%,67%,73%)

RGB channels and saturation

R 242 of 255 = 95%
G 171 of 255 = 67%
B 187 of 255 = 73%

242
171
187

R + G + B ~ 78%. #F2ABBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 171 + 187 = 600 (100%)
R 242 of 600 ~ 40.33%
G 171 of 600 ~ 28.5%
B 187 of 600 ~ 31.17%

%40.33
%28.5
%31.17

CMYK color model

#F2ABBB color CMYK value is (0,29,23,5).

  • cyan value is 0.00%
  • magenta value is 29.34%
  • yellow value is 22.73%
  • key color value is 5.10%
CMYK:
(0,29,23,5)
C0M29Y23K5 
(0%,29%,23%,5%)
(0.00/0.29/0.23/0.05)	

CMYK percentages

%0
%29.34
%22.73
%5.1

Codes

Color #F2ABBB in popluar color models

F2ABBB
RGB242171187
HSL346°73.20%80.98%
HSB/HSV346°29.34%94.90%
CMYK0.00%29.34%22.73%
5.10%

Color #F2ABBB in popluar number systems.

HEXF2ABBB
Decimal242171187
Binary111100101010101110111011
Octal362253273

Shades and tints

Shades of #F2ABBB

#F2ABBB
(242,171,187)
#DC9CAA
(220,156,170)
#C68D99
(198,141,153)
#B07E88
(176,126,136)
#9A6F77
(154,111,119)
#846066
(132,96,102)
#6E5155
(110,81,85)
#584244
(88,66,68)
#423333
(66,51,51)
#2C2422
(44,36,34)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #F2ABBB

#F2ABBB
(242,171,187)
#F3B2C1
(243,178,193)
#F4B9C7
(244,185,199)
#F5C0CD
(245,192,205)
#F6C7D3
(246,199,211)
#F7CED9
(247,206,217)
#F8D5DF
(248,213,223)
#F9DCE5
(249,220,229)
#FAE3EB
(250,227,235)
#FBEAF1
(251,234,241)
#FCF1F7
(252,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2ABBB color. Also use rgb(242,171,187) instead hex code.

Text Font Color

.myTextColor { color: #F2ABBB; }

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

This text font color is #F2ABBB.


Background Color

.myBgColor { background-color: #F2ABBB; }

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

This div background color is #F2ABBB.


Border color

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

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

This div border color is #F2ABBB.


Opacity

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

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

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

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

This text has shadow with #F2ABBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2ABBB on black background.


Color preview on white background

This text has color #F2ABBB on white background.



Black color preview on #F2ABBB background

This text has black color on #F2ABBB background.


White color preview on #F2ABBB background

This text has white color on #F2ABBB background.