#F0F1F8

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

Shades of Ghost White #F0F1F8

Tints of Ghost White #F0F1F8

Color information

#F0F1F8 (or 0xF0F1F8) is unknown color: approx Ghost White. HEX triplet: F0, F1 and F8. RGB value is (240,241,248). Sum of RGB (Red+Green+Blue) = 240+241+248=729 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.92% from 729); Green value is 241 (94.53% from 255 or 33.06% from 729); Blue value is 248 (97.27% from 255 or 34.02% from 729); Max value from RGB is 248 - color contains mainly: blue. Hex color #F0F1F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F1F8 is #0F0E07. Grayscale: #F1F1F1. Windows color (decimal): -986632 or 16314864. OLE color: 16314864.

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

Color convert

RGB240241248-
CMYK0.030.0300.03
HSL232.5º36.36%95.69%-
HSV(B)232.5º3.23%97.25%-
XYZ84.3388.21101.39-
YUV241.5131.67126.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.92%
GREEN value IS 241 (94.53% from 255) = 33.06%
BLUE value IS 248 (97.27% from 255) = 34.02%
R=32.92%
G=33.06%
B=34.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2402412480.030.0300.03232.536.3695.69
HexF0F1F83303e82460
Octal360361370330335044140
Binary1111000011110001111110001111011111010001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F1F8; }

 p { color: rgb(240,241,248); }

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

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

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

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

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

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

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