COLOR #F2B6B8

HEX: #F2B6B8
RGB: (242,182,184)

Color info

#F2B6B8 contains mainly red and blue colors. Web safe color of #F2B6B8 is #FFCCCC (or #FCC).

RGB color model

#F2B6B8 color RGB value is (242,182,184).

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

RGB channels and saturation

R 242 of 255 = 95%
G 182 of 255 = 71%
B 184 of 255 = 72%

242
182
184

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

Portions of RGB colors in percentages

R + G + B =
242 + 182 + 184 = 608 (100%)
R 242 of 608 ~ 39.8%
G 182 of 608 ~ 29.93%
B 184 of 608 ~ 30.26%

%39.8
%29.93
%30.26

CMYK color model

#F2B6B8 color CMYK value is (0,25,24,5).

  • cyan value is 0.00%
  • magenta value is 24.79%
  • yellow value is 23.97%
  • key color value is 5.10%
CMYK:
(0,25,24,5)
C0M25Y24K5 
(0%,25%,24%,5%)
(0.00/0.25/0.24/0.05)	

CMYK percentages

%0
%24.79
%23.97
%5.1

Codes

Color #F2B6B8 in popluar color models

F2B6B8
RGB242182184
HSL358°69.77%83.14%
HSB/HSV358°24.79%94.90%
CMYK0.00%24.79%23.97%
5.10%

Color #F2B6B8 in popluar number systems.

HEXF2B6B8
Decimal242182184
Binary111100101011011010111000
Octal362266270

Shades and tints

Shades of #F2B6B8

#F2B6B8
(242,182,184)
#DCA6A8
(220,166,168)
#C69698
(198,150,152)
#B08688
(176,134,136)
#9A7678
(154,118,120)
#846668
(132,102,104)
#6E5658
(110,86,88)
#584648
(88,70,72)
#423638
(66,54,56)
#2C2628
(44,38,40)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #F2B6B8

#F2B6B8
(242,182,184)
#F3BCBE
(243,188,190)
#F4C2C4
(244,194,196)
#F5C8CA
(245,200,202)
#F6CED0
(246,206,208)
#F7D4D6
(247,212,214)
#F8DADC
(248,218,220)
#F9E0E2
(249,224,226)
#FAE6E8
(250,230,232)
#FBECEE
(251,236,238)
#FCF2F4
(252,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2B6B8; }

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

This text font color is #F2B6B8.


Background Color

.myBgColor { background-color: #F2B6B8; }

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

This div background color is #F2B6B8.


Border color

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

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

This div border color is #F2B6B8.


Opacity

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

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

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

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

This text has shadow with #F2B6B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2B6B8 on black background.


Color preview on white background

This text has color #F2B6B8 on white background.



Black color preview on #F2B6B8 background

This text has black color on #F2B6B8 background.


White color preview on #F2B6B8 background

This text has white color on #F2B6B8 background.