COLOR #F2F2DC

HEX: #F2F2DC
RGB: (242,242,220)

Color info

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

RGB color model

#F2F2DC color RGB value is (242,242,220).

  • red value is 242;
  • green value is 242;
  • blue value is 220.
RGB:
(242,242,220)
(95%,95%,86%)

RGB channels and saturation

R 242 of 255 = 95%
G 242 of 255 = 95%
B 220 of 255 = 86%

242
242
220

R + G + B ~ 92%. #F2F2DC is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 242 + 220 = 704 (100%)
R 242 of 704 ~ 34.38%
G 242 of 704 ~ 34.38%
B 220 of 704 ~ 31.25%

%34.38
%34.38
%31.25

CMYK color model

#F2F2DC color CMYK value is (0,0,9,5).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 5.10%
CMYK:
(0,0,9,5)
C0M0Y9K5 
(0%,0%,9%,5%)
(0.00/0.00/0.09/0.05)	

CMYK percentages

%0
%0
%9.09
%5.1

Codes

Color #F2F2DC in popluar color models

F2F2DC
RGB242242220
HSL60°45.83%90.59%
HSB/HSV60°9.09%94.90%
CMYK0.00%0.00%9.09%
5.10%

Color #F2F2DC in popluar number systems.

HEXF2F2DC
Decimal242242220
Binary111100101111001011011100
Octal362362334

Shades and tints

Shades of #F2F2DC

#F2F2DC
(242,242,220)
#DCDCC8
(220,220,200)
#C6C6B4
(198,198,180)
#B0B0A0
(176,176,160)
#9A9A8C
(154,154,140)
#848478
(132,132,120)
#6E6E64
(110,110,100)
#585850
(88,88,80)
#42423C
(66,66,60)
#2C2C28
(44,44,40)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #F2F2DC

#F2F2DC
(242,242,220)
#F3F3DF
(243,243,223)
#F4F4E2
(244,244,226)
#F5F5E5
(245,245,229)
#F6F6E8
(246,246,232)
#F7F7EB
(247,247,235)
#F8F8EE
(248,248,238)
#F9F9F1
(249,249,241)
#FAFAF4
(250,250,244)
#FBFBF7
(251,251,247)
#FCFCFA
(252,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2F2DC; }

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

This text font color is #F2F2DC.


Background Color

.myBgColor { background-color: #F2F2DC; }

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

This div background color is #F2F2DC.


Border color

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

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

This div border color is #F2F2DC.


Opacity

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

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

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

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

This text has shadow with #F2F2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2F2DC on black background.


Color preview on white background

This text has color #F2F2DC on white background.



Black color preview on #F2F2DC background

This text has black color on #F2F2DC background.


White color preview on #F2F2DC background

This text has white color on #F2F2DC background.