#F0F2FE

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

Shades of Ghost White #F0F2FE

Tints of Ghost White #F0F2FE

Color information

#F0F2FE (or 0xF0F2FE) is unknown color: approx Ghost White. HEX triplet: F0, F2 and FE. RGB value is (240,242,254). Sum of RGB (Red+Green+Blue) = 240+242+254=736 (97% of max value = 765). Red value is 240 (94.14% from 255 or 32.61% from 736); Green value is 242 (94.92% from 255 or 32.88% from 736); Blue value is 254 (99.61% from 255 or 34.51% from 736); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0F2FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F2FE is #0F0D01. Grayscale: #F2F2F2. Windows color (decimal): -986370 or 16708336. OLE color: 16708336.

HSL color Cylindrical-coordinate representation of color #F0F2FE: hue angle of 231.43º 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 #F0F2FE is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB240242254-
CMYK0.060.0500.00
HSL231.43º87.5%96.86%-
HSV(B)231.43º5.51%99.61%-
XYZ85.5889.19106.47-
YUV242.77134.34126.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.61%
GREEN value IS 242 (94.92% from 255) = 32.88%
BLUE value IS 254 (99.61% from 255) = 34.51%
R=32.61%
G=32.88%
B=34.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402422540.060.0500.00231.4387.596.86
HexF0F2FE6500e75861
Octal3603623766500347130141
Binary111100001111001011111110110101001110011110110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F2FE; }

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

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

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

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

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

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

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

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