COLOR #F2CCA9

HEX: #F2CCA9
RGB: (242,204,169)

Color info

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

RGB color model

#F2CCA9 color RGB value is (242,204,169).

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

RGB channels and saturation

R 242 of 255 = 95%
G 204 of 255 = 80%
B 169 of 255 = 66%

242
204
169

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

Portions of RGB colors in percentages

R + G + B =
242 + 204 + 169 = 615 (100%)
R 242 of 615 ~ 39.35%
G 204 of 615 ~ 33.17%
B 169 of 615 ~ 27.48%

%39.35
%33.17
%27.48

CMYK color model

#F2CCA9 color CMYK value is (0,16,30,5).

  • cyan value is 0.00%
  • magenta value is 15.70%
  • yellow value is 30.17%
  • key color value is 5.10%
CMYK:
(0,16,30,5)
C0M16Y30K5 
(0%,16%,30%,5%)
(0.00/0.16/0.30/0.05)	

CMYK percentages

%0
%15.7
%30.17
%5.1

Codes

Color #F2CCA9 in popluar color models

F2CCA9
RGB242204169
HSL29°73.74%80.59%
HSB/HSV29°30.17%94.90%
CMYK0.00%15.70%30.17%
5.10%

Color #F2CCA9 in popluar number systems.

HEXF2CCA9
Decimal242204169
Binary111100101100110010101001
Octal362314251

Shades and tints

Shades of #F2CCA9

#F2CCA9
(242,204,169)
#DCBA9A
(220,186,154)
#C6A88B
(198,168,139)
#B0967C
(176,150,124)
#9A846D
(154,132,109)
#84725E
(132,114,94)
#6E604F
(110,96,79)
#584E40
(88,78,64)
#423C31
(66,60,49)
#2C2A22
(44,42,34)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #F2CCA9

#F2CCA9
(242,204,169)
#F3D0B0
(243,208,176)
#F4D4B7
(244,212,183)
#F5D8BE
(245,216,190)
#F6DCC5
(246,220,197)
#F7E0CC
(247,224,204)
#F8E4D3
(248,228,211)
#F9E8DA
(249,232,218)
#FAECE1
(250,236,225)
#FBF0E8
(251,240,232)
#FCF4EF
(252,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2CCA9; }

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

This text font color is #F2CCA9.


Background Color

.myBgColor { background-color: #F2CCA9; }

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

This div background color is #F2CCA9.


Border color

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

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

This div border color is #F2CCA9.


Opacity

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

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

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

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

This text has shadow with #F2CCA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2CCA9 on black background.


Color preview on white background

This text has color #F2CCA9 on white background.



Black color preview on #F2CCA9 background

This text has black color on #F2CCA9 background.


White color preview on #F2CCA9 background

This text has white color on #F2CCA9 background.