#F1F2FC

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

Shades of Ghost White #F1F2FC

Tints of Ghost White #F1F2FC

Color information

#F1F2FC (or 0xF1F2FC) is unknown color: approx Ghost White. HEX triplet: F1, F2 and FC. RGB value is (241,242,252). Sum of RGB (Red+Green+Blue) = 241+242+252=735 (97% of max value = 765). Red value is 241 (94.53% from 255 or 32.79% from 735); Green value is 242 (94.92% from 255 or 32.93% from 735); Blue value is 252 (98.83% from 255 or 34.29% from 735); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1F2FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F2FC is #0E0D03. Grayscale: #F2F2F2. Windows color (decimal): -920836 or 16577265. OLE color: 16577265.

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

Color convert

RGB241242252-
CMYK0.040.0400.01
HSL234.55º64.71%96.67%-
HSV(B)234.55º4.37%98.82%-
XYZ85.689.23104.81-
YUV242.84133.17126.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.79%
GREEN value IS 242 (94.92% from 255) = 32.93%
BLUE value IS 252 (98.83% from 255) = 34.29%
R=32.79%
G=32.93%
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.01
SystemRedGreenBlueCMYKHSL
Decimal2412422520.040.0400.01234.5564.7196.67
HexF1F2FC4401eb4161
Octal3613623744401353101141
Binary111100011111001011111100100100011110101110000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F2FC; }

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

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

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

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

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

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

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

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