#F9F9FB

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

Shades of Ghost White #F9F9FB

Tints of Ghost White #F9F9FB

Color information

#F9F9FB (or 0xF9F9FB) is unknown color: approx Ghost White. HEX triplet: F9, F9 and FB. RGB value is (249,249,251). Sum of RGB (Red+Green+Blue) = 249+249+251=749 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.24% from 749); Green value is 249 (97.66% from 255 or 33.24% from 749); Blue value is 251 (98.44% from 255 or 33.51% from 749); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9F9FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F9FB is #060604. Grayscale: #F9F9F9. Windows color (decimal): -394757 or 16513529. OLE color: 16513529.

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

Color convert

RGB249249251-
CMYK0.010.0100.02
HSL240º20%98.04%-
HSV(B)240º0.8%98.43%-
XYZ90.3694.86104.81-
YUV249.23129127.84-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 33.24%
GREEN value IS 249 (97.66% from 255) = 33.24%
BLUE value IS 251 (98.44% from 255) = 33.51%
R=33.24%
G=33.24%
B=33.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492492510.010.0100.022402098.04
HexF9F9FB1102f01462
Octal371371373110236024142
Binary1111100111111001111110111101011110000101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F9FB; }

 p { color: rgb(249,249,251); }

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

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

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

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

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

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

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