COLOR #F6B2BB

HEX: #F6B2BB
RGB: (246,178,187)

Color info

#F6B2BB contains mainly red and blue colors. Web safe color of #F6B2BB is #FF99CC (or #F9C).

RGB color model

#F6B2BB color RGB value is (246,178,187).

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

RGB channels and saturation

R 246 of 255 = 96%
G 178 of 255 = 70%
B 187 of 255 = 73%

246
178
187

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

Portions of RGB colors in percentages

R + G + B =
246 + 178 + 187 = 611 (100%)
R 246 of 611 ~ 40.26%
G 178 of 611 ~ 29.13%
B 187 of 611 ~ 30.61%

%40.26
%29.13
%30.61

CMYK color model

#F6B2BB color CMYK value is (0,28,24,4).

  • cyan value is 0.00%
  • magenta value is 27.64%
  • yellow value is 23.98%
  • key color value is 3.53%
CMYK:
(0,28,24,4)
C0M28Y24K4 
(0%,28%,24%,4%)
(0.00/0.28/0.24/0.04)	

CMYK percentages

%0
%27.64
%23.98
%3.53

Codes

Color #F6B2BB in popluar color models

F6B2BB
RGB246178187
HSL352°79.07%83.14%
HSB/HSV352°27.64%96.47%
CMYK0.00%27.64%23.98%
3.53%

Color #F6B2BB in popluar number systems.

HEXF6B2BB
Decimal246178187
Binary111101101011001010111011
Octal366262273

Shades and tints

Shades of #F6B2BB

#F6B2BB
(246,178,187)
#E0A2AA
(224,162,170)
#CA9299
(202,146,153)
#B48288
(180,130,136)
#9E7277
(158,114,119)
#886266
(136,98,102)
#725255
(114,82,85)
#5C4244
(92,66,68)
#463233
(70,50,51)
#302222
(48,34,34)
#1A1211
(26,18,17)
#000000
(0,0,0)

Tints of #F6B2BB

#F6B2BB
(246,178,187)
#F6B9C1
(246,185,193)
#F6C0C7
(246,192,199)
#F6C7CD
(246,199,205)
#F6CED3
(246,206,211)
#F6D5D9
(246,213,217)
#F6DCDF
(246,220,223)
#F6E3E5
(246,227,229)
#F6EAEB
(246,234,235)
#F6F1F1
(246,241,241)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6B2BB; }

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

This text font color is #F6B2BB.


Background Color

.myBgColor { background-color: #F6B2BB; }

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

This div background color is #F6B2BB.


Border color

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

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

This div border color is #F6B2BB.


Opacity

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

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

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

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

This text has shadow with #F6B2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6B2BB on black background.


Color preview on white background

This text has color #F6B2BB on white background.



Black color preview on #F6B2BB background

This text has black color on #F6B2BB background.


White color preview on #F6B2BB background

This text has white color on #F6B2BB background.