COLOR #F6FDC4

HEX: #F6FDC4
RGB: (246,253,196)

Color info

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

RGB color model

#F6FDC4 color RGB value is (246,253,196).

  • red value is 246;
  • green value is 253;
  • blue value is 196.
RGB:
(246,253,196)
(96%,99%,77%)

RGB channels and saturation

R 246 of 255 = 96%
G 253 of 255 = 99%
B 196 of 255 = 77%

246
253
196

R + G + B ~ 91%. #F6FDC4 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 253 + 196 = 695 (100%)
R 246 of 695 ~ 35.4%
G 253 of 695 ~ 36.4%
B 196 of 695 ~ 28.2%

%35.4
%36.4
%28.2

CMYK color model

#F6FDC4 color CMYK value is (3,0,23,1).

  • cyan value is 2.77%
  • magenta value is 0.00%
  • yellow value is 22.53%
  • key color value is 0.78%
CMYK:
(3,0,23,1)
C3M0Y23K1 
(3%,0%,23%,1%)
(0.03/0.00/0.23/0.01)	

CMYK percentages

%2.77
%0
%22.53
%0.78

Codes

Color #F6FDC4 in popluar color models

F6FDC4
RGB246253196
HSL67°93.44%88.04%
HSB/HSV67°22.53%99.22%
CMYK2.77%0.00%22.53%
0.78%

Color #F6FDC4 in popluar number systems.

HEXF6FDC4
Decimal246253196
Binary111101101111110111000100
Octal366375304

Shades and tints

Shades of #F6FDC4

#F6FDC4
(246,253,196)
#E0E6B3
(224,230,179)
#CACFA2
(202,207,162)
#B4B891
(180,184,145)
#9EA180
(158,161,128)
#888A6F
(136,138,111)
#72735E
(114,115,94)
#5C5C4D
(92,92,77)
#46453C
(70,69,60)
#302E2B
(48,46,43)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #F6FDC4

#F6FDC4
(246,253,196)
#F6FDC9
(246,253,201)
#F6FDCE
(246,253,206)
#F6FDD3
(246,253,211)
#F6FDD8
(246,253,216)
#F6FDDD
(246,253,221)
#F6FDE2
(246,253,226)
#F6FDE7
(246,253,231)
#F6FDEC
(246,253,236)
#F6FDF1
(246,253,241)
#F6FDF6
(246,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6FDC4 color. Also use rgb(246,253,196) instead hex code.

Text Font Color

.myTextColor { color: #F6FDC4; }

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

This text font color is #F6FDC4.


Background Color

.myBgColor { background-color: #F6FDC4; }

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

This div background color is #F6FDC4.


Border color

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

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

This div border color is #F6FDC4.


Opacity

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

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

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

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

This text has shadow with #F6FDC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6FDC4 on black background.


Color preview on white background

This text has color #F6FDC4 on white background.



Black color preview on #F6FDC4 background

This text has black color on #F6FDC4 background.


White color preview on #F6FDC4 background

This text has white color on #F6FDC4 background.