COLOR #F6B2AA

HEX: #F6B2AA
RGB: (246,178,170)

Color info

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

RGB color model

#F6B2AA color RGB value is (246,178,170).

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

RGB channels and saturation

R 246 of 255 = 96%
G 178 of 255 = 70%
B 170 of 255 = 67%

246
178
170

R + G + B ~ 78%. #F6B2AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 178 + 170 = 594 (100%)
R 246 of 594 ~ 41.41%
G 178 of 594 ~ 29.97%
B 170 of 594 ~ 28.62%

%41.41
%29.97
%28.62

CMYK color model

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

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

CMYK percentages

%0
%27.64
%30.89
%3.53

Codes

Color #F6B2AA in popluar color models

F6B2AA
RGB246178170
HSL80.85%81.57%
HSB/HSV30.89%96.47%
CMYK0.00%27.64%30.89%
3.53%

Color #F6B2AA in popluar number systems.

HEXF6B2AA
Decimal246178170
Binary111101101011001010101010
Octal366262252

Shades and tints

Shades of #F6B2AA

#F6B2AA
(246,178,170)
#E0A29B
(224,162,155)
#CA928C
(202,146,140)
#B4827D
(180,130,125)
#9E726E
(158,114,110)
#88625F
(136,98,95)
#725250
(114,82,80)
#5C4241
(92,66,65)
#463232
(70,50,50)
#302223
(48,34,35)
#1A1214
(26,18,20)
#000000
(0,0,0)

Tints of #F6B2AA

#F6B2AA
(246,178,170)
#F6B9B1
(246,185,177)
#F6C0B8
(246,192,184)
#F6C7BF
(246,199,191)
#F6CEC6
(246,206,198)
#F6D5CD
(246,213,205)
#F6DCD4
(246,220,212)
#F6E3DB
(246,227,219)
#F6EAE2
(246,234,226)
#F6F1E9
(246,241,233)
#F6F8F0
(246,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6B2AA; }

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

This text font color is #F6B2AA.


Background Color

.myBgColor { background-color: #F6B2AA; }

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

This div background color is #F6B2AA.


Border color

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

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

This div border color is #F6B2AA.


Opacity

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

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

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

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

This text has shadow with #F6B2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6B2AA on black background.


Color preview on white background

This text has color #F6B2AA on white background.



Black color preview on #F6B2AA background

This text has black color on #F6B2AA background.


White color preview on #F6B2AA background

This text has white color on #F6B2AA background.