COLOR #F2FBE9

HEX: #F2FBE9 RGB: (242,251,233)

Color info

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

RGB color model

#F2FBE9 color RGB value is (242,251,233).

RGB: (242,251,233) (95%, 98%, 91%)

RGB channels and saturation

R 242 of 255 = 95%
G 251 of 255 = 98%
B 233 of 255 = 91%

242
251
233

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

Portions of RGB colors in percentages

R + G + B = 242 + 251 + 233 = 726 (100%)
R 242 of 726 ~ 33.33%
G 251 of 726 ~ 34.57%
B 233 of 726 ~ 32.09'%

%33.33
%34.57
%32.09

CMYK color model

#F2FBE9 color CMYK value is (4,0,7,2).

  • cyan value is 3.59%
  • magenta value is 0.00%
  • yellow value is 7.17%
  • key color value is 1.57%

CMYK: (4,0,7,2)
C4M0Y7K2 (4%, 0%, 7%, 2%)
(0.04 / 0.00 / 0.07 / 0.02)

CMYK percentages

%3.59
%0
%7.17
%1.57

Codes

Color #F2FBE9 in popluar color models

F2 FB E9
RGB 242 251 233
HSL 90° 69.23% 94.90%
HSB/HSV 90° 7.17% 98.43%
CMYK 3.59% 0.00% 7.17%
1.57%

Color #F2FBE9 in popluar number systems.

HEX F2 FB E9
Decimal 242 251 233
Binary 11110010 11111011 11101001
Octal 362 373 351

Shades and tints

Shades of #F2FBE9

#F2FBE9
(242,251,233)
#DCE5D4
(220,229,212)
#C6CFBF
(198,207,191)
#B0B9AA
(176,185,170)
#9AA395
(154,163,149)
#848D80
(132,141,128)
#6E776B
(110,119,107)
#586156
(88,97,86)
#424B41
(66,75,65)
#2C352C
(44,53,44)
#161F17
(22,31,23)
#000000
(0,0,0)

Tints of #F2FBE9

#F2FBE9
(242,251,233)
#F3FBEB
(243,251,235)
#F4FBED
(244,251,237)
#F5FBEF
(245,251,239)
#F6FBF1
(246,251,241)
#F7FBF3
(247,251,243)
#F8FBF5
(248,251,245)
#F9FBF7
(249,251,247)
#FAFBF9
(250,251,249)
#FBFBFB
(251,251,251)
#FCFBFD
(252,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2FBE9 color. Also use rgb(242,251,233) instead hex code.

Text Font Color

.myTextColor { color: #F2FBE9; }

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

This text font color is #F2FBE9.

Background Color

.myBgColor { background-color: #F2FBE9; }

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

This div background color is #F2FBE9.

Border color

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

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

This div border color is #F2FBE9.

Opacity

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

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

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

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

This text has shadow with #F2FBE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2FBE9.

Preview

Color preview on black background

This text has color #F2FBE9 on black background.


Color preview on white background

This text has color #F2FBE9 on white background.


Black color preview on #F2FBE9 background

This text has black color on #F2FBE9 background.


White color preview on #F2FBE9 background

This text has white color on #F2FBE9 background.


Related colors

Complementary color

Complementary color for #hex is #0D0416.


I love getcolorcode.com

Triadic colors

1 #E9F2FB and #FBE9F2 with #F2FBE9 are triadic colors.

2 #E9FBF2 and #FBF2E9 with #F2FBE9 are triadic colors.