#F6F6F7

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

Shades of Ghost White #F6F6F7

Tints of Ghost White #F6F6F7

Color information

#F6F6F7 (or 0xF6F6F7) is unknown color: approx Ghost White. HEX triplet: F6, F6 and F7. RGB value is (246,246,247). Sum of RGB (Red+Green+Blue) = 246+246+247=739 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.29% from 739); Green value is 246 (96.48% from 255 or 33.29% from 739); Blue value is 247 (96.88% from 255 or 33.42% from 739); Max value from RGB is 247 - color contains mainly: blue. Hex color #F6F6F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F6F7 is #090908. Grayscale: #F6F6F6. Windows color (decimal): -592137 or 16250614. OLE color: 16250614.

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

Color convert

RGB246246247-
CMYK0.000.0000.03
HSL240º5.88%96.67%-
HSV(B)240º0.4%96.86%-
XYZ87.7592.22101.17-
YUV246.11128.5127.92-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.29%
GREEN value IS 246 (96.48% from 255) = 33.29%
BLUE value IS 247 (96.88% from 255) = 33.42%
R=33.29%
G=33.29%
B=33.42%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2462462470.000.0000.032405.8896.67
HexF6F6F70003f0661
Octal36636636700033606141
Binary11110110111101101111011100011111100001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F6F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F6F7; }

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

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

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

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

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

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

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

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