COLOR #F2F0CD

HEX: #F2F0CD RGB: (242,240,205)

Color info

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

RGB color model

#F2F0CD color RGB value is (242,240,205).

RGB: (242,240,205) (95%, 94%, 80%)

RGB channels and saturation

R 242 of 255 = 95%
G 240 of 255 = 94%
B 205 of 255 = 80%

242
240
205

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

Portions of RGB colors in percentages

R + G + B = 242 + 240 + 205 = 687 (100%)
R 242 of 687 ~ 35.23%
G 240 of 687 ~ 34.93%
B 205 of 687 ~ 29.84'%

%35.23
%34.93
%29.84

CMYK color model

#F2F0CD color CMYK value is (0,1,15,5).

  • cyan value is 0.00%
  • magenta value is 0.83%
  • yellow value is 15.29%
  • key color value is 5.10%

CMYK: (0,1,15,5)
C0M1Y15K5 (0%, 1%, 15%, 5%)
(0.00 / 0.01 / 0.15 / 0.05)

CMYK percentages

%0
%0.83
%15.29
%5.1

Codes

Color #F2F0CD in popluar color models

F2 F0 CD
RGB 242 240 205
HSL 57° 58.73% 87.65%
HSB/HSV 57° 15.29% 94.90%
CMYK 0.00% 0.83% 15.29%
5.10%

Color #F2F0CD in popluar number systems.

HEX F2 F0 CD
Decimal 242 240 205
Binary 11110010 11110000 11001101
Octal 362 360 315

Shades and tints

Shades of #F2F0CD

#F2F0CD
(242,240,205)
#DCDBBB
(220,219,187)
#C6C6A9
(198,198,169)
#B0B197
(176,177,151)
#9A9C85
(154,156,133)
#848773
(132,135,115)
#6E7261
(110,114,97)
#585D4F
(88,93,79)
#42483D
(66,72,61)
#2C332B
(44,51,43)
#161E19
(22,30,25)
#000000
(0,0,0)

Tints of #F2F0CD

#F2F0CD
(242,240,205)
#F3F1D1
(243,241,209)
#F4F2D5
(244,242,213)
#F5F3D9
(245,243,217)
#F6F4DD
(246,244,221)
#F7F5E1
(247,245,225)
#F8F6E5
(248,246,229)
#F9F7E9
(249,247,233)
#FAF8ED
(250,248,237)
#FBF9F1
(251,249,241)
#FCFAF5
(252,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2F0CD; }

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

This text font color is #F2F0CD.

Background Color

.myBgColor { background-color: #F2F0CD; }

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

This div background color is #F2F0CD.

Border color

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

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

This div border color is #F2F0CD.

Opacity

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

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

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

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

This text has shadow with #F2F0CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2F0CD.

Preview

Color preview on black background

This text has color #F2F0CD on black background.


Color preview on white background

This text has color #F2F0CD on white background.


Black color preview on #F2F0CD background

This text has black color on #F2F0CD background.


White color preview on #F2F0CD background

This text has white color on #F2F0CD background.


Related colors

Complementary color

Complementary color for #hex is #0D0F32.


I love getcolorcode.com

Triadic colors

1 #CDF2F0 and #F0CDF2 with #F2F0CD are triadic colors.

2 #CDF0F2 and #F0F2CD with #F2F0CD are triadic colors.