COLOR #F2FCCE

HEX: #F2FCCE
RGB: (242,252,206)

Color info

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

RGB color model

#F2FCCE color RGB value is (242,252,206).

  • red value is 242;
  • green value is 252;
  • blue value is 206.
RGB:
(242,252,206)
(95%,99%,81%)

RGB channels and saturation

R 242 of 255 = 95%
G 252 of 255 = 99%
B 206 of 255 = 81%

242
252
206

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

Portions of RGB colors in percentages

R + G + B =
242 + 252 + 206 = 700 (100%)
R 242 of 700 ~ 34.57%
G 252 of 700 ~ 36%
B 206 of 700 ~ 29.43%

%34.57
%36
%29.43

CMYK color model

#F2FCCE color CMYK value is (4,0,18,1).

  • cyan value is 3.97%
  • magenta value is 0.00%
  • yellow value is 18.25%
  • key color value is 1.18%
CMYK:
(4,0,18,1)
C4M0Y18K1 
(4%,0%,18%,1%)
(0.04/0.00/0.18/0.01)	

CMYK percentages

%3.97
%0
%18.25
%1.18

Codes

Color #F2FCCE in popluar color models

F2FCCE
RGB242252206
HSL73°88.46%89.80%
HSB/HSV73°18.25%98.82%
CMYK3.97%0.00%18.25%
1.18%

Color #F2FCCE in popluar number systems.

HEXF2FCCE
Decimal242252206
Binary111100101111110011001110
Octal362374316

Shades and tints

Shades of #F2FCCE

#F2FCCE
(242,252,206)
#DCE6BC
(220,230,188)
#C6D0AA
(198,208,170)
#B0BA98
(176,186,152)
#9AA486
(154,164,134)
#848E74
(132,142,116)
#6E7862
(110,120,98)
#586250
(88,98,80)
#424C3E
(66,76,62)
#2C362C
(44,54,44)
#16201A
(22,32,26)
#000000
(0,0,0)

Tints of #F2FCCE

#F2FCCE
(242,252,206)
#F3FCD2
(243,252,210)
#F4FCD6
(244,252,214)
#F5FCDA
(245,252,218)
#F6FCDE
(246,252,222)
#F7FCE2
(247,252,226)
#F8FCE6
(248,252,230)
#F9FCEA
(249,252,234)
#FAFCEE
(250,252,238)
#FBFCF2
(251,252,242)
#FCFCF6
(252,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2FCCE; }

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

This text font color is #F2FCCE.


Background Color

.myBgColor { background-color: #F2FCCE; }

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

This div background color is #F2FCCE.


Border color

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

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

This div border color is #F2FCCE.


Opacity

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

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

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

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

This text has shadow with #F2FCCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2FCCE on black background.


Color preview on white background

This text has color #F2FCCE on white background.



Black color preview on #F2FCCE background

This text has black color on #F2FCCE background.


White color preview on #F2FCCE background

This text has white color on #F2FCCE background.