#F0EEFE

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

Shades of Ghost White #F0EEFE

Tints of Ghost White #F0EEFE

Color information

#F0EEFE (or 0xF0EEFE) is unknown color: approx Ghost White. HEX triplet: F0, EE and FE. RGB value is (240,238,254). Sum of RGB (Red+Green+Blue) = 240+238+254=732 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.79% from 732); Green value is 238 (93.36% from 255 or 32.51% from 732); Blue value is 254 (99.61% from 255 or 34.70% from 732); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0EEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EEFE is #0F1101. Grayscale: #F0F0F0. Windows color (decimal): -987394 or 16707312. OLE color: 16707312.

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

Color convert

RGB240238254-
CMYK0.060.0600.00
HSL247.5º88.89%96.47%-
HSV(B)247.5º6.3%99.61%-
XYZ84.486.83106.08-
YUV240.42135.66127.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.79%
GREEN value IS 238 (93.36% from 255) = 32.51%
BLUE value IS 254 (99.61% from 255) = 34.70%
R=32.79%
G=32.51%
B=34.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402382540.060.0600.00247.588.8996.47
HexF0EEFE6600f85960
Octal3603563766600370131140
Binary111100001110111011111110110110001111100010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EEFE; }

 p { color: rgb(240,238,254); }

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

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

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

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

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

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

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