COLOR #F2F6D8

HEX: #F2F6D8
RGB: (242,246,216)

Color info

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

RGB color model

#F2F6D8 color RGB value is (242,246,216).

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

RGB channels and saturation

R 242 of 255 = 95%
G 246 of 255 = 96%
B 216 of 255 = 85%

242
246
216

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

Portions of RGB colors in percentages

R + G + B =
242 + 246 + 216 = 704 (100%)
R 242 of 704 ~ 34.38%
G 246 of 704 ~ 34.94%
B 216 of 704 ~ 30.68%

%34.38
%34.94
%30.68

CMYK color model

#F2F6D8 color CMYK value is (2,0,12,4).

  • cyan value is 1.63%
  • magenta value is 0.00%
  • yellow value is 12.20%
  • key color value is 3.53%
CMYK:
(2,0,12,4)
C2M0Y12K4 
(2%,0%,12%,4%)
(0.02/0.00/0.12/0.04)	

CMYK percentages

%1.63
%0
%12.2
%3.53

Codes

Color #F2F6D8 in popluar color models

F2F6D8
RGB242246216
HSL68°62.50%90.59%
HSB/HSV68°12.20%96.47%
CMYK1.63%0.00%12.20%
3.53%

Color #F2F6D8 in popluar number systems.

HEXF2F6D8
Decimal242246216
Binary111100101111011011011000
Octal362366330

Shades and tints

Shades of #F2F6D8

#F2F6D8
(242,246,216)
#DCE0C5
(220,224,197)
#C6CAB2
(198,202,178)
#B0B49F
(176,180,159)
#9A9E8C
(154,158,140)
#848879
(132,136,121)
#6E7266
(110,114,102)
#585C53
(88,92,83)
#424640
(66,70,64)
#2C302D
(44,48,45)
#161A1A
(22,26,26)
#000000
(0,0,0)

Tints of #F2F6D8

#F2F6D8
(242,246,216)
#F3F6DB
(243,246,219)
#F4F6DE
(244,246,222)
#F5F6E1
(245,246,225)
#F6F6E4
(246,246,228)
#F7F6E7
(247,246,231)
#F8F6EA
(248,246,234)
#F9F6ED
(249,246,237)
#FAF6F0
(250,246,240)
#FBF6F3
(251,246,243)
#FCF6F6
(252,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2F6D8; }

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

This text font color is #F2F6D8.


Background Color

.myBgColor { background-color: #F2F6D8; }

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

This div background color is #F2F6D8.


Border color

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

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

This div border color is #F2F6D8.


Opacity

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

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

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

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

This text has shadow with #F2F6D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2F6D8 on black background.


Color preview on white background

This text has color #F2F6D8 on white background.



Black color preview on #F2F6D8 background

This text has black color on #F2F6D8 background.


White color preview on #F2F6D8 background

This text has white color on #F2F6D8 background.