COLOR #F2BBAB

HEX: #F2BBAB
RGB: (242,187,171)

Color info

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

RGB color model

#F2BBAB color RGB value is (242,187,171).

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

RGB channels and saturation

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

242
187
171

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

Portions of RGB colors in percentages

R + G + B =
242 + 187 + 171 = 600 (100%)
R 242 of 600 ~ 40.33%
G 187 of 600 ~ 31.17%
B 171 of 600 ~ 28.5%

%40.33
%31.17
%28.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 29.34%
  • 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
%29.34
%5.1

Codes

Color #F2BBAB in popluar color models

F2BBAB
RGB242187171
HSL14°73.20%80.98%
HSB/HSV14°29.34%94.90%
CMYK0.00%22.73%29.34%
5.10%

Color #F2BBAB in popluar number systems.

HEXF2BBAB
Decimal242187171
Binary111100101011101110101011
Octal362273253

Shades and tints

Shades of #F2BBAB

#F2BBAB
(242,187,171)
#DCAA9C
(220,170,156)
#C6998D
(198,153,141)
#B0887E
(176,136,126)
#9A776F
(154,119,111)
#846660
(132,102,96)
#6E5551
(110,85,81)
#584442
(88,68,66)
#423333
(66,51,51)
#2C2224
(44,34,36)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #F2BBAB

#F2BBAB
(242,187,171)
#F3C1B2
(243,193,178)
#F4C7B9
(244,199,185)
#F5CDC0
(245,205,192)
#F6D3C7
(246,211,199)
#F7D9CE
(247,217,206)
#F8DFD5
(248,223,213)
#F9E5DC
(249,229,220)
#FAEBE3
(250,235,227)
#FBF1EA
(251,241,234)
#FCF7F1
(252,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2BBAB; }

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

This text font color is #F2BBAB.


Background Color

.myBgColor { background-color: #F2BBAB; }

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

This div background color is #F2BBAB.


Border color

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

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

This div border color is #F2BBAB.


Opacity

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

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

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

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

This text has shadow with #F2BBAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2BBAB on black background.


Color preview on white background

This text has color #F2BBAB on white background.



Black color preview on #F2BBAB background

This text has black color on #F2BBAB background.


White color preview on #F2BBAB background

This text has white color on #F2BBAB background.