COLOR #F6B3AE

HEX: #F6B3AE
RGB: (246,179,174)

Color info

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

RGB color model

#F6B3AE color RGB value is (246,179,174).

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

RGB channels and saturation

R 246 of 255 = 96%
G 179 of 255 = 70%
B 174 of 255 = 68%

246
179
174

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

Portions of RGB colors in percentages

R + G + B =
246 + 179 + 174 = 599 (100%)
R 246 of 599 ~ 41.07%
G 179 of 599 ~ 29.88%
B 174 of 599 ~ 29.05%

%41.07
%29.88
%29.05

CMYK color model

#F6B3AE color CMYK value is (0,27,29,4).

  • cyan value is 0.00%
  • magenta value is 27.24%
  • yellow value is 29.27%
  • key color value is 3.53%
CMYK:
(0,27,29,4)
C0M27Y29K4 
(0%,27%,29%,4%)
(0.00/0.27/0.29/0.04)	

CMYK percentages

%0
%27.24
%29.27
%3.53

Codes

Color #F6B3AE in popluar color models

F6B3AE
RGB246179174
HSL80.00%82.35%
HSB/HSV29.27%96.47%
CMYK0.00%27.24%29.27%
3.53%

Color #F6B3AE in popluar number systems.

HEXF6B3AE
Decimal246179174
Binary111101101011001110101110
Octal366263256

Shades and tints

Shades of #F6B3AE

#F6B3AE
(246,179,174)
#E0A39F
(224,163,159)
#CA9390
(202,147,144)
#B48381
(180,131,129)
#9E7372
(158,115,114)
#886363
(136,99,99)
#725354
(114,83,84)
#5C4345
(92,67,69)
#463336
(70,51,54)
#302327
(48,35,39)
#1A1318
(26,19,24)
#000000
(0,0,0)

Tints of #F6B3AE

#F6B3AE
(246,179,174)
#F6B9B5
(246,185,181)
#F6BFBC
(246,191,188)
#F6C5C3
(246,197,195)
#F6CBCA
(246,203,202)
#F6D1D1
(246,209,209)
#F6D7D8
(246,215,216)
#F6DDDF
(246,221,223)
#F6E3E6
(246,227,230)
#F6E9ED
(246,233,237)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6B3AE; }

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

This text font color is #F6B3AE.


Background Color

.myBgColor { background-color: #F6B3AE; }

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

This div background color is #F6B3AE.


Border color

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

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

This div border color is #F6B3AE.


Opacity

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

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

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

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

This text has shadow with #F6B3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6B3AE on black background.


Color preview on white background

This text has color #F6B3AE on white background.



Black color preview on #F6B3AE background

This text has black color on #F6B3AE background.


White color preview on #F6B3AE background

This text has white color on #F6B3AE background.