COLOR #F2C4B2

HEX: #F2C4B2
RGB: (242,196,178)

Color info

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

RGB color model

#F2C4B2 color RGB value is (242,196,178).

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

RGB channels and saturation

R 242 of 255 = 95%
G 196 of 255 = 77%
B 178 of 255 = 70%

242
196
178

R + G + B ~ 81%. #F2C4B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 196 + 178 = 616 (100%)
R 242 of 616 ~ 39.29%
G 196 of 616 ~ 31.82%
B 178 of 616 ~ 28.9%

%39.29
%31.82
%28.9

CMYK color model

#F2C4B2 color CMYK value is (0,19,26,5).

  • cyan value is 0.00%
  • magenta value is 19.01%
  • yellow value is 26.45%
  • key color value is 5.10%
CMYK:
(0,19,26,5)
C0M19Y26K5 
(0%,19%,26%,5%)
(0.00/0.19/0.26/0.05)	

CMYK percentages

%0
%19.01
%26.45
%5.1

Codes

Color #F2C4B2 in popluar color models

F2C4B2
RGB242196178
HSL17°71.11%82.35%
HSB/HSV17°26.45%94.90%
CMYK0.00%19.01%26.45%
5.10%

Color #F2C4B2 in popluar number systems.

HEXF2C4B2
Decimal242196178
Binary111100101100010010110010
Octal362304262

Shades and tints

Shades of #F2C4B2

#F2C4B2
(242,196,178)
#DCB3A2
(220,179,162)
#C6A292
(198,162,146)
#B09182
(176,145,130)
#9A8072
(154,128,114)
#846F62
(132,111,98)
#6E5E52
(110,94,82)
#584D42
(88,77,66)
#423C32
(66,60,50)
#2C2B22
(44,43,34)
#161A12
(22,26,18)
#000000
(0,0,0)

Tints of #F2C4B2

#F2C4B2
(242,196,178)
#F3C9B9
(243,201,185)
#F4CEC0
(244,206,192)
#F5D3C7
(245,211,199)
#F6D8CE
(246,216,206)
#F7DDD5
(247,221,213)
#F8E2DC
(248,226,220)
#F9E7E3
(249,231,227)
#FAECEA
(250,236,234)
#FBF1F1
(251,241,241)
#FCF6F8
(252,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2C4B2; }

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

This text font color is #F2C4B2.


Background Color

.myBgColor { background-color: #F2C4B2; }

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

This div background color is #F2C4B2.


Border color

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

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

This div border color is #F2C4B2.


Opacity

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

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

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

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

This text has shadow with #F2C4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2C4B2 on black background.


Color preview on white background

This text has color #F2C4B2 on white background.



Black color preview on #F2C4B2 background

This text has black color on #F2C4B2 background.


White color preview on #F2C4B2 background

This text has white color on #F2C4B2 background.