COLOR #F6FBD1

HEX: #F6FBD1
RGB: (246,251,209)

Color info

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

RGB color model

#F6FBD1 color RGB value is (246,251,209).

  • red value is 246;
  • green value is 251;
  • blue value is 209.
RGB:
(246,251,209)
(96%,98%,82%)

RGB channels and saturation

R 246 of 255 = 96%
G 251 of 255 = 98%
B 209 of 255 = 82%

246
251
209

R + G + B ~ 92%. #F6FBD1 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 251 + 209 = 706 (100%)
R 246 of 706 ~ 34.84%
G 251 of 706 ~ 35.55%
B 209 of 706 ~ 29.6%

%34.84
%35.55
%29.6

CMYK color model

#F6FBD1 color CMYK value is (2,0,17,2).

  • cyan value is 1.99%
  • magenta value is 0.00%
  • yellow value is 16.73%
  • key color value is 1.57%
CMYK:
(2,0,17,2)
C2M0Y17K2 
(2%,0%,17%,2%)
(0.02/0.00/0.17/0.02)	

CMYK percentages

%1.99
%0
%16.73
%1.57

Codes

Color #F6FBD1 in popluar color models

F6FBD1
RGB246251209
HSL67°84.00%90.20%
HSB/HSV67°16.73%98.43%
CMYK1.99%0.00%16.73%
1.57%

Color #F6FBD1 in popluar number systems.

HEXF6FBD1
Decimal246251209
Binary111101101111101111010001
Octal366373321

Shades and tints

Shades of #F6FBD1

#F6FBD1
(246,251,209)
#E0E5BE
(224,229,190)
#CACFAB
(202,207,171)
#B4B998
(180,185,152)
#9EA385
(158,163,133)
#888D72
(136,141,114)
#72775F
(114,119,95)
#5C614C
(92,97,76)
#464B39
(70,75,57)
#303526
(48,53,38)
#1A1F13
(26,31,19)
#000000
(0,0,0)

Tints of #F6FBD1

#F6FBD1
(246,251,209)
#F6FBD5
(246,251,213)
#F6FBD9
(246,251,217)
#F6FBDD
(246,251,221)
#F6FBE1
(246,251,225)
#F6FBE5
(246,251,229)
#F6FBE9
(246,251,233)
#F6FBED
(246,251,237)
#F6FBF1
(246,251,241)
#F6FBF5
(246,251,245)
#F6FBF9
(246,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FBD1; }

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

This text font color is #F6FBD1.


Background Color

.myBgColor { background-color: #F6FBD1; }

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

This div background color is #F6FBD1.


Border color

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

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

This div border color is #F6FBD1.


Opacity

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

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

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

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

This text has shadow with #F6FBD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6FBD1 on black background.


Color preview on white background

This text has color #F6FBD1 on white background.



Black color preview on #F6FBD1 background

This text has black color on #F6FBD1 background.


White color preview on #F6FBD1 background

This text has white color on #F6FBD1 background.