COLOR #F2F8CF

HEX: #F2F8CF
RGB: (242,248,207)

Color info

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

RGB color model

#F2F8CF color RGB value is (242,248,207).

  • red value is 242;
  • green value is 248;
  • blue value is 207.
RGB:
(242,248,207)
(95%,97%,81%)

RGB channels and saturation

R 242 of 255 = 95%
G 248 of 255 = 97%
B 207 of 255 = 81%

242
248
207

R + G + B ~ 91%. #F2F8CF is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 248 + 207 = 697 (100%)
R 242 of 697 ~ 34.72%
G 248 of 697 ~ 35.58%
B 207 of 697 ~ 29.7%

%34.72
%35.58
%29.7

CMYK color model

#F2F8CF color CMYK value is (2,0,17,3).

  • cyan value is 2.42%
  • magenta value is 0.00%
  • yellow value is 16.53%
  • key color value is 2.75%
CMYK:
(2,0,17,3)
C2M0Y17K3 
(2%,0%,17%,3%)
(0.02/0.00/0.17/0.03)	

CMYK percentages

%2.42
%0
%16.53
%2.75

Codes

Color #F2F8CF in popluar color models

F2F8CF
RGB242248207
HSL69°74.55%89.22%
HSB/HSV69°16.53%97.25%
CMYK2.42%0.00%16.53%
2.75%

Color #F2F8CF in popluar number systems.

HEXF2F8CF
Decimal242248207
Binary111100101111100011001111
Octal362370317

Shades and tints

Shades of #F2F8CF

#F2F8CF
(242,248,207)
#DCE2BD
(220,226,189)
#C6CCAB
(198,204,171)
#B0B699
(176,182,153)
#9AA087
(154,160,135)
#848A75
(132,138,117)
#6E7463
(110,116,99)
#585E51
(88,94,81)
#42483F
(66,72,63)
#2C322D
(44,50,45)
#161C1B
(22,28,27)
#000000
(0,0,0)

Tints of #F2F8CF

#F2F8CF
(242,248,207)
#F3F8D3
(243,248,211)
#F4F8D7
(244,248,215)
#F5F8DB
(245,248,219)
#F6F8DF
(246,248,223)
#F7F8E3
(247,248,227)
#F8F8E7
(248,248,231)
#F9F8EB
(249,248,235)
#FAF8EF
(250,248,239)
#FBF8F3
(251,248,243)
#FCF8F7
(252,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2F8CF color. Also use rgb(242,248,207) instead hex code.

Text Font Color

.myTextColor { color: #F2F8CF; }

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

This text font color is #F2F8CF.


Background Color

.myBgColor { background-color: #F2F8CF; }

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

This div background color is #F2F8CF.


Border color

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

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

This div border color is #F2F8CF.


Opacity

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

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

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

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

This text has shadow with #F2F8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2F8CF on black background.


Color preview on white background

This text has color #F2F8CF on white background.



Black color preview on #F2F8CF background

This text has black color on #F2F8CF background.


White color preview on #F2F8CF background

This text has white color on #F2F8CF background.