#F7F8FD

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

Shades of Ghost White #F7F8FD

Tints of Ghost White #F7F8FD

Color information

#F7F8FD (or 0xF7F8FD) is unknown color: approx Ghost White. HEX triplet: F7, F8 and FD. RGB value is (247,248,253). Sum of RGB (Red+Green+Blue) = 247+248+253=748 (99% of max value = 765). Red value is 247 (96.88% from 255 or 33.02% from 748); Green value is 248 (97.27% from 255 or 33.16% from 748); Blue value is 253 (99.22% from 255 or 33.82% from 748); Max value from RGB is 253 - color contains mainly: blue. Hex color #F7F8FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7F8FD is #080702. Grayscale: #F8F8F8. Windows color (decimal): -526083 or 16644343. OLE color: 16644343.

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

Color convert

RGB247248253-
CMYK0.020.0200.01
HSL230º60%98.04%-
HSV(B)230º2.37%99.22%-
XYZ89.6594106.35-
YUV248.27130.67127.09-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 33.02%
GREEN value IS 248 (97.27% from 255) = 33.16%
BLUE value IS 253 (99.22% from 255) = 33.82%
R=33.02%
G=33.16%
B=33.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2472482530.020.0200.012306098.04
HexF7F8FD2201e63c62
Octal367370375220134674142
Binary111101111111100011111101101001111001101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F8FD; }

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

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

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

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

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

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

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

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