COLOR #F3F2CC

HEX: #F3F2CC
RGB: (243,242,204)

Color info

#F3F2CC contains red, green and blue colors in about the same proportion. Web safe color of #F3F2CC is #FFFFCC (or #FFC).

RGB color model

#F3F2CC color RGB value is (243,242,204).

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

RGB channels and saturation

R 243 of 255 = 95%
G 242 of 255 = 95%
B 204 of 255 = 80%

243
242
204

R + G + B ~ 90%. #F3F2CC is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 242 + 204 = 689 (100%)
R 243 of 689 ~ 35.27%
G 242 of 689 ~ 35.12%
B 204 of 689 ~ 29.61%

%35.27
%35.12
%29.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.41%
  • yellow value is 16.05%
  • key color value is 4.71%
CMYK:
(0,0,16,5)
C0M0Y16K5 
(0%,0%,16%,5%)
(0.00/0.00/0.16/0.05)	

CMYK percentages

%0
%0.41
%16.05
%4.71

Codes

Color #F3F2CC in popluar color models

F3F2CC
RGB243242204
HSL58°61.90%87.65%
HSB/HSV58°16.05%95.29%
CMYK0.00%0.41%16.05%
4.71%

Color #F3F2CC in popluar number systems.

HEXF3F2CC
Decimal243242204
Binary111100111111001011001100
Octal363362314

Shades and tints

Shades of #F3F2CC

#F3F2CC
(243,242,204)
#DDDCBA
(221,220,186)
#C7C6A8
(199,198,168)
#B1B096
(177,176,150)
#9B9A84
(155,154,132)
#858472
(133,132,114)
#6F6E60
(111,110,96)
#59584E
(89,88,78)
#43423C
(67,66,60)
#2D2C2A
(45,44,42)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #F3F2CC

#F3F2CC
(243,242,204)
#F4F3D0
(244,243,208)
#F5F4D4
(245,244,212)
#F6F5D8
(246,245,216)
#F7F6DC
(247,246,220)
#F8F7E0
(248,247,224)
#F9F8E4
(249,248,228)
#FAF9E8
(250,249,232)
#FBFAEC
(251,250,236)
#FCFBF0
(252,251,240)
#FDFCF4
(253,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3F2CC; }

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

This text font color is #F3F2CC.


Background Color

.myBgColor { background-color: #F3F2CC; }

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

This div background color is #F3F2CC.


Border color

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

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

This div border color is #F3F2CC.


Opacity

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

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

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

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

This text has shadow with #F3F2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3F2CC on black background.


Color preview on white background

This text has color #F3F2CC on white background.



Black color preview on #F3F2CC background

This text has black color on #F3F2CC background.


White color preview on #F3F2CC background

This text has white color on #F3F2CC background.