#F8F9FF

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

Shades of Ghost White #F8F9FF

Tints of Ghost White #F8F9FF

Color information

#F8F9FF (or 0xF8F9FF) is unknown color: approx Ghost White. HEX triplet: F8, F9 and FF. RGB value is (248,249,255). Sum of RGB (Red+Green+Blue) = 248+249+255=752 (99% of max value = 765). Red value is 248 (97.27% from 255 or 32.98% from 752); Green value is 249 (97.66% from 255 or 33.11% from 752); Blue value is 255 (100% from 255 or 33.91% from 752); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8F9FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F9FF is #070600. Grayscale: #F9F9F9. Windows color (decimal): -460289 or 16775672. OLE color: 16775672.

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

Color convert

RGB248249255-
CMYK0.030.0200
HSL231.43º100%98.63%-
HSV(B)231.43º2.75%100%-
XYZ90.6494.93108.15-
YUV249.38131.17127.01-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 32.98%
GREEN value IS 249 (97.66% from 255) = 33.11%
BLUE value IS 255 (100% from 255) = 33.91%
R=32.98%
G=33.11%
B=33.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2482492550.030.0200231.4310098.63
HexF8F9FF3200e76463
Octal3703713773200347144143
Binary1111100011111001111111111110001110011111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F9FF; }

 p { color: rgb(248,249,255); }

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

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

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

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

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

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

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