#FAFBFE

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

Shades of Ghost White #FAFBFE

Tints of Ghost White #FAFBFE

Color information

#FAFBFE (or 0xFAFBFE) is unknown color: approx Ghost White. HEX triplet: FA, FB and FE. RGB value is (250,251,254). Sum of RGB (Red+Green+Blue) = 250+251+254=755 (100% of max value = 765). Red value is 250 (98.05% from 255 or 33.11% from 755); Green value is 251 (98.44% from 255 or 33.25% from 755); Blue value is 254 (99.61% from 255 or 33.64% from 755); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAFBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFBFE is #050401. Grayscale: #FBFBFB. Windows color (decimal): -328706 or 16710650. OLE color: 16710650.

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

Color convert

RGB250251254-
CMYK0.020.0100.00
HSL225º66.67%98.82%-
HSV(B)225º1.57%99.61%-
XYZ91.8196.47107.55-
YUV251.04129.67127.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.11%
GREEN value IS 251 (98.44% from 255) = 33.25%
BLUE value IS 254 (99.61% from 255) = 33.64%
R=33.11%
G=33.25%
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.00
SystemRedGreenBlueCMYKHSL
Decimal2502512540.020.0100.0022566.6798.82
HexFAFBFE2100e14363
Octal3723733762100341103143
Binary111110101111101111111110101001110000110000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFBFE; }

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

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

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

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

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

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

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

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