#F7F8FB

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

Shades of Ghost White #F7F8FB

Tints of Ghost White #F7F8FB

Color information

#F7F8FB (or 0xF7F8FB) is unknown color: approx Ghost White. HEX triplet: F7, F8 and FB. RGB value is (247,248,251). Sum of RGB (Red+Green+Blue) = 247+248+251=746 (98% of max value = 765). Red value is 247 (96.88% from 255 or 33.11% from 746); Green value is 248 (97.27% from 255 or 33.24% from 746); Blue value is 251 (98.44% from 255 or 33.65% from 746); Max value from RGB is 251 - color contains mainly: blue. Hex color #F7F8FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7F8FB is #080704. Grayscale: #F8F8F8. Windows color (decimal): -526085 or 16513271. OLE color: 16513271.

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

Color convert

RGB247248251-
CMYK0.020.0100.02
HSL225º33.33%97.65%-
HSV(B)225º1.59%98.43%-
XYZ89.3493.87104.68-
YUV248.04129.67127.26-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 33.11%
GREEN value IS 248 (97.27% from 255) = 33.24%
BLUE value IS 251 (98.44% from 255) = 33.65%
R=33.11%
G=33.24%
B=33.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2472482510.020.0100.0222533.3397.65
HexF7F8FB2102e12162
Octal367370373210234141142
Binary111101111111100011111011101010111000011000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F8FB; }

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

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

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

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

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

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

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

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