#FAFAFA

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

Shades of Snow #FAFAFA

Tints of Snow #FAFAFA

Color information

#FAFAFA (or 0xFAFAFA) is unknown color: approx Snow. HEX triplet: FA, FA and FA. RGB value is (250,250,250). Sum of RGB (Red+Green+Blue) = 250+250+250=750 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.33% from 750); Green value is 250 (98.05% from 255 or 33.33% from 750); Blue value is 250 (98.05% from 255 or 33.33% from 750); Max value from RGB is 250 - color contains mainly: red, green, blue. Hex color #FAFAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFAFA is #050505. Grayscale: #FAFAFA. Windows color (decimal): -328966 or 16448250. OLE color: 16448250.

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

Color convert

RGB250250250-
CMYK0000.02
HSL0%98.04%-
HSV(B)0%98.04%-
XYZ90.8795.6104.11-
YUV250128128-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.33%
GREEN value IS 250 (98.05% from 255) = 33.33%
BLUE value IS 250 (98.05% 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.02
SystemRedGreenBlueCMYKHSL
Decimal2502502500000.020098.04
HexFAFAFA00020062
Octal372372372000200142
Binary11111010111110101111101000010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAFA; }

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

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

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

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

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

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

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

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