COLOR #F6FBEC

HEX: #F6FBEC RGB: (246,251,236)

Color info

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

RGB color model

#F6FBEC color RGB value is (246,251,236).

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

RGB channels and saturation

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

246
251
236

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

Portions of RGB colors in percentages

R + G + B = 246 + 251 + 236 = 733 (100%)
R 246 of 733 ~ 33.56%
G 251 of 733 ~ 34.24%
B 236 of 733 ~ 32.2'%

%33.56
%34.24
%32.2

CMYK color model

#F6FBEC color CMYK value is (2,0,6,2).

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

CMYK: (2,0,6,2)
C2M0Y6K2 (2%, 0%, 6%, 2%)
(0.02 / 0.00 / 0.06 / 0.02)

CMYK percentages

%1.99
%0
%5.98
%1.57

Codes

Color #F6FBEC in popluar color models

F6 FB EC
RGB 246 251 236
HSL 80° 65.22% 95.49%
HSB/HSV 80° 5.98% 98.43%
CMYK 1.99% 0.00% 5.98%
1.57%

Color #F6FBEC in popluar number systems.

HEX F6 FB EC
Decimal 246 251 236
Binary 11110110 11111011 11101100
Octal 366 373 354

Shades and tints

Shades of #F6FBEC

#F6FBEC
(246,251,236)
#E0E5D7
(224,229,215)
#CACFC2
(202,207,194)
#B4B9AD
(180,185,173)
#9EA398
(158,163,152)
#888D83
(136,141,131)
#72776E
(114,119,110)
#5C6159
(92,97,89)
#464B44
(70,75,68)
#30352F
(48,53,47)
#1A1F1A
(26,31,26)
#000000
(0,0,0)

Tints of #F6FBEC

#F6FBEC
(246,251,236)
#F6FBED
(246,251,237)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FBEC; }

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

This text font color is #F6FBEC.

Background Color

.myBgColor { background-color: #F6FBEC; }

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

This div background color is #F6FBEC.

Border color

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

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

This div border color is #F6FBEC.

Opacity

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

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

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

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

This text has shadow with #F6FBEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6FBEC.

Preview

Color preview on black background

This text has color #F6FBEC on black background.


Color preview on white background

This text has color #F6FBEC on white background.


Black color preview on #F6FBEC background

This text has black color on #F6FBEC background.


White color preview on #F6FBEC background

This text has white color on #F6FBEC background.


Related colors

Complementary color

Complementary color for #hex is #090413.


I love getcolorcode.com

Triadic colors

1 #ECF6FB and #FBECF6 with #F6FBEC are triadic colors.

2 #ECFBF6 and #FBF6EC with #F6FBEC are triadic colors.