#F0EEFD

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

Shades of Ghost White #F0EEFD

Tints of Ghost White #F0EEFD

Color information

#F0EEFD (or 0xF0EEFD) is unknown color: approx Ghost White. HEX triplet: F0, EE and FD. RGB value is (240,238,253). Sum of RGB (Red+Green+Blue) = 240+238+253=731 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.83% from 731); Green value is 238 (93.36% from 255 or 32.56% from 731); Blue value is 253 (99.22% from 255 or 34.61% from 731); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0EEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EEFD is #0F1102. Grayscale: #F0F0F0. Windows color (decimal): -987395 or 16641776. OLE color: 16641776.

HSL color Cylindrical-coordinate representation of color #F0EEFD: hue angle of 248º degrees, saturation: 0.79, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0EEFD is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB240238253-
CMYK0.050.0600.01
HSL248º78.95%96.27%-
HSV(B)248º5.93%99.22%-
XYZ84.2486.77105.24-
YUV240.31135.16127.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.83%
GREEN value IS 238 (93.36% from 255) = 32.56%
BLUE value IS 253 (99.22% from 255) = 34.61%
R=32.83%
G=32.56%
B=34.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402382530.050.0600.0124878.9596.27
HexF0EEFD5601f84f60
Octal3603563755601370117140
Binary111100001110111011111101101110011111100010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EEFD; }

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

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

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

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

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

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

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

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