COLOR #F2FFD6

HEX: #F2FFD6
RGB: (242,255,214)

Color info

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

RGB color model

#F2FFD6 color RGB value is (242,255,214).

  • red value is 242;
  • green value is 255;
  • blue value is 214.
RGB:
(242,255,214)
(95%,100%,84%)

RGB channels and saturation

R 242 of 255 = 95%
G 255 of 255 = 100%
B 214 of 255 = 84%

242
255
214

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

Portions of RGB colors in percentages

R + G + B =
242 + 255 + 214 = 711 (100%)
R 242 of 711 ~ 34.04%
G 255 of 711 ~ 35.86%
B 214 of 711 ~ 30.1%

%34.04
%35.86
%30.1

CMYK color model

#F2FFD6 color CMYK value is (5,0,16,0).

  • cyan value is 5.10%
  • magenta value is 0.00%
  • yellow value is 16.08%
  • key color value is 0.00%
CMYK:
(5,0,16,0)
C5M0Y16K0 
(5%,0%,16%,0%)
(0.05/0.00/0.16/0.00)	

CMYK percentages

%5.1
%0
%16.08
%0

Codes

Color #F2FFD6 in popluar color models

F2FFD6
RGB242255214
HSL79°100.00%91.96%
HSB/HSV79°16.08%100.00%
CMYK5.10%0.00%16.08%
0.00%

Color #F2FFD6 in popluar number systems.

HEXF2FFD6
Decimal242255214
Binary111100101111111111010110
Octal362377326

Shades and tints

Shades of #F2FFD6

#F2FFD6
(242,255,214)
#DCE8C3
(220,232,195)
#C6D1B0
(198,209,176)
#B0BA9D
(176,186,157)
#9AA38A
(154,163,138)
#848C77
(132,140,119)
#6E7564
(110,117,100)
#585E51
(88,94,81)
#42473E
(66,71,62)
#2C302B
(44,48,43)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #F2FFD6

#F2FFD6
(242,255,214)
#F3FFD9
(243,255,217)
#F4FFDC
(244,255,220)
#F5FFDF
(245,255,223)
#F6FFE2
(246,255,226)
#F7FFE5
(247,255,229)
#F8FFE8
(248,255,232)
#F9FFEB
(249,255,235)
#FAFFEE
(250,255,238)
#FBFFF1
(251,255,241)
#FCFFF4
(252,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2FFD6 color. Also use rgb(242,255,214) instead hex code.

Text Font Color

.myTextColor { color: #F2FFD6; }

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

This text font color is #F2FFD6.


Background Color

.myBgColor { background-color: #F2FFD6; }

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

This div background color is #F2FFD6.


Border color

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

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

This div border color is #F2FFD6.


Opacity

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

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

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

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

This text has shadow with #F2FFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2FFD6 on black background.


Color preview on white background

This text has color #F2FFD6 on white background.



Black color preview on #F2FFD6 background

This text has black color on #F2FFD6 background.


White color preview on #F2FFD6 background

This text has white color on #F2FFD6 background.