COLOR #F2FCB7

HEX: #F2FCB7
RGB: (242,252,183)

Color info

#F2FCB7 contains mainly red and green colors. Web safe color of #F2FCB7 is #FFFFCC (or #FFC).

RGB color model

#F2FCB7 color RGB value is (242,252,183).

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

RGB channels and saturation

R 242 of 255 = 95%
G 252 of 255 = 99%
B 183 of 255 = 72%

242
252
183

R + G + B ~ 89%. #F2FCB7 is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 252 + 183 = 677 (100%)
R 242 of 677 ~ 35.75%
G 252 of 677 ~ 37.22%
B 183 of 677 ~ 27.03%

%35.75
%37.22
%27.03

CMYK color model

#F2FCB7 color CMYK value is (4,0,27,1).

  • cyan value is 3.97%
  • magenta value is 0.00%
  • yellow value is 27.38%
  • key color value is 1.18%
CMYK:
(4,0,27,1)
C4M0Y27K1 
(4%,0%,27%,1%)
(0.04/0.00/0.27/0.01)	

CMYK percentages

%3.97
%0
%27.38
%1.18

Codes

Color #F2FCB7 in popluar color models

F2FCB7
RGB242252183
HSL69°92.00%85.29%
HSB/HSV69°27.38%98.82%
CMYK3.97%0.00%27.38%
1.18%

Color #F2FCB7 in popluar number systems.

HEXF2FCB7
Decimal242252183
Binary111100101111110010110111
Octal362374267

Shades and tints

Shades of #F2FCB7

#F2FCB7
(242,252,183)
#DCE6A7
(220,230,167)
#C6D097
(198,208,151)
#B0BA87
(176,186,135)
#9AA477
(154,164,119)
#848E67
(132,142,103)
#6E7857
(110,120,87)
#586247
(88,98,71)
#424C37
(66,76,55)
#2C3627
(44,54,39)
#162017
(22,32,23)
#000000
(0,0,0)

Tints of #F2FCB7

#F2FCB7
(242,252,183)
#F3FCBD
(243,252,189)
#F4FCC3
(244,252,195)
#F5FCC9
(245,252,201)
#F6FCCF
(246,252,207)
#F7FCD5
(247,252,213)
#F8FCDB
(248,252,219)
#F9FCE1
(249,252,225)
#FAFCE7
(250,252,231)
#FBFCED
(251,252,237)
#FCFCF3
(252,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2FCB7; }

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

This text font color is #F2FCB7.


Background Color

.myBgColor { background-color: #F2FCB7; }

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

This div background color is #F2FCB7.


Border color

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

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

This div border color is #F2FCB7.


Opacity

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

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

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

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

This text has shadow with #F2FCB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2FCB7 on black background.


Color preview on white background

This text has color #F2FCB7 on white background.



Black color preview on #F2FCB7 background

This text has black color on #F2FCB7 background.


White color preview on #F2FCB7 background

This text has white color on #F2FCB7 background.