COLOR #F2B2B6

HEX: #F2B2B6
RGB: (242,178,182)

Color info

#F2B2B6 contains mainly red color. Web safe color of #F2B2B6 is #FF99CC (or #F9C).

RGB color model

#F2B2B6 color RGB value is (242,178,182).

  • red value is 242;
  • green value is 178;
  • blue value is 182.
RGB:
(242,178,182)
(95%,70%,71%)

RGB channels and saturation

R 242 of 255 = 95%
G 178 of 255 = 70%
B 182 of 255 = 71%

242
178
182

R + G + B ~ 79%. #F2B2B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 178 + 182 = 602 (100%)
R 242 of 602 ~ 40.2%
G 178 of 602 ~ 29.57%
B 182 of 602 ~ 30.23%

%40.2
%29.57
%30.23

CMYK color model

#F2B2B6 color CMYK value is (0,26,25,5).

  • cyan value is 0.00%
  • magenta value is 26.45%
  • yellow value is 24.79%
  • key color value is 5.10%
CMYK:
(0,26,25,5)
C0M26Y25K5 
(0%,26%,25%,5%)
(0.00/0.26/0.25/0.05)	

CMYK percentages

%0
%26.45
%24.79
%5.1

Codes

Color #F2B2B6 in popluar color models

F2B2B6
RGB242178182
HSL356°71.11%82.35%
HSB/HSV356°26.45%94.90%
CMYK0.00%26.45%24.79%
5.10%

Color #F2B2B6 in popluar number systems.

HEXF2B2B6
Decimal242178182
Binary111100101011001010110110
Octal362262266

Shades and tints

Shades of #F2B2B6

#F2B2B6
(242,178,182)
#DCA2A6
(220,162,166)
#C69296
(198,146,150)
#B08286
(176,130,134)
#9A7276
(154,114,118)
#846266
(132,98,102)
#6E5256
(110,82,86)
#584246
(88,66,70)
#423236
(66,50,54)
#2C2226
(44,34,38)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #F2B2B6

#F2B2B6
(242,178,182)
#F3B9BC
(243,185,188)
#F4C0C2
(244,192,194)
#F5C7C8
(245,199,200)
#F6CECE
(246,206,206)
#F7D5D4
(247,213,212)
#F8DCDA
(248,220,218)
#F9E3E0
(249,227,224)
#FAEAE6
(250,234,230)
#FBF1EC
(251,241,236)
#FCF8F2
(252,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2B2B6 color. Also use rgb(242,178,182) instead hex code.

Text Font Color

.myTextColor { color: #F2B2B6; }

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

This text font color is #F2B2B6.


Background Color

.myBgColor { background-color: #F2B2B6; }

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

This div background color is #F2B2B6.


Border color

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

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

This div border color is #F2B2B6.


Opacity

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

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

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

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

This text has shadow with #F2B2B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2B2B6 on black background.


Color preview on white background

This text has color #F2B2B6 on white background.



Black color preview on #F2B2B6 background

This text has black color on #F2B2B6 background.


White color preview on #F2B2B6 background

This text has white color on #F2B2B6 background.