COLOR #F2F8DB

HEX: #F2F8DB
RGB: (242,248,219)

Color info

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

RGB color model

#F2F8DB color RGB value is (242,248,219).

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

RGB channels and saturation

R 242 of 255 = 95%
G 248 of 255 = 97%
B 219 of 255 = 86%

242
248
219

R + G + B ~ 93%. #F2F8DB is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 248 + 219 = 709 (100%)
R 242 of 709 ~ 34.13%
G 248 of 709 ~ 34.98%
B 219 of 709 ~ 30.89%

%34.13
%34.98
%30.89

CMYK color model

#F2F8DB color CMYK value is (2,0,12,3).

  • cyan value is 2.42%
  • magenta value is 0.00%
  • yellow value is 11.69%
  • key color value is 2.75%
CMYK:
(2,0,12,3)
C2M0Y12K3 
(2%,0%,12%,3%)
(0.02/0.00/0.12/0.03)	

CMYK percentages

%2.42
%0
%11.69
%2.75

Codes

Color #F2F8DB in popluar color models

F2F8DB
RGB242248219
HSL72°67.44%91.57%
HSB/HSV72°11.69%97.25%
CMYK2.42%0.00%11.69%
2.75%

Color #F2F8DB in popluar number systems.

HEXF2F8DB
Decimal242248219
Binary111100101111100011011011
Octal362370333

Shades and tints

Shades of #F2F8DB

#F2F8DB
(242,248,219)
#DCE2C8
(220,226,200)
#C6CCB5
(198,204,181)
#B0B6A2
(176,182,162)
#9AA08F
(154,160,143)
#848A7C
(132,138,124)
#6E7469
(110,116,105)
#585E56
(88,94,86)
#424843
(66,72,67)
#2C3230
(44,50,48)
#161C1D
(22,28,29)
#000000
(0,0,0)

Tints of #F2F8DB

#F2F8DB
(242,248,219)
#F3F8DE
(243,248,222)
#F4F8E1
(244,248,225)
#F5F8E4
(245,248,228)
#F6F8E7
(246,248,231)
#F7F8EA
(247,248,234)
#F8F8ED
(248,248,237)
#F9F8F0
(249,248,240)
#FAF8F3
(250,248,243)
#FBF8F6
(251,248,246)
#FCF8F9
(252,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2F8DB; }

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

This text font color is #F2F8DB.


Background Color

.myBgColor { background-color: #F2F8DB; }

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

This div background color is #F2F8DB.


Border color

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

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

This div border color is #F2F8DB.


Opacity

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

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

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

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

This text has shadow with #F2F8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2F8DB on black background.


Color preview on white background

This text has color #F2F8DB on white background.



Black color preview on #F2F8DB background

This text has black color on #F2F8DB background.


White color preview on #F2F8DB background

This text has white color on #F2F8DB background.