#FAFAFD

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

Shades of Ghost White #FAFAFD

Tints of Ghost White #FAFAFD

Color information

#FAFAFD (or 0xFAFAFD) is unknown color: approx Ghost White. HEX triplet: FA, FA and FD. RGB value is (250,250,253). Sum of RGB (Red+Green+Blue) = 250+250+253=753 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.20% from 753); Green value is 250 (98.05% from 255 or 33.20% from 753); Blue value is 253 (99.22% from 255 or 33.60% from 753); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAFAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFAFD is #050502. Grayscale: #FAFAFA. Windows color (decimal): -328963 or 16644858. OLE color: 16644858.

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

Color convert

RGB250250253-
CMYK0.010.0100.01
HSL240º42.86%98.63%-
HSV(B)240º1.19%99.22%-
XYZ91.3495.79106.6-
YUV250.34129.5127.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.20%
GREEN value IS 250 (98.05% from 255) = 33.20%
BLUE value IS 253 (99.22% from 255) = 33.60%
R=33.20%
G=33.20%
B=33.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502502530.010.0100.0124042.8698.63
HexFAFAFD1101f02b63
Octal372372375110136053143
Binary1111101011111010111111011101111100001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAFD; }

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

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

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

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

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

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

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

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