#F9FAFD

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

Shades of Ghost White #F9FAFD

Tints of Ghost White #F9FAFD

Color information

#F9FAFD (or 0xF9FAFD) is unknown color: approx Ghost White. HEX triplet: F9, FA and FD. RGB value is (249,250,253). Sum of RGB (Red+Green+Blue) = 249+250+253=752 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.11% from 752); Green value is 250 (98.05% from 255 or 33.24% from 752); Blue value is 253 (99.22% from 255 or 33.64% from 752); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9FAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FAFD is #060502. Grayscale: #FAFAFA. Windows color (decimal): -394499 or 16644857. OLE color: 16644857.

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

Color convert

RGB249250253-
CMYK0.020.0100.01
HSL225º50%98.43%-
HSV(B)225º1.58%99.22%-
XYZ90.9895.6106.59-
YUV250.04129.67127.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 33.11%
GREEN value IS 250 (98.05% from 255) = 33.24%
BLUE value IS 253 (99.22% from 255) = 33.64%
R=33.11%
G=33.24%
B=33.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2492502530.020.0100.012255098.43
HexF9FAFD2101e13262
Octal371372375210134162142
Binary11111001111110101111110110101111000011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FAFD; }

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

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

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

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

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

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

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

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