COLOR #F6FCBD

HEX: #F6FCBD
RGB: (246,252,189)

Color info

#F6FCBD contains mainly red and green colors. Web safe color of #F6FCBD is #FFFFCC (or #FFC).

RGB color model

#F6FCBD color RGB value is (246,252,189).

  • red value is 246;
  • green value is 252;
  • blue value is 189.
RGB:
(246,252,189)
(96%,99%,74%)

RGB channels and saturation

R 246 of 255 = 96%
G 252 of 255 = 99%
B 189 of 255 = 74%

246
252
189

R + G + B ~ 90%. #F6FCBD is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 252 + 189 = 687 (100%)
R 246 of 687 ~ 35.81%
G 252 of 687 ~ 36.68%
B 189 of 687 ~ 27.51%

%35.81
%36.68
%27.51

CMYK color model

#F6FCBD color CMYK value is (2,0,25,1).

  • cyan value is 2.38%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 1.18%
CMYK:
(2,0,25,1)
C2M0Y25K1 
(2%,0%,25%,1%)
(0.02/0.00/0.25/0.01)	

CMYK percentages

%2.38
%0
%25
%1.18

Codes

Color #F6FCBD in popluar color models

F6FCBD
RGB246252189
HSL66°91.30%86.47%
HSB/HSV66°25.00%98.82%
CMYK2.38%0.00%25.00%
1.18%

Color #F6FCBD in popluar number systems.

HEXF6FCBD
Decimal246252189
Binary111101101111110010111101
Octal366374275

Shades and tints

Shades of #F6FCBD

#F6FCBD
(246,252,189)
#E0E6AC
(224,230,172)
#CAD09B
(202,208,155)
#B4BA8A
(180,186,138)
#9EA479
(158,164,121)
#888E68
(136,142,104)
#727857
(114,120,87)
#5C6246
(92,98,70)
#464C35
(70,76,53)
#303624
(48,54,36)
#1A2013
(26,32,19)
#000000
(0,0,0)

Tints of #F6FCBD

#F6FCBD
(246,252,189)
#F6FCC3
(246,252,195)
#F6FCC9
(246,252,201)
#F6FCCF
(246,252,207)
#F6FCD5
(246,252,213)
#F6FCDB
(246,252,219)
#F6FCE1
(246,252,225)
#F6FCE7
(246,252,231)
#F6FCED
(246,252,237)
#F6FCF3
(246,252,243)
#F6FCF9
(246,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6FCBD color. Also use rgb(246,252,189) instead hex code.

Text Font Color

.myTextColor { color: #F6FCBD; }

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

This text font color is #F6FCBD.


Background Color

.myBgColor { background-color: #F6FCBD; }

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

This div background color is #F6FCBD.


Border color

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

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

This div border color is #F6FCBD.


Opacity

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

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

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

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

This text has shadow with #F6FCBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6FCBD on black background.


Color preview on white background

This text has color #F6FCBD on white background.



Black color preview on #F6FCBD background

This text has black color on #F6FCBD background.


White color preview on #F6FCBD background

This text has white color on #F6FCBD background.