COLOR #F2ABA8

HEX: #F2ABA8
RGB: (242,171,168)

Color info

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

RGB color model

#F2ABA8 color RGB value is (242,171,168).

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

RGB channels and saturation

R 242 of 255 = 95%
G 171 of 255 = 67%
B 168 of 255 = 66%

242
171
168

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

Portions of RGB colors in percentages

R + G + B =
242 + 171 + 168 = 581 (100%)
R 242 of 581 ~ 41.65%
G 171 of 581 ~ 29.43%
B 168 of 581 ~ 28.92%

%41.65
%29.43
%28.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.34%
  • yellow value is 30.58%
  • 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
%30.58
%5.1

Codes

Color #F2ABA8 in popluar color models

F2ABA8
RGB242171168
HSL74.00%80.39%
HSB/HSV30.58%94.90%
CMYK0.00%29.34%30.58%
5.10%

Color #F2ABA8 in popluar number systems.

HEXF2ABA8
Decimal242171168
Binary111100101010101110101000
Octal362253250

Shades and tints

Shades of #F2ABA8

#F2ABA8
(242,171,168)
#DC9C99
(220,156,153)
#C68D8A
(198,141,138)
#B07E7B
(176,126,123)
#9A6F6C
(154,111,108)
#84605D
(132,96,93)
#6E514E
(110,81,78)
#58423F
(88,66,63)
#423330
(66,51,48)
#2C2421
(44,36,33)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #F2ABA8

#F2ABA8
(242,171,168)
#F3B2AF
(243,178,175)
#F4B9B6
(244,185,182)
#F5C0BD
(245,192,189)
#F6C7C4
(246,199,196)
#F7CECB
(247,206,203)
#F8D5D2
(248,213,210)
#F9DCD9
(249,220,217)
#FAE3E0
(250,227,224)
#FBEAE7
(251,234,231)
#FCF1EE
(252,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2ABA8; }

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

This text font color is #F2ABA8.


Background Color

.myBgColor { background-color: #F2ABA8; }

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

This div background color is #F2ABA8.


Border color

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

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

This div border color is #F2ABA8.


Opacity

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

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

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

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

This text has shadow with #F2ABA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2ABA8 on black background.


Color preview on white background

This text has color #F2ABA8 on white background.



Black color preview on #F2ABA8 background

This text has black color on #F2ABA8 background.


White color preview on #F2ABA8 background

This text has white color on #F2ABA8 background.