#F0EFF9

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

Shades of Ghost White #F0EFF9

Tints of Ghost White #F0EFF9

Color information

#F0EFF9 (or 0xF0EFF9) is unknown color: approx Ghost White. HEX triplet: F0, EF and F9. RGB value is (240,239,249). Sum of RGB (Red+Green+Blue) = 240+239+249=728 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.97% from 728); Green value is 239 (93.75% from 255 or 32.83% from 728); Blue value is 249 (97.66% from 255 or 34.20% from 728); Max value from RGB is 249 - color contains mainly: blue. Hex color #F0EFF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFF9 is #0F1006. Grayscale: #F0F0F0. Windows color (decimal): -987143 or 16379888. OLE color: 16379888.

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

Color convert

RGB240239249-
CMYK0.040.0400.02
HSL246º45.45%95.69%-
HSV(B)246º4.02%97.65%-
XYZ83.987.1102.01-
YUV240.44132.83127.69-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.97%
GREEN value IS 239 (93.75% from 255) = 32.83%
BLUE value IS 249 (97.66% from 255) = 34.20%
R=32.97%
G=32.83%
B=34.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402392490.040.0400.0224645.4595.69
HexF0EFF94402f62d60
Octal360357371440236655140
Binary111100001110111111111001100100010111101101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EFF9; }

 p { color: rgb(240,239,249); }

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

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

 a { background-color: rgb(240,239,249); }

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

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

 span { border-color: rgb(240,239,249); }

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