COLOR #F2CAA0

HEX: #F2CAA0
RGB: (242,202,160)

Color info

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

RGB color model

#F2CAA0 color RGB value is (242,202,160).

  • red value is 242;
  • green value is 202;
  • blue value is 160.
RGB:
(242,202,160)
(95%,79%,63%)

RGB channels and saturation

R 242 of 255 = 95%
G 202 of 255 = 79%
B 160 of 255 = 63%

242
202
160

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

Portions of RGB colors in percentages

R + G + B =
242 + 202 + 160 = 604 (100%)
R 242 of 604 ~ 40.07%
G 202 of 604 ~ 33.44%
B 160 of 604 ~ 26.49%

%40.07
%33.44
%26.49

CMYK color model

#F2CAA0 color CMYK value is (0,17,34,5).

  • cyan value is 0.00%
  • magenta value is 16.53%
  • yellow value is 33.88%
  • key color value is 5.10%
CMYK:
(0,17,34,5)
C0M17Y34K5 
(0%,17%,34%,5%)
(0.00/0.17/0.34/0.05)	

CMYK percentages

%0
%16.53
%33.88
%5.1

Codes

Color #F2CAA0 in popluar color models

F2CAA0
RGB242202160
HSL31°75.93%78.82%
HSB/HSV31°33.88%94.90%
CMYK0.00%16.53%33.88%
5.10%

Color #F2CAA0 in popluar number systems.

HEXF2CAA0
Decimal242202160
Binary111100101100101010100000
Octal362312240

Shades and tints

Shades of #F2CAA0

#F2CAA0
(242,202,160)
#DCB892
(220,184,146)
#C6A684
(198,166,132)
#B09476
(176,148,118)
#9A8268
(154,130,104)
#84705A
(132,112,90)
#6E5E4C
(110,94,76)
#584C3E
(88,76,62)
#423A30
(66,58,48)
#2C2822
(44,40,34)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #F2CAA0

#F2CAA0
(242,202,160)
#F3CEA8
(243,206,168)
#F4D2B0
(244,210,176)
#F5D6B8
(245,214,184)
#F6DAC0
(246,218,192)
#F7DEC8
(247,222,200)
#F8E2D0
(248,226,208)
#F9E6D8
(249,230,216)
#FAEAE0
(250,234,224)
#FBEEE8
(251,238,232)
#FCF2F0
(252,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2CAA0 color. Also use rgb(242,202,160) instead hex code.

Text Font Color

.myTextColor { color: #F2CAA0; }

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

This text font color is #F2CAA0.


Background Color

.myBgColor { background-color: #F2CAA0; }

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

This div background color is #F2CAA0.


Border color

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

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

This div border color is #F2CAA0.


Opacity

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

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

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

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

This text has shadow with #F2CAA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2CAA0 on black background.


Color preview on white background

This text has color #F2CAA0 on white background.



Black color preview on #F2CAA0 background

This text has black color on #F2CAA0 background.


White color preview on #F2CAA0 background

This text has white color on #F2CAA0 background.