COLOR #F6F8CA

HEX: #F6F8CA
RGB: (246,248,202)

Color info

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

RGB color model

#F6F8CA color RGB value is (246,248,202).

  • red value is 246;
  • green value is 248;
  • blue value is 202.
RGB:
(246,248,202)
(96%,97%,79%)

RGB channels and saturation

R 246 of 255 = 96%
G 248 of 255 = 97%
B 202 of 255 = 79%

246
248
202

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

Portions of RGB colors in percentages

R + G + B =
246 + 248 + 202 = 696 (100%)
R 246 of 696 ~ 35.34%
G 248 of 696 ~ 35.63%
B 202 of 696 ~ 29.02%

%35.34
%35.63
%29.02

CMYK color model

#F6F8CA color CMYK value is (1,0,19,3).

  • cyan value is 0.81%
  • magenta value is 0.00%
  • yellow value is 18.55%
  • key color value is 2.75%
CMYK:
(1,0,19,3)
C1M0Y19K3 
(1%,0%,19%,3%)
(0.01/0.00/0.19/0.03)	

CMYK percentages

%0.81
%0
%18.55
%2.75

Codes

Color #F6F8CA in popluar color models

F6F8CA
RGB246248202
HSL63°76.67%88.24%
HSB/HSV63°18.55%97.25%
CMYK0.81%0.00%18.55%
2.75%

Color #F6F8CA in popluar number systems.

HEXF6F8CA
Decimal246248202
Binary111101101111100011001010
Octal366370312

Shades and tints

Shades of #F6F8CA

#F6F8CA
(246,248,202)
#E0E2B8
(224,226,184)
#CACCA6
(202,204,166)
#B4B694
(180,182,148)
#9EA082
(158,160,130)
#888A70
(136,138,112)
#72745E
(114,116,94)
#5C5E4C
(92,94,76)
#46483A
(70,72,58)
#303228
(48,50,40)
#1A1C16
(26,28,22)
#000000
(0,0,0)

Tints of #F6F8CA

#F6F8CA
(246,248,202)
#F6F8CE
(246,248,206)
#F6F8D2
(246,248,210)
#F6F8D6
(246,248,214)
#F6F8DA
(246,248,218)
#F6F8DE
(246,248,222)
#F6F8E2
(246,248,226)
#F6F8E6
(246,248,230)
#F6F8EA
(246,248,234)
#F6F8EE
(246,248,238)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6F8CA color. Also use rgb(246,248,202) instead hex code.

Text Font Color

.myTextColor { color: #F6F8CA; }

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

This text font color is #F6F8CA.


Background Color

.myBgColor { background-color: #F6F8CA; }

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

This div background color is #F6F8CA.


Border color

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

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

This div border color is #F6F8CA.


Opacity

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

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

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

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

This text has shadow with #F6F8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F8CA on black background.


Color preview on white background

This text has color #F6F8CA on white background.



Black color preview on #F6F8CA background

This text has black color on #F6F8CA background.


White color preview on #F6F8CA background

This text has white color on #F6F8CA background.