#F9FAFE

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

Shades of Ghost White #F9FAFE

Tints of Ghost White #F9FAFE

Color information

#F9FAFE (or 0xF9FAFE) is unknown color: approx Ghost White. HEX triplet: F9, FA and FE. RGB value is (249,250,254). Sum of RGB (Red+Green+Blue) = 249+250+254=753 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.07% from 753); Green value is 250 (98.05% from 255 or 33.20% from 753); Blue value is 254 (99.61% from 255 or 33.73% from 753); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9FAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FAFE is #060501. Grayscale: #FAFAFA. Windows color (decimal): -394498 or 16710393. OLE color: 16710393.

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

Color convert

RGB249250254-
CMYK0.020.0200.00
HSL228º71.43%98.63%-
HSV(B)228º1.97%99.61%-
XYZ91.1495.67107.43-
YUV250.16130.17127.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 33.07%
GREEN value IS 250 (98.05% from 255) = 33.20%
BLUE value IS 254 (99.61% from 255) = 33.73%
R=33.07%
G=33.20%
B=33.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2492502540.020.0200.0022871.4398.63
HexF9FAFE2200e44763
Octal3713723762200344107143
Binary1111100111111010111111101010001110010010001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FAFE; }

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

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

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

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

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

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

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

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