COLOR #F2ABCA

HEX: #F2ABCA
RGB: (242,171,202)

Color info

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

RGB color model

#F2ABCA color RGB value is (242,171,202).

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

RGB channels and saturation

R 242 of 255 = 95%
G 171 of 255 = 67%
B 202 of 255 = 79%

242
171
202

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

Portions of RGB colors in percentages

R + G + B =
242 + 171 + 202 = 615 (100%)
R 242 of 615 ~ 39.35%
G 171 of 615 ~ 27.8%
B 202 of 615 ~ 32.85%

%39.35
%27.8
%32.85

CMYK color model

#F2ABCA color CMYK value is (0,29,17,5).

  • cyan value is 0.00%
  • magenta value is 29.34%
  • yellow value is 16.53%
  • key color value is 5.10%
CMYK:
(0,29,17,5)
C0M29Y17K5 
(0%,29%,17%,5%)
(0.00/0.29/0.17/0.05)	

CMYK percentages

%0
%29.34
%16.53
%5.1

Codes

Color #F2ABCA in popluar color models

F2ABCA
RGB242171202
HSL334°73.20%80.98%
HSB/HSV334°29.34%94.90%
CMYK0.00%29.34%16.53%
5.10%

Color #F2ABCA in popluar number systems.

HEXF2ABCA
Decimal242171202
Binary111100101010101111001010
Octal362253312

Shades and tints

Shades of #F2ABCA

#F2ABCA
(242,171,202)
#DC9CB8
(220,156,184)
#C68DA6
(198,141,166)
#B07E94
(176,126,148)
#9A6F82
(154,111,130)
#846070
(132,96,112)
#6E515E
(110,81,94)
#58424C
(88,66,76)
#42333A
(66,51,58)
#2C2428
(44,36,40)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #F2ABCA

#F2ABCA
(242,171,202)
#F3B2CE
(243,178,206)
#F4B9D2
(244,185,210)
#F5C0D6
(245,192,214)
#F6C7DA
(246,199,218)
#F7CEDE
(247,206,222)
#F8D5E2
(248,213,226)
#F9DCE6
(249,220,230)
#FAE3EA
(250,227,234)
#FBEAEE
(251,234,238)
#FCF1F2
(252,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2ABCA; }

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

This text font color is #F2ABCA.


Background Color

.myBgColor { background-color: #F2ABCA; }

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

This div background color is #F2ABCA.


Border color

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

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

This div border color is #F2ABCA.


Opacity

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

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

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

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

This text has shadow with #F2ABCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2ABCA on black background.


Color preview on white background

This text has color #F2ABCA on white background.



Black color preview on #F2ABCA background

This text has black color on #F2ABCA background.


White color preview on #F2ABCA background

This text has white color on #F2ABCA background.