#FDFCFC

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

Shades of Snow #FDFCFC

Tints of Snow #FDFCFC

Color information

#FDFCFC (or 0xFDFCFC) is unknown color: approx Snow. HEX triplet: FD, FC and FC. RGB value is (253,252,252). Sum of RGB (Red+Green+Blue) = 253+252+252=757 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.42% from 757); Green value is 252 (98.83% from 255 or 33.29% from 757); Blue value is 252 (98.83% from 255 or 33.29% from 757); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFCFC is #020303. Grayscale: #FCFCFC. Windows color (decimal): -131844 or 16579837. OLE color: 16579837.

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

Color convert

RGB253252252-
CMYK00.000.000.01
HSL20%99.02%-
HSV(B)0.4%99.22%-
XYZ92.8997.53106.03-
YUV252.3127.83128.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.42%
GREEN value IS 252 (98.83% from 255) = 33.29%
BLUE value IS 252 (98.83% from 255) = 33.29%
R=33.42%
G=33.29%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325225200.000.000.0102099.02
HexFDFCFC000101463
Octal3753743740001024143
Binary11111101111111001111110000010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCFC; }

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

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

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

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

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

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

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

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