COLOR #F6B0AE

HEX: #F6B0AE
RGB: (246,176,174)

Color info

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

RGB color model

#F6B0AE color RGB value is (246,176,174).

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

RGB channels and saturation

R 246 of 255 = 96%
G 176 of 255 = 69%
B 174 of 255 = 68%

246
176
174

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

Portions of RGB colors in percentages

R + G + B =
246 + 176 + 174 = 596 (100%)
R 246 of 596 ~ 41.28%
G 176 of 596 ~ 29.53%
B 174 of 596 ~ 29.19%

%41.28
%29.53
%29.19

CMYK color model

#F6B0AE color CMYK value is (0,28,29,4).

  • cyan value is 0.00%
  • magenta value is 28.46%
  • yellow value is 29.27%
  • key color value is 3.53%
CMYK:
(0,28,29,4)
C0M28Y29K4 
(0%,28%,29%,4%)
(0.00/0.28/0.29/0.04)	

CMYK percentages

%0
%28.46
%29.27
%3.53

Codes

Color #F6B0AE in popluar color models

F6B0AE
RGB246176174
HSL80.00%82.35%
HSB/HSV29.27%96.47%
CMYK0.00%28.46%29.27%
3.53%

Color #F6B0AE in popluar number systems.

HEXF6B0AE
Decimal246176174
Binary111101101011000010101110
Octal366260256

Shades and tints

Shades of #F6B0AE

#F6B0AE
(246,176,174)
#E0A09F
(224,160,159)
#CA9090
(202,144,144)
#B48081
(180,128,129)
#9E7072
(158,112,114)
#886063
(136,96,99)
#725054
(114,80,84)
#5C4045
(92,64,69)
#463036
(70,48,54)
#302027
(48,32,39)
#1A1018
(26,16,24)
#000000
(0,0,0)

Tints of #F6B0AE

#F6B0AE
(246,176,174)
#F6B7B5
(246,183,181)
#F6BEBC
(246,190,188)
#F6C5C3
(246,197,195)
#F6CCCA
(246,204,202)
#F6D3D1
(246,211,209)
#F6DAD8
(246,218,216)
#F6E1DF
(246,225,223)
#F6E8E6
(246,232,230)
#F6EFED
(246,239,237)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6B0AE; }

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

This text font color is #F6B0AE.


Background Color

.myBgColor { background-color: #F6B0AE; }

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

This div background color is #F6B0AE.


Border color

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

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

This div border color is #F6B0AE.


Opacity

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

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

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

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

This text has shadow with #F6B0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6B0AE on black background.


Color preview on white background

This text has color #F6B0AE on white background.



Black color preview on #F6B0AE background

This text has black color on #F6B0AE background.


White color preview on #F6B0AE background

This text has white color on #F6B0AE background.