COLOR #FCFAFD

HEX: #FCFAFD
RGB: (252,250,253)

Color info

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

RGB color model

#FCFAFD color RGB value is (252,250,253).

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

RGB channels and saturation

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

252
250
253

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

Portions of RGB colors in percentages

R + G + B =
252 + 250 + 253 = 755 (100%)
R 252 of 755 ~ 33.38%
G 250 of 755 ~ 33.11%
B 253 of 755 ~ 33.51%

%33.38
%33.11
%33.51

CMYK color model

#FCFAFD color CMYK value is (0,1,0,1).

  • cyan value is 0.40%
  • magenta value is 1.19%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(0,1,0,1)
C0M1Y0K1 
(0%,1%,0%,1%)
(0.00/0.01/0.00/0.01)	

CMYK percentages

%0.4
%1.19
%0
%0.78

Codes

Color #FCFAFD in popluar color models

FCFAFD
RGB252250253
HSL280°42.86%98.63%
HSB/HSV280°1.19%99.22%
CMYK0.40%1.19%0.00%
0.78%

Color #FCFAFD in popluar number systems.

HEXFCFAFD
Decimal252250253
Binary111111001111101011111101
Octal374372375

Shades and tints

Shades of #FCFAFD

#FCFAFD
(252,250,253)
#E6E4E6
(230,228,230)
#D0CECF
(208,206,207)
#BAB8B8
(186,184,184)
#A4A2A1
(164,162,161)
#8E8C8A
(142,140,138)
#787673
(120,118,115)
#62605C
(98,96,92)
#4C4A45
(76,74,69)
#36342E
(54,52,46)
#201E17
(32,30,23)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFAFD; }

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

This text font color is #FCFAFD.


Background Color

.myBgColor { background-color: #FCFAFD; }

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

This div background color is #FCFAFD.


Border color

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

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

This div border color is #FCFAFD.


Opacity

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

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

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

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

This text has shadow with #FCFAFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCFAFD on black background.


Color preview on white background

This text has color #FCFAFD on white background.



Black color preview on #FCFAFD background

This text has black color on #FCFAFD background.


White color preview on #FCFAFD background

This text has white color on #FCFAFD background.