COLOR #F2F0EA

HEX: #F2F0EA RGB: (242,240,234)

Color info

#F2F0EA contains red, green and blue colors in about the same proportion. Web safe color of #F2F0EA is #FFFFFF (or #FFF).

RGB color model

#F2F0EA color RGB value is (242,240,234).

RGB: (242,240,234) (95%, 94%, 92%)

RGB channels and saturation

R 242 of 255 = 95%
G 240 of 255 = 94%
B 234 of 255 = 92%

242
240
234

R + G + B ~ 94%. #F2F0EA is light color.

Portions of RGB colors in percentages

R + G + B = 242 + 240 + 234 = 716 (100%)
R 242 of 716 ~ 33.8%
G 240 of 716 ~ 33.52%
B 234 of 716 ~ 32.68'%

%33.8
%33.52
%32.68

CMYK color model

#F2F0EA color CMYK value is (0,1,3,5).

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

CMYK: (0,1,3,5)
C0M1Y3K5 (0%, 1%, 3%, 5%)
(0.00 / 0.01 / 0.03 / 0.05)

CMYK percentages

%0
%0.83
%3.31
%5.1

Codes

Color #F2F0EA in popluar color models

F2 F0 EA
RGB 242 240 234
HSL 45° 23.53% 93.33%
HSB/HSV 45° 3.31% 94.90%
CMYK 0.00% 0.83% 3.31%
5.10%

Color #F2F0EA in popluar number systems.

HEX F2 F0 EA
Decimal 242 240 234
Binary 11110010 11110000 11101010
Octal 362 360 352

Shades and tints

Shades of #F2F0EA

#F2F0EA
(242,240,234)
#DCDBD5
(220,219,213)
#C6C6C0
(198,198,192)
#B0B1AB
(176,177,171)
#9A9C96
(154,156,150)
#848781
(132,135,129)
#6E726C
(110,114,108)
#585D57
(88,93,87)
#424842
(66,72,66)
#2C332D
(44,51,45)
#161E18
(22,30,24)
#000000
(0,0,0)

Tints of #F2F0EA

#F2F0EA
(242,240,234)
#F3F1EB
(243,241,235)
#F4F2EC
(244,242,236)
#F5F3ED
(245,243,237)
#F6F4EE
(246,244,238)
#F7F5EF
(247,245,239)
#F8F6F0
(248,246,240)
#F9F7F1
(249,247,241)
#FAF8F2
(250,248,242)
#FBF9F3
(251,249,243)
#FCFAF4
(252,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2F0EA; }

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

This text font color is #F2F0EA.

Background Color

.myBgColor { background-color: #F2F0EA; }

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

This div background color is #F2F0EA.

Border color

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

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

This div border color is #F2F0EA.

Opacity

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

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

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

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

This text has shadow with #F2F0EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2F0EA.

Preview

Color preview on black background

This text has color #F2F0EA on black background.


Color preview on white background

This text has color #F2F0EA on white background.


Black color preview on #F2F0EA background

This text has black color on #F2F0EA background.


White color preview on #F2F0EA background

This text has white color on #F2F0EA background.


Related colors

Complementary color

Complementary color for #hex is #0D0F15.


I love getcolorcode.com

Triadic colors

1 #EAF2F0 and #F0EAF2 with #F2F0EA are triadic colors.

2 #EAF0F2 and #F0F2EA with #F2F0EA are triadic colors.