#FBFBFC

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

Shades of Ghost White #FBFBFC

Tints of Ghost White #FBFBFC

Color information

#FBFBFC (or 0xFBFBFC) is unknown color: approx Ghost White. HEX triplet: FB, FB and FC. RGB value is (251,251,252). Sum of RGB (Red+Green+Blue) = 251+251+252=754 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.29% from 754); Green value is 251 (98.44% from 255 or 33.29% from 754); Blue value is 252 (98.83% from 255 or 33.42% from 754); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBFBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFBFC is #040403. Grayscale: #FBFBFB. Windows color (decimal): -263172 or 16579579. OLE color: 16579579.

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

Color convert

RGB251251252-
CMYK0.000.0000.01
HSL240º14.29%98.63%-
HSV(B)240º0.4%98.82%-
XYZ91.8596.53105.89-
YUV251.11128.5127.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.29%
GREEN value IS 251 (98.44% from 255) = 33.29%
BLUE value IS 252 (98.83% 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.01
SystemRedGreenBlueCMYKHSL
Decimal2512512520.000.0000.0124014.2998.63
HexFBFBFC0001f0e63
Octal373373374000136016143
Binary11111011111110111111110000011111000011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFBFC; }

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

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

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

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

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

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

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

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