#FCFCFC

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

Shades of Snow #FCFCFC

Tints of Snow #FCFCFC

Color information

#FCFCFC (or 0xFCFCFC) is unknown color: approx Snow. HEX triplet: FC, FC and FC. RGB value is (252,252,252). Sum of RGB (Red+Green+Blue) = 252+252+252=756 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.33% from 756); Green value is 252 (98.83% from 255 or 33.33% from 756); Blue value is 252 (98.83% from 255 or 33.33% from 756); Max value from RGB is 252 - color contains mainly: red, green, blue. Hex color #FCFCFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCFC is #030303. Grayscale: #FBFBFB. Windows color (decimal): -197380 or 16579836. OLE color: 16579836.

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

Color convert

RGB252252252-
CMYK0000.01
HSL0%98.82%-
HSV(B)0%98.82%-
XYZ92.5397.34106.01-
YUV252128128-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.33%
GREEN value IS 252 (98.83% from 255) = 33.33%
BLUE value IS 252 (98.83% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522522520000.010098.82
HexFCFCFC00010063
Octal374374374000100143
Binary1111110011111100111111000001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFCFC; }

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

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

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

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

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

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

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

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