#F9FAFF

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

Shades of Ghost White #F9FAFF

Tints of Ghost White #F9FAFF

Color information

#F9FAFF (or 0xF9FAFF) is unknown color: approx Ghost White. HEX triplet: F9, FA and FF. RGB value is (249,250,255). Sum of RGB (Red+Green+Blue) = 249+250+255=754 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.02% from 754); Green value is 250 (98.05% from 255 or 33.16% from 754); Blue value is 255 (100% from 255 or 33.82% from 754); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9FAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FAFF is #060500. Grayscale: #FAFAFA. Windows color (decimal): -394497 or 16775929. OLE color: 16775929.

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

Color convert

RGB249250255-
CMYK0.020.0200
HSL230º100%98.82%-
HSV(B)230º2.35%100%-
XYZ91.395.73108.27-
YUV250.27130.67127.09-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 33.02%
GREEN value IS 250 (98.05% from 255) = 33.16%
BLUE value IS 255 (100% from 255) = 33.82%
R=33.02%
G=33.16%
B=33.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2492502550.020.020023010098.82
HexF9FAFF2200e66463
Octal3713723772200346144143
Binary1111100111111010111111111010001110011011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FAFF; }

 p { color: rgb(249,250,255); }

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

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

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

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

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

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

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