COLOR #F2ABA6

HEX: #F2ABA6
RGB: (242,171,166)

Color info

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

RGB color model

#F2ABA6 color RGB value is (242,171,166).

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

RGB channels and saturation

R 242 of 255 = 95%
G 171 of 255 = 67%
B 166 of 255 = 65%

242
171
166

R + G + B ~ 76%. #F2ABA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 171 + 166 = 579 (100%)
R 242 of 579 ~ 41.8%
G 171 of 579 ~ 29.53%
B 166 of 579 ~ 28.67%

%41.8
%29.53
%28.67

CMYK color model

#F2ABA6 color CMYK value is (0,29,31,5).

  • cyan value is 0.00%
  • magenta value is 29.34%
  • yellow value is 31.40%
  • key color value is 5.10%
CMYK:
(0,29,31,5)
C0M29Y31K5 
(0%,29%,31%,5%)
(0.00/0.29/0.31/0.05)	

CMYK percentages

%0
%29.34
%31.4
%5.1

Codes

Color #F2ABA6 in popluar color models

F2ABA6
RGB242171166
HSL74.51%80.00%
HSB/HSV31.40%94.90%
CMYK0.00%29.34%31.40%
5.10%

Color #F2ABA6 in popluar number systems.

HEXF2ABA6
Decimal242171166
Binary111100101010101110100110
Octal362253246

Shades and tints

Shades of #F2ABA6

#F2ABA6
(242,171,166)
#DC9C97
(220,156,151)
#C68D88
(198,141,136)
#B07E79
(176,126,121)
#9A6F6A
(154,111,106)
#84605B
(132,96,91)
#6E514C
(110,81,76)
#58423D
(88,66,61)
#42332E
(66,51,46)
#2C241F
(44,36,31)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #F2ABA6

#F2ABA6
(242,171,166)
#F3B2AE
(243,178,174)
#F4B9B6
(244,185,182)
#F5C0BE
(245,192,190)
#F6C7C6
(246,199,198)
#F7CECE
(247,206,206)
#F8D5D6
(248,213,214)
#F9DCDE
(249,220,222)
#FAE3E6
(250,227,230)
#FBEAEE
(251,234,238)
#FCF1F6
(252,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2ABA6; }

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

This text font color is #F2ABA6.


Background Color

.myBgColor { background-color: #F2ABA6; }

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

This div background color is #F2ABA6.


Border color

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

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

This div border color is #F2ABA6.


Opacity

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

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

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

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

This text has shadow with #F2ABA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2ABA6 on black background.


Color preview on white background

This text has color #F2ABA6 on white background.



Black color preview on #F2ABA6 background

This text has black color on #F2ABA6 background.


White color preview on #F2ABA6 background

This text has white color on #F2ABA6 background.