COLOR #F2B296

HEX: #F2B296
RGB: (242,178,150)

Color info

#F2B296 contains mainly red color. Web safe color of #F2B296 is #FF9999 (or #F99).

RGB color model

#F2B296 color RGB value is (242,178,150).

  • red value is 242;
  • green value is 178;
  • blue value is 150.
RGB:
(242,178,150)
(95%,70%,59%)

RGB channels and saturation

R 242 of 255 = 95%
G 178 of 255 = 70%
B 150 of 255 = 59%

242
178
150

R + G + B ~ 75%. #F2B296 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 178 + 150 = 570 (100%)
R 242 of 570 ~ 42.46%
G 178 of 570 ~ 31.23%
B 150 of 570 ~ 26.32%

%42.46
%31.23
%26.32

CMYK color model

#F2B296 color CMYK value is (0,26,38,5).

  • cyan value is 0.00%
  • magenta value is 26.45%
  • yellow value is 38.02%
  • key color value is 5.10%
CMYK:
(0,26,38,5)
C0M26Y38K5 
(0%,26%,38%,5%)
(0.00/0.26/0.38/0.05)	

CMYK percentages

%0
%26.45
%38.02
%5.1

Codes

Color #F2B296 in popluar color models

F2B296
RGB242178150
HSL18°77.97%76.86%
HSB/HSV18°38.02%94.90%
CMYK0.00%26.45%38.02%
5.10%

Color #F2B296 in popluar number systems.

HEXF2B296
Decimal242178150
Binary111100101011001010010110
Octal362262226

Shades and tints

Shades of #F2B296

#F2B296
(242,178,150)
#DCA289
(220,162,137)
#C6927C
(198,146,124)
#B0826F
(176,130,111)
#9A7262
(154,114,98)
#846255
(132,98,85)
#6E5248
(110,82,72)
#58423B
(88,66,59)
#42322E
(66,50,46)
#2C2221
(44,34,33)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #F2B296

#F2B296
(242,178,150)
#F3B99F
(243,185,159)
#F4C0A8
(244,192,168)
#F5C7B1
(245,199,177)
#F6CEBA
(246,206,186)
#F7D5C3
(247,213,195)
#F8DCCC
(248,220,204)
#F9E3D5
(249,227,213)
#FAEADE
(250,234,222)
#FBF1E7
(251,241,231)
#FCF8F0
(252,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2B296 color. Also use rgb(242,178,150) instead hex code.

Text Font Color

.myTextColor { color: #F2B296; }

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

This text font color is #F2B296.


Background Color

.myBgColor { background-color: #F2B296; }

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

This div background color is #F2B296.


Border color

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

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

This div border color is #F2B296.


Opacity

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

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

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

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

This text has shadow with #F2B296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2B296 on black background.


Color preview on white background

This text has color #F2B296 on white background.



Black color preview on #F2B296 background

This text has black color on #F2B296 background.


White color preview on #F2B296 background

This text has white color on #F2B296 background.