#FAFBFF

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

Shades of Ghost White #FAFBFF

Tints of Ghost White #FAFBFF

Color information

#FAFBFF (or 0xFAFBFF) is unknown color: approx Ghost White. HEX triplet: FA, FB and FF. RGB value is (250,251,255). Sum of RGB (Red+Green+Blue) = 250+251+255=756 (100% of max value = 765). Red value is 250 (98.05% from 255 or 33.07% from 756); Green value is 251 (98.44% from 255 or 33.20% from 756); Blue value is 255 (100% from 255 or 33.73% from 756); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAFBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFBFF is #050400. Grayscale: #FBFBFB. Windows color (decimal): -328705 or 16776186. OLE color: 16776186.

HSL color Cylindrical-coordinate representation of color #FAFBFF: hue angle of 228º 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 #FAFBFF is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB250251255-
CMYK0.020.0200
HSL228º100%99.02%-
HSV(B)228º1.96%100%-
XYZ91.9796.54108.39-
YUV251.16130.17127.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.07%
GREEN value IS 251 (98.44% from 255) = 33.20%
BLUE value IS 255 (100% 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
SystemRedGreenBlueCMYKHSL
Decimal2502512550.020.020022810099.02
HexFAFBFF2200e46463
Octal3723733772200344144143
Binary1111101011111011111111111010001110010011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFBFF; }

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

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

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

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

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

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

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

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