#F1F0FB

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

Shades of Ghost White #F1F0FB

Tints of Ghost White #F1F0FB

Color information

#F1F0FB (or 0xF1F0FB) is unknown color: approx Ghost White. HEX triplet: F1, F0 and FB. RGB value is (241,240,251). Sum of RGB (Red+Green+Blue) = 241+240+251=732 (96% of max value = 765). Red value is 241 (94.53% from 255 or 32.92% from 732); Green value is 240 (94.14% from 255 or 32.79% from 732); Blue value is 251 (98.44% from 255 or 34.29% from 732); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1F0FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F0FB is #0E0F04. Grayscale: #F1F1F1. Windows color (decimal): -921349 or 16511217. OLE color: 16511217.

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

Color convert

RGB241240251-
CMYK0.040.0400.02
HSL245.45º57.89%96.27%-
HSV(B)245.45º4.38%98.43%-
XYZ84.8587.99103.78-
YUV241.55133.33127.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.92%
GREEN value IS 240 (94.14% from 255) = 32.79%
BLUE value IS 251 (98.44% from 255) = 34.29%
R=32.92%
G=32.79%
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
Decimal2412402510.040.0400.02245.4557.8996.27
HexF1F0FB4402f53a60
Octal361360373440236572140
Binary111100011111000011111011100100010111101011110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F0FB; }

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

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

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

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

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

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

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

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