#F2F1F9

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

Shades of Ghost White #F2F1F9

Tints of Ghost White #F2F1F9

Color information

#F2F1F9 (or 0xF2F1F9) is unknown color: approx Ghost White. HEX triplet: F2, F1 and F9. RGB value is (242,241,249). Sum of RGB (Red+Green+Blue) = 242+241+249=732 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.06% from 732); Green value is 241 (94.53% from 255 or 32.92% from 732); Blue value is 249 (97.66% from 255 or 34.02% from 732); Max value from RGB is 249 - color contains mainly: blue. Hex color #F2F1F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F1F9 is #0D0E06. Grayscale: #F2F2F2. Windows color (decimal): -855559 or 16380402. OLE color: 16380402.

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

Color convert

RGB242241249-
CMYK0.030.0300.02
HSL247.5º40%96.08%-
HSV(B)247.5º3.21%97.65%-
XYZ85.1788.63102.24-
YUV242.21131.83127.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.06%
GREEN value IS 241 (94.53% from 255) = 32.92%
BLUE value IS 249 (97.66% from 255) = 34.02%
R=33.06%
G=32.92%
B=34.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422412490.030.0300.02247.54096.08
HexF2F1F93302f82860
Octal362361371330237050140
Binary1111001011110001111110011111010111110001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F1F9; }

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

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

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

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

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

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

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

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