COLOR #F2BBAC

HEX: #F2BBAC
RGB: (242,187,172)

Color info

#F2BBAC contains mainly red and green colors. Web safe color of #F2BBAC is #FFCC99 (or #FC9).

RGB color model

#F2BBAC color RGB value is (242,187,172).

  • red value is 242;
  • green value is 187;
  • blue value is 172.
RGB:
(242,187,172)
(95%,73%,67%)

RGB channels and saturation

R 242 of 255 = 95%
G 187 of 255 = 73%
B 172 of 255 = 67%

242
187
172

R + G + B ~ 78%. #F2BBAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 187 + 172 = 601 (100%)
R 242 of 601 ~ 40.27%
G 187 of 601 ~ 31.11%
B 172 of 601 ~ 28.62%

%40.27
%31.11
%28.62

CMYK color model

#F2BBAC color CMYK value is (0,23,29,5).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 28.93%
  • key color value is 5.10%
CMYK:
(0,23,29,5)
C0M23Y29K5 
(0%,23%,29%,5%)
(0.00/0.23/0.29/0.05)	

CMYK percentages

%0
%22.73
%28.93
%5.1

Codes

Color #F2BBAC in popluar color models

F2BBAC
RGB242187172
HSL13°72.92%81.18%
HSB/HSV13°28.93%94.90%
CMYK0.00%22.73%28.93%
5.10%

Color #F2BBAC in popluar number systems.

HEXF2BBAC
Decimal242187172
Binary111100101011101110101100
Octal362273254

Shades and tints

Shades of #F2BBAC

#F2BBAC
(242,187,172)
#DCAA9D
(220,170,157)
#C6998E
(198,153,142)
#B0887F
(176,136,127)
#9A7770
(154,119,112)
#846661
(132,102,97)
#6E5552
(110,85,82)
#584443
(88,68,67)
#423334
(66,51,52)
#2C2225
(44,34,37)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #F2BBAC

#F2BBAC
(242,187,172)
#F3C1B3
(243,193,179)
#F4C7BA
(244,199,186)
#F5CDC1
(245,205,193)
#F6D3C8
(246,211,200)
#F7D9CF
(247,217,207)
#F8DFD6
(248,223,214)
#F9E5DD
(249,229,221)
#FAEBE4
(250,235,228)
#FBF1EB
(251,241,235)
#FCF7F2
(252,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2BBAC color. Also use rgb(242,187,172) instead hex code.

Text Font Color

.myTextColor { color: #F2BBAC; }

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

This text font color is #F2BBAC.


Background Color

.myBgColor { background-color: #F2BBAC; }

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

This div background color is #F2BBAC.


Border color

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

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

This div border color is #F2BBAC.


Opacity

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

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

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

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

This text has shadow with #F2BBAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2BBAC on black background.


Color preview on white background

This text has color #F2BBAC on white background.



Black color preview on #F2BBAC background

This text has black color on #F2BBAC background.


White color preview on #F2BBAC background

This text has white color on #F2BBAC background.