COLOR #F0ABAB

HEX: #F0ABAB RGB: (240,171,171)

Color info

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

RGB color model

#F0ABAB color RGB value is (240,171,171).

RGB: (240,171,171) (94%, 67%, 67%)

RGB channels and saturation

R 240 of 255 = 94%
G 171 of 255 = 67%
B 171 of 255 = 67%

240
171
171

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

Portions of RGB colors in percentages

R + G + B = 240 + 171 + 171 = 582 (100%)
R 240 of 582 ~ 41.24%
G 171 of 582 ~ 29.38%
B 171 of 582 ~ 29.38'%

%41.24
%29.38
%29.38

CMYK color model

#F0ABAB color CMYK value is (0,29,29,6).

  • cyan value is 0.00%
  • magenta value is 28.75%
  • yellow value is 28.75%
  • key color value is 5.88%
CMYK: (0,29,29,6) C0M29Y29K6 (0%,29%,29%,6%) (0.00/0.29/0.29/0.06) 

CMYK percentages

%0
%28.75
%28.75
%5.88

Codes

Color #F0ABAB in popluar color models

F0 AB AB
RGB 240 171 171
HSL 69.70% 80.59%
HSB/HSV 28.75% 94.12%
CMYK 0.00% 28.75% 28.75%
5.88%

Color #F0ABAB in popluar number systems.

HEX F0 AB AB
Decimal 240 171 171
Binary 11110000 10101011 10101011
Octal 360 253 253

Shades and tints

Shades of #F0ABAB

#F0ABAB
(240,171,171)
#DB9C9C
(219,156,156)
#C68D8D
(198,141,141)
#B17E7E
(177,126,126)
#9C6F6F
(156,111,111)
#876060
(135,96,96)
#725151
(114,81,81)
#5D4242
(93,66,66)
#483333
(72,51,51)
#332424
(51,36,36)
#1E1515
(30,21,21)
#000000
(0,0,0)

Tints of #F0ABAB

#F0ABAB
(240,171,171)
#F1B2B2
(241,178,178)
#F2B9B9
(242,185,185)
#F3C0C0
(243,192,192)
#F4C7C7
(244,199,199)
#F5CECE
(245,206,206)
#F6D5D5
(246,213,213)
#F7DCDC
(247,220,220)
#F8E3E3
(248,227,227)
#F9EAEA
(249,234,234)
#FAF1F1
(250,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0ABAB; }

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

This text font color is #F0ABAB.

Background Color

.myBgColor { background-color: #F0ABAB; }

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

This div background color is #F0ABAB.

Border color

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

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

This div border color is #F0ABAB.

Opacity

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

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

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

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

This text has shadow with #F0ABAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0ABAB.

Preview

Color preview on black background

This text has color #F0ABAB on black background.


Color preview on white background

This text has color #F0ABAB on white background.


Black color preview on #F0ABAB background

This text has black color on #F0ABAB background.


White color preview on #F0ABAB background

This text has white color on #F0ABAB background.


Related colors

Complementary color

Complementary color for #hex is #0F5454.


I love getcolorcode.com