#F0EFFE

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

Shades of Ghost White #F0EFFE

Tints of Ghost White #F0EFFE

Color information

#F0EFFE (or 0xF0EFFE) is unknown color: approx Ghost White. HEX triplet: F0, EF and FE. RGB value is (240,239,254). Sum of RGB (Red+Green+Blue) = 240+239+254=733 (97% of max value = 765). Red value is 240 (94.14% from 255 or 32.74% from 733); Green value is 239 (93.75% from 255 or 32.61% from 733); Blue value is 254 (99.61% from 255 or 34.65% from 733); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0EFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFFE is #0F1001. Grayscale: #F0F0F0. Windows color (decimal): -987138 or 16707568. OLE color: 16707568.

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

Color convert

RGB240239254-
CMYK0.060.0600.00
HSL244º88.24%96.67%-
HSV(B)244º5.91%99.61%-
XYZ84.6987.41106.17-
YUV241.01135.33127.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.74%
GREEN value IS 239 (93.75% from 255) = 32.61%
BLUE value IS 254 (99.61% from 255) = 34.65%
R=32.74%
G=32.61%
B=34.65%

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
Decimal2402392540.060.0600.0024488.2496.67
HexF0EFFE6600f45861
Octal3603573766600364130141
Binary111100001110111111111110110110001111010010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EFFE; }

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

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

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

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

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

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

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

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