COLOR #F6B8BA

HEX: #F6B8BA
RGB: (246,184,186)

Color info

#F6B8BA contains mainly red color. Web safe color of #F6B8BA is #FFCCCC (or #FCC).

RGB color model

#F6B8BA color RGB value is (246,184,186).

  • red value is 246;
  • green value is 184;
  • blue value is 186.
RGB:
(246,184,186)
(96%,72%,73%)

RGB channels and saturation

R 246 of 255 = 96%
G 184 of 255 = 72%
B 186 of 255 = 73%

246
184
186

R + G + B ~ 80%. #F6B8BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 184 + 186 = 616 (100%)
R 246 of 616 ~ 39.94%
G 184 of 616 ~ 29.87%
B 186 of 616 ~ 30.19%

%39.94
%29.87
%30.19

CMYK color model

#F6B8BA color CMYK value is (0,25,24,4).

  • cyan value is 0.00%
  • magenta value is 25.20%
  • yellow value is 24.39%
  • key color value is 3.53%
CMYK:
(0,25,24,4)
C0M25Y24K4 
(0%,25%,24%,4%)
(0.00/0.25/0.24/0.04)	

CMYK percentages

%0
%25.2
%24.39
%3.53

Codes

Color #F6B8BA in popluar color models

F6B8BA
RGB246184186
HSL358°77.50%84.31%
HSB/HSV358°25.20%96.47%
CMYK0.00%25.20%24.39%
3.53%

Color #F6B8BA in popluar number systems.

HEXF6B8BA
Decimal246184186
Binary111101101011100010111010
Octal366270272

Shades and tints

Shades of #F6B8BA

#F6B8BA
(246,184,186)
#E0A8AA
(224,168,170)
#CA989A
(202,152,154)
#B4888A
(180,136,138)
#9E787A
(158,120,122)
#88686A
(136,104,106)
#72585A
(114,88,90)
#5C484A
(92,72,74)
#46383A
(70,56,58)
#30282A
(48,40,42)
#1A181A
(26,24,26)
#000000
(0,0,0)

Tints of #F6B8BA

#F6B8BA
(246,184,186)
#F6BEC0
(246,190,192)
#F6C4C6
(246,196,198)
#F6CACC
(246,202,204)
#F6D0D2
(246,208,210)
#F6D6D8
(246,214,216)
#F6DCDE
(246,220,222)
#F6E2E4
(246,226,228)
#F6E8EA
(246,232,234)
#F6EEF0
(246,238,240)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6B8BA; }

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

This text font color is #F6B8BA.


Background Color

.myBgColor { background-color: #F6B8BA; }

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

This div background color is #F6B8BA.


Border color

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

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

This div border color is #F6B8BA.


Opacity

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

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

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

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

This text has shadow with #F6B8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6B8BA on black background.


Color preview on white background

This text has color #F6B8BA on white background.



Black color preview on #F6B8BA background

This text has black color on #F6B8BA background.


White color preview on #F6B8BA background

This text has white color on #F6B8BA background.