COLOR #FCFAFF

HEX: #FCFAFF
RGB: (252,250,255)

Color info

#FCFAFF contains red, green and blue colors in about the same proportion. Web safe color of #FCFAFF is #FFFFFF (or #FFF).

RGB color model

#FCFAFF color RGB value is (252,250,255).

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

RGB channels and saturation

R 252 of 255 = 99%
G 250 of 255 = 98%
B 255 of 255 = 100%

252
250
255

R + G + B ~ 99%. #FCFAFF is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 250 + 255 = 757 (100%)
R 252 of 757 ~ 33.29%
G 250 of 757 ~ 33.03%
B 255 of 757 ~ 33.69%

%33.29
%33.03
%33.69

CMYK color model

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

  • cyan value is 1.18%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(1,2,0,0)
C1M2Y0K0 
(1%,2%,0%,0%)
(0.01/0.02/0.00/0.00)	

CMYK percentages

%1.18
%1.96
%0
%0

Codes

Color #FCFAFF in popluar color models

FCFAFF
RGB252250255
HSL264°100.00%99.02%
HSB/HSV264°1.96%100.00%
CMYK1.18%1.96%0.00%
0.00%

Color #FCFAFF in popluar number systems.

HEXFCFAFF
Decimal252250255
Binary111111001111101011111111
Octal374372377

Shades and tints

Shades of #FCFAFF

#FCFAFF
(252,250,255)
#E6E4E8
(230,228,232)
#D0CED1
(208,206,209)
#BAB8BA
(186,184,186)
#A4A2A3
(164,162,163)
#8E8C8C
(142,140,140)
#787675
(120,118,117)
#62605E
(98,96,94)
#4C4A47
(76,74,71)
#363430
(54,52,48)
#201E19
(32,30,25)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFAFF; }

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

This text font color is #FCFAFF.


Background Color

.myBgColor { background-color: #FCFAFF; }

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

This div background color is #FCFAFF.


Border color

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

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

This div border color is #FCFAFF.


Opacity

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

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

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

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

This text has shadow with #FCFAFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCFAFF on black background.


Color preview on white background

This text has color #FCFAFF on white background.



Black color preview on #FCFAFF background

This text has black color on #FCFAFF background.


White color preview on #FCFAFF background

This text has white color on #FCFAFF background.