#FCFAFA

Color #FCFAFA Snow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snow #FCFAFA

Tints of Snow #FCFAFA

Color information

#FCFAFA (or 0xFCFAFA) is unknown color: approx Snow. HEX triplet: FC, FA and FA. RGB value is (252,250,250). Sum of RGB (Red+Green+Blue) = 252+250+250=752 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.51% from 752); Green value is 250 (98.05% from 255 or 33.24% from 752); Blue value is 250 (98.05% from 255 or 33.24% from 752); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAFA is #030505. Grayscale: #FAFAFA. Windows color (decimal): -197894 or 16448252. OLE color: 16448252.

HSL color Cylindrical-coordinate representation of color #FCFAFA: hue angle of 0º degrees, saturation: 0.25, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FCFAFA is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB252250250-
CMYK00.010.010.01
HSL25%98.43%-
HSV(B)0.79%98.82%-
XYZ91.5995.97104.14-
YUV250.6127.66129-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 33.51%
GREEN value IS 250 (98.05% from 255) = 33.24%
BLUE value IS 250 (98.05% from 255) = 33.24%
R=33.51%
G=33.24%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225025000.010.010.0102598.43
HexFCFAFA011101962
Octal3743723720111031142
Binary11111100111110101111101001110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAFA; }

 p { color: rgb(252,250,250); }

 H1.HeaderClassName
 {
   color: #FCFAFA;
 }
 .AnyTagClassName
 {
   color: #FCFAFA;
 }
</style>
background-color css

<style>
 a { background-color: #FCFAFA; }

 a { background-color: rgb(252,250,250); }

 div.DivClassName
 {
   background-color: #FCFAFA;
 }
 .BgClassName
 {
   background-color: #FCFAFA;
 }
</style>
border-color css

<style>
 span { border-color: #FCFAFA; }

 span { border-color: rgb(252,250,250); }

 td.TdClassName
 {
   border-color: #FCFAFA;
 }
 .TagClassName
 {
   border-color: #FCFAFA;
 }
</style>