COLOR #F6ABAB

HEX: #F6ABAB
RGB: (246,171,171)

Color info

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

RGB color model

#F6ABAB color RGB value is (246,171,171).

  • red value is 246;
  • green value is 171;
  • blue value is 171.
RGB:
(246,171,171)
(96%,67%,67%)

RGB channels and saturation

R 246 of 255 = 96%
G 171 of 255 = 67%
B 171 of 255 = 67%

246
171
171

R + G + B ~ 77%. #F6ABAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 171 + 171 = 588 (100%)
R 246 of 588 ~ 41.84%
G 171 of 588 ~ 29.08%
B 171 of 588 ~ 29.08%

%41.84
%29.08
%29.08

CMYK color model

#F6ABAB color CMYK value is (0,30,30,4).

  • cyan value is 0.00%
  • magenta value is 30.49%
  • yellow value is 30.49%
  • key color value is 3.53%
CMYK:
(0,30,30,4)
C0M30Y30K4 
(0%,30%,30%,4%)
(0.00/0.30/0.30/0.04)	

CMYK percentages

%0
%30.49
%30.49
%3.53

Codes

Color #F6ABAB in popluar color models

F6ABAB
RGB246171171
HSL80.65%81.76%
HSB/HSV30.49%96.47%
CMYK0.00%30.49%30.49%
3.53%

Color #F6ABAB in popluar number systems.

HEXF6ABAB
Decimal246171171
Binary111101101010101110101011
Octal366253253

Shades and tints

Shades of #F6ABAB

#F6ABAB
(246,171,171)
#E09C9C
(224,156,156)
#CA8D8D
(202,141,141)
#B47E7E
(180,126,126)
#9E6F6F
(158,111,111)
#886060
(136,96,96)
#725151
(114,81,81)
#5C4242
(92,66,66)
#463333
(70,51,51)
#302424
(48,36,36)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #F6ABAB

#F6ABAB
(246,171,171)
#F6B2B2
(246,178,178)
#F6B9B9
(246,185,185)
#F6C0C0
(246,192,192)
#F6C7C7
(246,199,199)
#F6CECE
(246,206,206)
#F6D5D5
(246,213,213)
#F6DCDC
(246,220,220)
#F6E3E3
(246,227,227)
#F6EAEA
(246,234,234)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6ABAB; }

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

This text font color is #F6ABAB.


Background Color

.myBgColor { background-color: #F6ABAB; }

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

This div background color is #F6ABAB.


Border color

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

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

This div border color is #F6ABAB.


Opacity

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

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

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

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

This text has shadow with #F6ABAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6ABAB on black background.


Color preview on white background

This text has color #F6ABAB on white background.



Black color preview on #F6ABAB background

This text has black color on #F6ABAB background.


White color preview on #F6ABAB background

This text has white color on #F6ABAB background.