COLOR #F2FCEE

HEX: #F2FCEE RGB: (242,252,238)

Color info

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

RGB color model

#F2FCEE color RGB value is (242,252,238).

RGB: (242,252,238) (95%, 99%, 93%)

RGB channels and saturation

R 242 of 255 = 95%
G 252 of 255 = 99%
B 238 of 255 = 93%

242
252
238

R + G + B ~ 96%. #F2FCEE is light color.

Portions of RGB colors in percentages

R + G + B = 242 + 252 + 238 = 732 (100%)
R 242 of 732 ~ 33.06%
G 252 of 732 ~ 34.43%
B 238 of 732 ~ 32.51'%

%33.06
%34.43
%32.51

CMYK color model

#F2FCEE color CMYK value is (4,0,6,1).

  • cyan value is 3.97%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 1.18%
CMYK: (4,0,6,1) C4M0Y6K1 (4%,0%,6%,1%) (0.04/0.00/0.06/0.01) 

CMYK percentages

%3.97
%0
%5.56
%1.18

Codes

Color #F2FCEE in popluar color models

F2 FC EE
RGB 242 252 238
HSL 103° 70.00% 96.08%
HSB/HSV 103° 5.56% 98.82%
CMYK 3.97% 0.00% 5.56%
1.18%

Color #F2FCEE in popluar number systems.

HEX F2 FC EE
Decimal 242 252 238
Binary 11110010 11111100 11101110
Octal 362 374 356

Shades and tints

Shades of #F2FCEE

#F2FCEE
(242,252,238)
#DCE6D9
(220,230,217)
#C6D0C4
(198,208,196)
#B0BAAF
(176,186,175)
#9AA49A
(154,164,154)
#848E85
(132,142,133)
#6E7870
(110,120,112)
#58625B
(88,98,91)
#424C46
(66,76,70)
#2C3631
(44,54,49)
#16201C
(22,32,28)
#000000
(0,0,0)

Tints of #F2FCEE

#F2FCEE
(242,252,238)
#F3FCEF
(243,252,239)
#F4FCF0
(244,252,240)
#F5FCF1
(245,252,241)
#F6FCF2
(246,252,242)
#F7FCF3
(247,252,243)
#F8FCF4
(248,252,244)
#F9FCF5
(249,252,245)
#FAFCF6
(250,252,246)
#FBFCF7
(251,252,247)
#FCFCF8
(252,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2FCEE; }

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

This text font color is #F2FCEE.

Background Color

.myBgColor { background-color: #F2FCEE; }

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

This div background color is #F2FCEE.

Border color

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

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

This div border color is #F2FCEE.

Opacity

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

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

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

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

This text has shadow with #F2FCEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2FCEE.

Preview

Color preview on black background

This text has color #F2FCEE on black background.


Color preview on white background

This text has color #F2FCEE on white background.


Black color preview on #F2FCEE background

This text has black color on #F2FCEE background.


White color preview on #F2FCEE background

This text has white color on #F2FCEE background.


Related colors

Complementary color

Complementary color for #hex is #0D0311.


I love getcolorcode.com

Triadic colors

1 #EEF2FC and #FCEEF2 with #F2FCEE are triadic colors.

2 #EEFCF2 and #FCF2EE with #F2FCEE are triadic colors.