COLOR #F6AAB0

HEX: #F6AAB0
RGB: (246,170,176)

Color info

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

RGB color model

#F6AAB0 color RGB value is (246,170,176).

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

RGB channels and saturation

R 246 of 255 = 96%
G 170 of 255 = 67%
B 176 of 255 = 69%

246
170
176

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

Portions of RGB colors in percentages

R + G + B =
246 + 170 + 176 = 592 (100%)
R 246 of 592 ~ 41.55%
G 170 of 592 ~ 28.72%
B 176 of 592 ~ 29.73%

%41.55
%28.72
%29.73

CMYK color model

#F6AAB0 color CMYK value is (0,31,28,4).

  • cyan value is 0.00%
  • magenta value is 30.89%
  • yellow value is 28.46%
  • key color value is 3.53%
CMYK:
(0,31,28,4)
C0M31Y28K4 
(0%,31%,28%,4%)
(0.00/0.31/0.28/0.04)	

CMYK percentages

%0
%30.89
%28.46
%3.53

Codes

Color #F6AAB0 in popluar color models

F6AAB0
RGB246170176
HSL355°80.85%81.57%
HSB/HSV355°30.89%96.47%
CMYK0.00%30.89%28.46%
3.53%

Color #F6AAB0 in popluar number systems.

HEXF6AAB0
Decimal246170176
Binary111101101010101010110000
Octal366252260

Shades and tints

Shades of #F6AAB0

#F6AAB0
(246,170,176)
#E09BA0
(224,155,160)
#CA8C90
(202,140,144)
#B47D80
(180,125,128)
#9E6E70
(158,110,112)
#885F60
(136,95,96)
#725050
(114,80,80)
#5C4140
(92,65,64)
#463230
(70,50,48)
#302320
(48,35,32)
#1A1410
(26,20,16)
#000000
(0,0,0)

Tints of #F6AAB0

#F6AAB0
(246,170,176)
#F6B1B7
(246,177,183)
#F6B8BE
(246,184,190)
#F6BFC5
(246,191,197)
#F6C6CC
(246,198,204)
#F6CDD3
(246,205,211)
#F6D4DA
(246,212,218)
#F6DBE1
(246,219,225)
#F6E2E8
(246,226,232)
#F6E9EF
(246,233,239)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6AAB0; }

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

This text font color is #F6AAB0.


Background Color

.myBgColor { background-color: #F6AAB0; }

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

This div background color is #F6AAB0.


Border color

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

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

This div border color is #F6AAB0.


Opacity

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

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

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

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

This text has shadow with #F6AAB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6AAB0 on black background.


Color preview on white background

This text has color #F6AAB0 on white background.



Black color preview on #F6AAB0 background

This text has black color on #F6AAB0 background.


White color preview on #F6AAB0 background

This text has white color on #F6AAB0 background.