COLOR #F2C4A5

HEX: #F2C4A5
RGB: (242,196,165)

Color info

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

RGB color model

#F2C4A5 color RGB value is (242,196,165).

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

RGB channels and saturation

R 242 of 255 = 95%
G 196 of 255 = 77%
B 165 of 255 = 65%

242
196
165

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

Portions of RGB colors in percentages

R + G + B =
242 + 196 + 165 = 603 (100%)
R 242 of 603 ~ 40.13%
G 196 of 603 ~ 32.5%
B 165 of 603 ~ 27.36%

%40.13
%32.5
%27.36

CMYK color model

#F2C4A5 color CMYK value is (0,19,32,5).

  • cyan value is 0.00%
  • magenta value is 19.01%
  • yellow value is 31.82%
  • key color value is 5.10%
CMYK:
(0,19,32,5)
C0M19Y32K5 
(0%,19%,32%,5%)
(0.00/0.19/0.32/0.05)	

CMYK percentages

%0
%19.01
%31.82
%5.1

Codes

Color #F2C4A5 in popluar color models

F2C4A5
RGB242196165
HSL24°74.76%79.80%
HSB/HSV24°31.82%94.90%
CMYK0.00%19.01%31.82%
5.10%

Color #F2C4A5 in popluar number systems.

HEXF2C4A5
Decimal242196165
Binary111100101100010010100101
Octal362304245

Shades and tints

Shades of #F2C4A5

#F2C4A5
(242,196,165)
#DCB396
(220,179,150)
#C6A287
(198,162,135)
#B09178
(176,145,120)
#9A8069
(154,128,105)
#846F5A
(132,111,90)
#6E5E4B
(110,94,75)
#584D3C
(88,77,60)
#423C2D
(66,60,45)
#2C2B1E
(44,43,30)
#161A0F
(22,26,15)
#000000
(0,0,0)

Tints of #F2C4A5

#F2C4A5
(242,196,165)
#F3C9AD
(243,201,173)
#F4CEB5
(244,206,181)
#F5D3BD
(245,211,189)
#F6D8C5
(246,216,197)
#F7DDCD
(247,221,205)
#F8E2D5
(248,226,213)
#F9E7DD
(249,231,221)
#FAECE5
(250,236,229)
#FBF1ED
(251,241,237)
#FCF6F5
(252,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2C4A5; }

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

This text font color is #F2C4A5.


Background Color

.myBgColor { background-color: #F2C4A5; }

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

This div background color is #F2C4A5.


Border color

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

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

This div border color is #F2C4A5.


Opacity

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

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

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

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

This text has shadow with #F2C4A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2C4A5 on black background.


Color preview on white background

This text has color #F2C4A5 on white background.



Black color preview on #F2C4A5 background

This text has black color on #F2C4A5 background.


White color preview on #F2C4A5 background

This text has white color on #F2C4A5 background.