COLOR #F2CCA7

HEX: #F2CCA7
RGB: (242,204,167)

Color info

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

RGB color model

#F2CCA7 color RGB value is (242,204,167).

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

RGB channels and saturation

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

242
204
167

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

Portions of RGB colors in percentages

R + G + B =
242 + 204 + 167 = 613 (100%)
R 242 of 613 ~ 39.48%
G 204 of 613 ~ 33.28%
B 167 of 613 ~ 27.24%

%39.48
%33.28
%27.24

CMYK color model

#F2CCA7 color CMYK value is (0,16,31,5).

  • cyan value is 0.00%
  • magenta value is 15.70%
  • yellow value is 30.99%
  • key color value is 5.10%
CMYK:
(0,16,31,5)
C0M16Y31K5 
(0%,16%,31%,5%)
(0.00/0.16/0.31/0.05)	

CMYK percentages

%0
%15.7
%30.99
%5.1

Codes

Color #F2CCA7 in popluar color models

F2CCA7
RGB242204167
HSL30°74.26%80.20%
HSB/HSV30°30.99%94.90%
CMYK0.00%15.70%30.99%
5.10%

Color #F2CCA7 in popluar number systems.

HEXF2CCA7
Decimal242204167
Binary111100101100110010100111
Octal362314247

Shades and tints

Shades of #F2CCA7

#F2CCA7
(242,204,167)
#DCBA98
(220,186,152)
#C6A889
(198,168,137)
#B0967A
(176,150,122)
#9A846B
(154,132,107)
#84725C
(132,114,92)
#6E604D
(110,96,77)
#584E3E
(88,78,62)
#423C2F
(66,60,47)
#2C2A20
(44,42,32)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #F2CCA7

#F2CCA7
(242,204,167)
#F3D0AF
(243,208,175)
#F4D4B7
(244,212,183)
#F5D8BF
(245,216,191)
#F6DCC7
(246,220,199)
#F7E0CF
(247,224,207)
#F8E4D7
(248,228,215)
#F9E8DF
(249,232,223)
#FAECE7
(250,236,231)
#FBF0EF
(251,240,239)
#FCF4F7
(252,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2CCA7; }

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

This text font color is #F2CCA7.


Background Color

.myBgColor { background-color: #F2CCA7; }

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

This div background color is #F2CCA7.


Border color

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

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

This div border color is #F2CCA7.


Opacity

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

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

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

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

This text has shadow with #F2CCA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2CCA7 on black background.


Color preview on white background

This text has color #F2CCA7 on white background.



Black color preview on #F2CCA7 background

This text has black color on #F2CCA7 background.


White color preview on #F2CCA7 background

This text has white color on #F2CCA7 background.