COLOR #F2BCB4

HEX: #F2BCB4
RGB: (242,188,180)

Color info

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

RGB color model

#F2BCB4 color RGB value is (242,188,180).

  • red value is 242;
  • green value is 188;
  • blue value is 180.
RGB:
(242,188,180)
(95%,74%,71%)

RGB channels and saturation

R 242 of 255 = 95%
G 188 of 255 = 74%
B 180 of 255 = 71%

242
188
180

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

Portions of RGB colors in percentages

R + G + B =
242 + 188 + 180 = 610 (100%)
R 242 of 610 ~ 39.67%
G 188 of 610 ~ 30.82%
B 180 of 610 ~ 29.51%

%39.67
%30.82
%29.51

CMYK color model

#F2BCB4 color CMYK value is (0,22,26,5).

  • cyan value is 0.00%
  • magenta value is 22.31%
  • yellow value is 25.62%
  • key color value is 5.10%
CMYK:
(0,22,26,5)
C0M22Y26K5 
(0%,22%,26%,5%)
(0.00/0.22/0.26/0.05)	

CMYK percentages

%0
%22.31
%25.62
%5.1

Codes

Color #F2BCB4 in popluar color models

F2BCB4
RGB242188180
HSL70.45%82.75%
HSB/HSV25.62%94.90%
CMYK0.00%22.31%25.62%
5.10%

Color #F2BCB4 in popluar number systems.

HEXF2BCB4
Decimal242188180
Binary111100101011110010110100
Octal362274264

Shades and tints

Shades of #F2BCB4

#F2BCB4
(242,188,180)
#DCABA4
(220,171,164)
#C69A94
(198,154,148)
#B08984
(176,137,132)
#9A7874
(154,120,116)
#846764
(132,103,100)
#6E5654
(110,86,84)
#584544
(88,69,68)
#423434
(66,52,52)
#2C2324
(44,35,36)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #F2BCB4

#F2BCB4
(242,188,180)
#F3C2BA
(243,194,186)
#F4C8C0
(244,200,192)
#F5CEC6
(245,206,198)
#F6D4CC
(246,212,204)
#F7DAD2
(247,218,210)
#F8E0D8
(248,224,216)
#F9E6DE
(249,230,222)
#FAECE4
(250,236,228)
#FBF2EA
(251,242,234)
#FCF8F0
(252,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2BCB4 color. Also use rgb(242,188,180) instead hex code.

Text Font Color

.myTextColor { color: #F2BCB4; }

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

This text font color is #F2BCB4.


Background Color

.myBgColor { background-color: #F2BCB4; }

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

This div background color is #F2BCB4.


Border color

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

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

This div border color is #F2BCB4.


Opacity

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

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

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

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

This text has shadow with #F2BCB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2BCB4 on black background.


Color preview on white background

This text has color #F2BCB4 on white background.



Black color preview on #F2BCB4 background

This text has black color on #F2BCB4 background.


White color preview on #F2BCB4 background

This text has white color on #F2BCB4 background.