#F0F2FC

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

Shades of Ghost White #F0F2FC

Tints of Ghost White #F0F2FC

Color information

#F0F2FC (or 0xF0F2FC) is unknown color: approx Ghost White. HEX triplet: F0, F2 and FC. RGB value is (240,242,252). Sum of RGB (Red+Green+Blue) = 240+242+252=734 (97% of max value = 765). Red value is 240 (94.14% from 255 or 32.70% from 734); Green value is 242 (94.92% from 255 or 32.97% from 734); Blue value is 252 (98.83% from 255 or 34.33% from 734); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0F2FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F2FC is #0F0D03. Grayscale: #F2F2F2. Windows color (decimal): -986372 or 16577264. OLE color: 16577264.

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

Color convert

RGB240242252-
CMYK0.050.0400.01
HSL230º66.67%96.47%-
HSV(B)230º4.76%98.82%-
XYZ85.2689.06104.79-
YUV242.54133.34126.19-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.70%
GREEN value IS 242 (94.92% from 255) = 32.97%
BLUE value IS 252 (98.83% from 255) = 34.33%
R=32.70%
G=32.97%
B=34.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402422520.050.0400.0123066.6796.47
HexF0F2FC5401e64360
Octal3603623745401346103140
Binary111100001111001011111100101100011110011010000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F2FC; }

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

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

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

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

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

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

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

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