#F0EFFA

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

Shades of Ghost White #F0EFFA

Tints of Ghost White #F0EFFA

Color information

#F0EFFA (or 0xF0EFFA) is unknown color: approx Ghost White. HEX triplet: F0, EF and FA. RGB value is (240,239,250). Sum of RGB (Red+Green+Blue) = 240+239+250=729 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.92% from 729); Green value is 239 (93.75% from 255 or 32.78% from 729); Blue value is 250 (98.05% from 255 or 34.29% from 729); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0EFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFFA is #0F1005. Grayscale: #F0F0F0. Windows color (decimal): -987142 or 16445424. OLE color: 16445424.

HSL color Cylindrical-coordinate representation of color #F0EFFA: hue angle of 245.45º degrees, saturation: 0.52, 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 #F0EFFA is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB240239250-
CMYK0.040.0400.02
HSL245.45º52.38%95.88%-
HSV(B)245.45º4.4%98.04%-
XYZ84.0687.16102.84-
YUV240.55133.33127.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.92%
GREEN value IS 239 (93.75% from 255) = 32.78%
BLUE value IS 250 (98.05% from 255) = 34.29%
R=32.92%
G=32.78%
B=34.29%

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
Decimal2402392500.040.0400.02245.4552.3895.88
HexF0EFFA4402f53460
Octal360357372440236564140
Binary111100001110111111111010100100010111101011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EFFA; }

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

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

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

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

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

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

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

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