#F8F8FE

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

Shades of Ghost White #F8F8FE

Tints of Ghost White #F8F8FE

Color information

#F8F8FE (or 0xF8F8FE) is unknown color: approx Ghost White. HEX triplet: F8, F8 and FE. RGB value is (248,248,254). Sum of RGB (Red+Green+Blue) = 248+248+254=750 (99% of max value = 765). Red value is 248 (97.27% from 255 or 33.07% from 750); Green value is 248 (97.27% from 255 or 33.07% from 750); Blue value is 254 (99.61% from 255 or 33.87% from 750); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8F8FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F8FE is #070701. Grayscale: #F8F8F8. Windows color (decimal): -460546 or 16709880. OLE color: 16709880.

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

Color convert

RGB248248254-
CMYK0.020.0200.00
HSL240º75%98.43%-
HSV(B)240º2.36%99.61%-
XYZ90.1794.25107.21-
YUV248.68131127.51-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 33.07%
GREEN value IS 248 (97.27% from 255) = 33.07%
BLUE value IS 254 (99.61% from 255) = 33.87%
R=33.07%
G=33.07%
B=33.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2482482540.020.0200.002407598.43
HexF8F8FE2200f04b62
Octal3703703762200360113142
Binary1111100011111000111111101010001111000010010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F8FE; }

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

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

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

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

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

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

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

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