COLOR #F2FDEA

HEX: #F2FDEA
RGB: (242,253,234)

Color info

#F2FDEA contains red, green and blue colors in about the same proportion. Web safe color of #F2FDEA is #FFFFFF (or #FFF).

RGB color model

#F2FDEA color RGB value is (242,253,234).

  • red value is 242;
  • green value is 253;
  • blue value is 234.
RGB:
(242,253,234)
(95%,99%,92%)

RGB channels and saturation

R 242 of 255 = 95%
G 253 of 255 = 99%
B 234 of 255 = 92%

242
253
234

R + G + B ~ 95%. #F2FDEA is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 253 + 234 = 729 (100%)
R 242 of 729 ~ 33.2%
G 253 of 729 ~ 34.71%
B 234 of 729 ~ 32.1%

%33.2
%34.71
%32.1

CMYK color model

#F2FDEA color CMYK value is (4,0,8,1).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 7.51%
  • key color value is 0.78%
CMYK:
(4,0,8,1)
C4M0Y8K1 
(4%,0%,8%,1%)
(0.04/0.00/0.08/0.01)	

CMYK percentages

%4.35
%0
%7.51
%0.78

Codes

Color #F2FDEA in popluar color models

F2FDEA
RGB242253234
HSL95°82.61%95.49%
HSB/HSV95°7.51%99.22%
CMYK4.35%0.00%7.51%
0.78%

Color #F2FDEA in popluar number systems.

HEXF2FDEA
Decimal242253234
Binary111100101111110111101010
Octal362375352

Shades and tints

Shades of #F2FDEA

#F2FDEA
(242,253,234)
#DCE6D5
(220,230,213)
#C6CFC0
(198,207,192)
#B0B8AB
(176,184,171)
#9AA196
(154,161,150)
#848A81
(132,138,129)
#6E736C
(110,115,108)
#585C57
(88,92,87)
#424542
(66,69,66)
#2C2E2D
(44,46,45)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #F2FDEA

#F2FDEA
(242,253,234)
#F3FDEB
(243,253,235)
#F4FDEC
(244,253,236)
#F5FDED
(245,253,237)
#F6FDEE
(246,253,238)
#F7FDEF
(247,253,239)
#F8FDF0
(248,253,240)
#F9FDF1
(249,253,241)
#FAFDF2
(250,253,242)
#FBFDF3
(251,253,243)
#FCFDF4
(252,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2FDEA color. Also use rgb(242,253,234) instead hex code.

Text Font Color

.myTextColor { color: #F2FDEA; }

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

This text font color is #F2FDEA.


Background Color

.myBgColor { background-color: #F2FDEA; }

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

This div background color is #F2FDEA.


Border color

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

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

This div border color is #F2FDEA.


Opacity

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

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

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

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

This text has shadow with #F2FDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2FDEA on black background.


Color preview on white background

This text has color #F2FDEA on white background.



Black color preview on #F2FDEA background

This text has black color on #F2FDEA background.


White color preview on #F2FDEA background

This text has white color on #F2FDEA background.