COLOR #F6FBEE

HEX: #F6FBEE RGB: (246,251,238)

Color info

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

RGB color model

#F6FBEE color RGB value is (246,251,238).

RGB: (246,251,238) (96%, 98%, 93%)

RGB channels and saturation

R 246 of 255 = 96%
G 251 of 255 = 98%
B 238 of 255 = 93%

246
251
238

R + G + B ~ 96%. #F6FBEE is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 251 + 238 = 735 (100%)
R 246 of 735 ~ 33.47%
G 251 of 735 ~ 34.15%
B 238 of 735 ~ 32.38'%

%33.47
%34.15
%32.38

CMYK color model

#F6FBEE color CMYK value is (2,0,5,2).

  • cyan value is 1.99%
  • magenta value is 0.00%
  • yellow value is 5.18%
  • key color value is 1.57%

CMYK: (2,0,5,2)
C2M0Y5K2 (2%, 0%, 5%, 2%)
(0.02 / 0.00 / 0.05 / 0.02)

CMYK percentages

%1.99
%0
%5.18
%1.57

Codes

Color #F6FBEE in popluar color models

F6 FB EE
RGB 246 251 238
HSL 83° 61.90% 95.88%
HSB/HSV 83° 5.18% 98.43%
CMYK 1.99% 0.00% 5.18%
1.57%

Color #F6FBEE in popluar number systems.

HEX F6 FB EE
Decimal 246 251 238
Binary 11110110 11111011 11101110
Octal 366 373 356

Shades and tints

Shades of #F6FBEE

#F6FBEE
(246,251,238)
#E0E5D9
(224,229,217)
#CACFC4
(202,207,196)
#B4B9AF
(180,185,175)
#9EA39A
(158,163,154)
#888D85
(136,141,133)
#727770
(114,119,112)
#5C615B
(92,97,91)
#464B46
(70,75,70)
#303531
(48,53,49)
#1A1F1C
(26,31,28)
#000000
(0,0,0)

Tints of #F6FBEE

#F6FBEE
(246,251,238)
#F6FBEF
(246,251,239)
#F6FBF0
(246,251,240)
#F6FBF1
(246,251,241)
#F6FBF2
(246,251,242)
#F6FBF3
(246,251,243)
#F6FBF4
(246,251,244)
#F6FBF5
(246,251,245)
#F6FBF6
(246,251,246)
#F6FBF7
(246,251,247)
#F6FBF8
(246,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6FBEE color. Also use rgb(246,251,238) instead hex code.

Text Font Color

.myTextColor { color: #F6FBEE; }

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

This text font color is #F6FBEE.

Background Color

.myBgColor { background-color: #F6FBEE; }

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

This div background color is #F6FBEE.

Border color

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

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

This div border color is #F6FBEE.

Opacity

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

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

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

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

This text has shadow with #F6FBEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6FBEE.

Preview

Color preview on black background

This text has color #F6FBEE on black background.


Color preview on white background

This text has color #F6FBEE on white background.


Black color preview on #F6FBEE background

This text has black color on #F6FBEE background.


White color preview on #F6FBEE background

This text has white color on #F6FBEE background.


Related colors

Complementary color

Complementary color for #hex is #090411.


I love getcolorcode.com

Triadic colors

1 #EEF6FB and #FBEEF6 with #F6FBEE are triadic colors.

2 #EEFBF6 and #FBF6EE with #F6FBEE are triadic colors.