COLOR #F2FFE6

HEX: #F2FFE6 RGB: (242,255,230)

Color info

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

RGB color model

#F2FFE6 color RGB value is (242,255,230).

RGB: (242,255,230) (95%, 100%, 90%)

RGB channels and saturation

R 242 of 255 = 95%
G 255 of 255 = 100%
B 230 of 255 = 90%

242
255
230

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

Portions of RGB colors in percentages

R + G + B = 242 + 255 + 230 = 727 (100%)
R 242 of 727 ~ 33.29%
G 255 of 727 ~ 35.08%
B 230 of 727 ~ 31.64'%

%33.29
%35.08
%31.64

CMYK color model

#F2FFE6 color CMYK value is (5,0,10,0).

  • cyan value is 5.10%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 0.00%

CMYK: (5,0,10,0)
C5M0Y10K0 (5%, 0%, 10%, 0%)
(0.05 / 0.00 / 0.10 / 0.00)

CMYK percentages

%5.1
%0
%9.8
%0

Codes

Color #F2FFE6 in popluar color models

F2 FF E6
RGB 242 255 230
HSL 91° 100.00% 95.10%
HSB/HSV 91° 9.80% 100.00%
CMYK 5.10% 0.00% 9.80%
0.00%

Color #F2FFE6 in popluar number systems.

HEX F2 FF E6
Decimal 242 255 230
Binary 11110010 11111111 11100110
Octal 362 377 346

Shades and tints

Shades of #F2FFE6

#F2FFE6
(242,255,230)
#DCE8D2
(220,232,210)
#C6D1BE
(198,209,190)
#B0BAAA
(176,186,170)
#9AA396
(154,163,150)
#848C82
(132,140,130)
#6E756E
(110,117,110)
#585E5A
(88,94,90)
#424746
(66,71,70)
#2C3032
(44,48,50)
#16191E
(22,25,30)
#000000
(0,0,0)

Tints of #F2FFE6

#F2FFE6
(242,255,230)
#F3FFE8
(243,255,232)
#F4FFEA
(244,255,234)
#F5FFEC
(245,255,236)
#F6FFEE
(246,255,238)
#F7FFF0
(247,255,240)
#F8FFF2
(248,255,242)
#F9FFF4
(249,255,244)
#FAFFF6
(250,255,246)
#FBFFF8
(251,255,248)
#FCFFFA
(252,255,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2FFE6; }

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

This text font color is #F2FFE6.

Background Color

.myBgColor { background-color: #F2FFE6; }

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

This div background color is #F2FFE6.

Border color

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

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

This div border color is #F2FFE6.

Opacity

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

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

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

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

This text has shadow with #F2FFE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2FFE6.

Preview

Color preview on black background

This text has color #F2FFE6 on black background.


Color preview on white background

This text has color #F2FFE6 on white background.


Black color preview on #F2FFE6 background

This text has black color on #F2FFE6 background.


White color preview on #F2FFE6 background

This text has white color on #F2FFE6 background.


Related colors

Complementary color

Complementary color for #hex is #0D0019.


I love getcolorcode.com

Triadic colors

1 #E6F2FF and #FFE6F2 with #F2FFE6 are triadic colors.

2 #E6FFF2 and #FFF2E6 with #F2FFE6 are triadic colors.