#F7F7F8

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

Shades of Ghost White #F7F7F8

Tints of Ghost White #F7F7F8

Color information

#F7F7F8 (or 0xF7F7F8) is unknown color: approx Ghost White. HEX triplet: F7, F7 and F8. RGB value is (247,247,248). Sum of RGB (Red+Green+Blue) = 247+247+248=742 (98% of max value = 765). Red value is 247 (96.88% from 255 or 33.29% from 742); Green value is 247 (96.88% from 255 or 33.29% from 742); Blue value is 248 (97.27% from 255 or 33.42% from 742); Max value from RGB is 248 - color contains mainly: blue. Hex color #F7F7F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7F7F8 is #080807. Grayscale: #F7F7F7. Windows color (decimal): -526344 or 16316407. OLE color: 16316407.

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

Color convert

RGB247247248-
CMYK0.000.0000.03
HSL240º6.67%97.06%-
HSV(B)240º0.4%97.25%-
XYZ88.5693.07102.1-
YUV247.11128.5127.92-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 33.29%
GREEN value IS 247 (96.88% from 255) = 33.29%
BLUE value IS 248 (97.27% 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
Decimal2472472480.000.0000.032406.6797.06
HexF7F7F80003f0761
Octal36736737000033607141
Binary11110111111101111111100000011111100001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F7F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F7F8; }

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

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

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

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

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

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

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

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