#FBFBFD

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

Shades of Ghost White #FBFBFD

Tints of Ghost White #FBFBFD

Color information

#FBFBFD (or 0xFBFBFD) is unknown color: approx Ghost White. HEX triplet: FB, FB and FD. RGB value is (251,251,253). Sum of RGB (Red+Green+Blue) = 251+251+253=755 (100% of max value = 765). Red value is 251 (98.44% from 255 or 33.25% from 755); Green value is 251 (98.44% from 255 or 33.25% from 755); Blue value is 253 (99.22% from 255 or 33.51% from 755); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBFBFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFBFD is #040402. Grayscale: #FBFBFB. Windows color (decimal): -263171 or 16645115. OLE color: 16645115.

HSL color Cylindrical-coordinate representation of color #FBFBFD: hue angle of 240º degrees, saturation: 0.33, 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 #FBFBFD is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB251251253-
CMYK0.010.0100.01
HSL240º33.33%98.82%-
HSV(B)240º0.79%99.22%-
XYZ92.0196.6106.72-
YUV251.23129127.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.25%
GREEN value IS 251 (98.44% from 255) = 33.25%
BLUE value IS 253 (99.22% from 255) = 33.51%
R=33.25%
G=33.25%
B=33.51%

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
Decimal2512512530.010.0100.0124033.3398.82
HexFBFBFD1101f02163
Octal373373375110136041143
Binary1111101111111011111111011101111100001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFBFD; }

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

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

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

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

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

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

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

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