#FAFAFB

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

Shades of Ghost White #FAFAFB

Tints of Ghost White #FAFAFB

Color information

#FAFAFB (or 0xFAFAFB) is unknown color: approx Ghost White. HEX triplet: FA, FA and FB. RGB value is (250,250,251). Sum of RGB (Red+Green+Blue) = 250+250+251=751 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.29% from 751); Green value is 250 (98.05% from 255 or 33.29% from 751); Blue value is 251 (98.44% from 255 or 33.42% from 751); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAFAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFAFB is #050504. Grayscale: #FAFAFA. Windows color (decimal): -328965 or 16513786. OLE color: 16513786.

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

Color convert

RGB250250251-
CMYK0.000.0000.02
HSL240º11.11%98.24%-
HSV(B)240º0.4%98.43%-
XYZ91.0295.66104.93-
YUV250.11128.5127.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.29%
GREEN value IS 250 (98.05% from 255) = 33.29%
BLUE value IS 251 (98.44% from 255) = 33.42%
R=33.29%
G=33.29%
B=33.42%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502502510.000.0000.0224011.1198.24
HexFAFAFB0002f0b62
Octal372372373000236013142
Binary111110101111101011111011000101111000010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAFB; }

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

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

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

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

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

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

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

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