#F8F7FE

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

Shades of Ghost White #F8F7FE

Tints of Ghost White #F8F7FE

Color information

#F8F7FE (or 0xF8F7FE) is unknown color: approx Ghost White. HEX triplet: F8, F7 and FE. RGB value is (248,247,254). Sum of RGB (Red+Green+Blue) = 248+247+254=749 (99% of max value = 765). Red value is 248 (97.27% from 255 or 33.11% from 749); Green value is 247 (96.88% from 255 or 32.98% from 749); Blue value is 254 (99.61% from 255 or 33.91% from 749); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8F7FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F7FE is #070801. Grayscale: #F8F8F8. Windows color (decimal): -460802 or 16709624. OLE color: 16709624.

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

Color convert

RGB248247254-
CMYK0.020.0300.00
HSL248.57º77.78%98.24%-
HSV(B)248.57º2.76%99.61%-
XYZ89.8693.63107.1-
YUV248.1131.33127.93-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 33.11%
GREEN value IS 247 (96.88% from 255) = 32.98%
BLUE value IS 254 (99.61% from 255) = 33.91%
R=33.11%
G=32.98%
B=33.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2482472540.020.0300.00248.5777.7898.24
HexF8F7FE2300f94e62
Octal3703673762300371116142
Binary1111100011110111111111101011001111100110011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F7FE; }

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

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

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

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

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

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

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

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