#F0EFFB

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

Shades of Ghost White #F0EFFB

Tints of Ghost White #F0EFFB

Color information

#F0EFFB (or 0xF0EFFB) is unknown color: approx Ghost White. HEX triplet: F0, EF and FB. RGB value is (240,239,251). Sum of RGB (Red+Green+Blue) = 240+239+251=730 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.88% from 730); Green value is 239 (93.75% from 255 or 32.74% from 730); Blue value is 251 (98.44% from 255 or 34.38% from 730); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0EFFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFFB is #0F1004. Grayscale: #F0F0F0. Windows color (decimal): -987141 or 16510960. OLE color: 16510960.

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

Color convert

RGB240239251-
CMYK0.040.0500.02
HSL245º60%96.08%-
HSV(B)245º4.78%98.43%-
XYZ84.2187.22103.66-
YUV240.67133.83127.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.88%
GREEN value IS 239 (93.75% from 255) = 32.74%
BLUE value IS 251 (98.44% from 255) = 34.38%
R=32.88%
G=32.74%
B=34.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402392510.040.0500.022456096.08
HexF0EFFB4502f53c60
Octal360357373450236574140
Binary111100001110111111111011100101010111101011111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EFFB; }

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

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

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

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

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

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

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

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