COLOR #FCFFC6

HEX: #FCFFC6
RGB: (252,255,198)

Color info

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

RGB color model

#FCFFC6 color RGB value is (252,255,198).

  • red value is 252;
  • green value is 255;
  • blue value is 198.
RGB:
(252,255,198)
(99%,100%,78%)

RGB channels and saturation

R 252 of 255 = 99%
G 255 of 255 = 100%
B 198 of 255 = 78%

252
255
198

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

Portions of RGB colors in percentages

R + G + B =
252 + 255 + 198 = 705 (100%)
R 252 of 705 ~ 35.74%
G 255 of 705 ~ 36.17%
B 198 of 705 ~ 28.09%

%35.74
%36.17
%28.09

CMYK color model

#FCFFC6 color CMYK value is (1,0,22,0).

  • cyan value is 1.18%
  • magenta value is 0.00%
  • yellow value is 22.35%
  • key color value is 0.00%
CMYK:
(1,0,22,0)
C1M0Y22K0 
(1%,0%,22%,0%)
(0.01/0.00/0.22/0.00)	

CMYK percentages

%1.18
%0
%22.35
%0

Codes

Color #FCFFC6 in popluar color models

FCFFC6
RGB252255198
HSL63°100.00%88.82%
HSB/HSV63°22.35%100.00%
CMYK1.18%0.00%22.35%
0.00%

Color #FCFFC6 in popluar number systems.

HEXFCFFC6
Decimal252255198
Binary111111001111111111000110
Octal374377306

Shades and tints

Shades of #FCFFC6

#FCFFC6
(252,255,198)
#E6E8B4
(230,232,180)
#D0D1A2
(208,209,162)
#BABA90
(186,186,144)
#A4A37E
(164,163,126)
#8E8C6C
(142,140,108)
#78755A
(120,117,90)
#625E48
(98,94,72)
#4C4736
(76,71,54)
#363024
(54,48,36)
#201912
(32,25,18)
#000000
(0,0,0)

Tints of #FCFFC6

#FCFFC6
(252,255,198)
#FCFFCB
(252,255,203)
#FCFFD0
(252,255,208)
#FCFFD5
(252,255,213)
#FCFFDA
(252,255,218)
#FCFFDF
(252,255,223)
#FCFFE4
(252,255,228)
#FCFFE9
(252,255,233)
#FCFFEE
(252,255,238)
#FCFFF3
(252,255,243)
#FCFFF8
(252,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCFFC6 color. Also use rgb(252,255,198) instead hex code.

Text Font Color

.myTextColor { color: #FCFFC6; }

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

This text font color is #FCFFC6.


Background Color

.myBgColor { background-color: #FCFFC6; }

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

This div background color is #FCFFC6.


Border color

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

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

This div border color is #FCFFC6.


Opacity

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

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

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

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

This text has shadow with #FCFFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCFFC6 on black background.


Color preview on white background

This text has color #FCFFC6 on white background.



Black color preview on #FCFFC6 background

This text has black color on #FCFFC6 background.


White color preview on #FCFFC6 background

This text has white color on #FCFFC6 background.