COLOR #F2F6C3

HEX: #F2F6C3
RGB: (242,246,195)

Color info

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

RGB color model

#F2F6C3 color RGB value is (242,246,195).

  • red value is 242;
  • green value is 246;
  • blue value is 195.
RGB:
(242,246,195)
(95%,96%,76%)

RGB channels and saturation

R 242 of 255 = 95%
G 246 of 255 = 96%
B 195 of 255 = 76%

242
246
195

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

Portions of RGB colors in percentages

R + G + B =
242 + 246 + 195 = 683 (100%)
R 242 of 683 ~ 35.43%
G 246 of 683 ~ 36.02%
B 195 of 683 ~ 28.55%

%35.43
%36.02
%28.55

CMYK color model

#F2F6C3 color CMYK value is (2,0,21,4).

  • cyan value is 1.63%
  • magenta value is 0.00%
  • yellow value is 20.73%
  • key color value is 3.53%
CMYK:
(2,0,21,4)
C2M0Y21K4 
(2%,0%,21%,4%)
(0.02/0.00/0.21/0.04)	

CMYK percentages

%1.63
%0
%20.73
%3.53

Codes

Color #F2F6C3 in popluar color models

F2F6C3
RGB242246195
HSL65°73.91%86.47%
HSB/HSV65°20.73%96.47%
CMYK1.63%0.00%20.73%
3.53%

Color #F2F6C3 in popluar number systems.

HEXF2F6C3
Decimal242246195
Binary111100101111011011000011
Octal362366303

Shades and tints

Shades of #F2F6C3

#F2F6C3
(242,246,195)
#DCE0B2
(220,224,178)
#C6CAA1
(198,202,161)
#B0B490
(176,180,144)
#9A9E7F
(154,158,127)
#84886E
(132,136,110)
#6E725D
(110,114,93)
#585C4C
(88,92,76)
#42463B
(66,70,59)
#2C302A
(44,48,42)
#161A19
(22,26,25)
#000000
(0,0,0)

Tints of #F2F6C3

#F2F6C3
(242,246,195)
#F3F6C8
(243,246,200)
#F4F6CD
(244,246,205)
#F5F6D2
(245,246,210)
#F6F6D7
(246,246,215)
#F7F6DC
(247,246,220)
#F8F6E1
(248,246,225)
#F9F6E6
(249,246,230)
#FAF6EB
(250,246,235)
#FBF6F0
(251,246,240)
#FCF6F5
(252,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2F6C3 color. Also use rgb(242,246,195) instead hex code.

Text Font Color

.myTextColor { color: #F2F6C3; }

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

This text font color is #F2F6C3.


Background Color

.myBgColor { background-color: #F2F6C3; }

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

This div background color is #F2F6C3.


Border color

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

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

This div border color is #F2F6C3.


Opacity

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

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

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

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

This text has shadow with #F2F6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2F6C3 on black background.


Color preview on white background

This text has color #F2F6C3 on white background.



Black color preview on #F2F6C3 background

This text has black color on #F2F6C3 background.


White color preview on #F2F6C3 background

This text has white color on #F2F6C3 background.