COLOR #FCFDFA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

252
253
250

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

Portions of RGB colors in percentages

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

%33.38
%33.51
%33.11

CMYK color model

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

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

CMYK percentages

%0.4
%0
%1.19
%0.78

Codes

Color #FCFDFA in popluar color models

FCFDFA
RGB252253250
HSL80°42.86%98.63%
HSB/HSV80°1.19%99.22%
CMYK0.40%0.00%1.19%
0.78%

Color #FCFDFA in popluar number systems.

HEXFCFDFA
Decimal252253250
Binary111111001111110111111010
Octal374375372

Shades and tints

Shades of #FCFDFA

#FCFDFA
(252,253,250)
#E6E6E4
(230,230,228)
#D0CFCE
(208,207,206)
#BAB8B8
(186,184,184)
#A4A1A2
(164,161,162)
#8E8A8C
(142,138,140)
#787376
(120,115,118)
#625C60
(98,92,96)
#4C454A
(76,69,74)
#362E34
(54,46,52)
#20171E
(32,23,30)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFDFA; }

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

This text font color is #FCFDFA.


Background Color

.myBgColor { background-color: #FCFDFA; }

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

This div background color is #FCFDFA.


Border color

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

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

This div border color is #FCFDFA.


Opacity

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

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

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

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

This text has shadow with #FCFDFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCFDFA on black background.


Color preview on white background

This text has color #FCFDFA on white background.



Black color preview on #FCFDFA background

This text has black color on #FCFDFA background.


White color preview on #FCFDFA background

This text has white color on #FCFDFA background.