#FAF7F7

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

Shades of White Smoke #FAF7F7

Tints of White Smoke #FAF7F7

Color information

#FAF7F7 (or 0xFAF7F7) is unknown color: approx White Smoke. HEX triplet: FA, F7 and F7. RGB value is (250,247,247). Sum of RGB (Red+Green+Blue) = 250+247+247=744 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.60% from 744); Green value is 247 (96.88% from 255 or 33.20% from 744); Blue value is 247 (96.88% from 255 or 33.20% from 744); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF7F7 is #050808. Grayscale: #F7F7F7. Windows color (decimal): -329737 or 16250874. OLE color: 16250874.

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

Color convert

RGB250247247-
CMYK00.010.010.02
HSL23.08%97.45%-
HSV(B)1.2%98.04%-
XYZ89.4793.56101.34-
YUV247.9127.49129.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.60%
GREEN value IS 247 (96.88% from 255) = 33.20%
BLUE value IS 247 (96.88% from 255) = 33.20%
R=33.60%
G=33.20%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024724700.010.010.02023.0897.45
HexFAF7F7011201761
Octal3723673670112027141
Binary111110101111011111110111011100101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF7F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF7F7; }

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

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

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

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

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

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

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

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