COLOR #F2BAB3

HEX: #F2BAB3
RGB: (242,186,179)

Color info

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

RGB color model

#F2BAB3 color RGB value is (242,186,179).

  • red value is 242;
  • green value is 186;
  • blue value is 179.
RGB:
(242,186,179)
(95%,73%,70%)

RGB channels and saturation

R 242 of 255 = 95%
G 186 of 255 = 73%
B 179 of 255 = 70%

242
186
179

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

Portions of RGB colors in percentages

R + G + B =
242 + 186 + 179 = 607 (100%)
R 242 of 607 ~ 39.87%
G 186 of 607 ~ 30.64%
B 179 of 607 ~ 29.49%

%39.87
%30.64
%29.49

CMYK color model

#F2BAB3 color CMYK value is (0,23,26,5).

  • cyan value is 0.00%
  • magenta value is 23.14%
  • yellow value is 26.03%
  • key color value is 5.10%
CMYK:
(0,23,26,5)
C0M23Y26K5 
(0%,23%,26%,5%)
(0.00/0.23/0.26/0.05)	

CMYK percentages

%0
%23.14
%26.03
%5.1

Codes

Color #F2BAB3 in popluar color models

F2BAB3
RGB242186179
HSL70.79%82.55%
HSB/HSV26.03%94.90%
CMYK0.00%23.14%26.03%
5.10%

Color #F2BAB3 in popluar number systems.

HEXF2BAB3
Decimal242186179
Binary111100101011101010110011
Octal362272263

Shades and tints

Shades of #F2BAB3

#F2BAB3
(242,186,179)
#DCAAA3
(220,170,163)
#C69A93
(198,154,147)
#B08A83
(176,138,131)
#9A7A73
(154,122,115)
#846A63
(132,106,99)
#6E5A53
(110,90,83)
#584A43
(88,74,67)
#423A33
(66,58,51)
#2C2A23
(44,42,35)
#161A13
(22,26,19)
#000000
(0,0,0)

Tints of #F2BAB3

#F2BAB3
(242,186,179)
#F3C0B9
(243,192,185)
#F4C6BF
(244,198,191)
#F5CCC5
(245,204,197)
#F6D2CB
(246,210,203)
#F7D8D1
(247,216,209)
#F8DED7
(248,222,215)
#F9E4DD
(249,228,221)
#FAEAE3
(250,234,227)
#FBF0E9
(251,240,233)
#FCF6EF
(252,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2BAB3 color. Also use rgb(242,186,179) instead hex code.

Text Font Color

.myTextColor { color: #F2BAB3; }

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

This text font color is #F2BAB3.


Background Color

.myBgColor { background-color: #F2BAB3; }

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

This div background color is #F2BAB3.


Border color

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

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

This div border color is #F2BAB3.


Opacity

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

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

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

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

This text has shadow with #F2BAB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2BAB3 on black background.


Color preview on white background

This text has color #F2BAB3 on white background.



Black color preview on #F2BAB3 background

This text has black color on #F2BAB3 background.


White color preview on #F2BAB3 background

This text has white color on #F2BAB3 background.