COLOR #F2CCA5

HEX: #F2CCA5
RGB: (242,204,165)

Color info

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

RGB color model

#F2CCA5 color RGB value is (242,204,165).

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

RGB channels and saturation

R 242 of 255 = 95%
G 204 of 255 = 80%
B 165 of 255 = 65%

242
204
165

R + G + B ~ 80%. #F2CCA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 204 + 165 = 611 (100%)
R 242 of 611 ~ 39.61%
G 204 of 611 ~ 33.39%
B 165 of 611 ~ 27%

%39.61
%33.39
%27

CMYK color model

#F2CCA5 color CMYK value is (0,16,32,5).

  • cyan value is 0.00%
  • magenta value is 15.70%
  • yellow value is 31.82%
  • key color value is 5.10%
CMYK:
(0,16,32,5)
C0M16Y32K5 
(0%,16%,32%,5%)
(0.00/0.16/0.32/0.05)	

CMYK percentages

%0
%15.7
%31.82
%5.1

Codes

Color #F2CCA5 in popluar color models

F2CCA5
RGB242204165
HSL30°74.76%79.80%
HSB/HSV30°31.82%94.90%
CMYK0.00%15.70%31.82%
5.10%

Color #F2CCA5 in popluar number systems.

HEXF2CCA5
Decimal242204165
Binary111100101100110010100101
Octal362314245

Shades and tints

Shades of #F2CCA5

#F2CCA5
(242,204,165)
#DCBA96
(220,186,150)
#C6A887
(198,168,135)
#B09678
(176,150,120)
#9A8469
(154,132,105)
#84725A
(132,114,90)
#6E604B
(110,96,75)
#584E3C
(88,78,60)
#423C2D
(66,60,45)
#2C2A1E
(44,42,30)
#16180F
(22,24,15)
#000000
(0,0,0)

Tints of #F2CCA5

#F2CCA5
(242,204,165)
#F3D0AD
(243,208,173)
#F4D4B5
(244,212,181)
#F5D8BD
(245,216,189)
#F6DCC5
(246,220,197)
#F7E0CD
(247,224,205)
#F8E4D5
(248,228,213)
#F9E8DD
(249,232,221)
#FAECE5
(250,236,229)
#FBF0ED
(251,240,237)
#FCF4F5
(252,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2CCA5; }

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

This text font color is #F2CCA5.


Background Color

.myBgColor { background-color: #F2CCA5; }

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

This div background color is #F2CCA5.


Border color

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

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

This div border color is #F2CCA5.


Opacity

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

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

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

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

This text has shadow with #F2CCA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2CCA5 on black background.


Color preview on white background

This text has color #F2CCA5 on white background.



Black color preview on #F2CCA5 background

This text has black color on #F2CCA5 background.


White color preview on #F2CCA5 background

This text has white color on #F2CCA5 background.