#FBFBFF

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

Shades of Ghost White #FBFBFF

Tints of Ghost White #FBFBFF

Color information

#FBFBFF (or 0xFBFBFF) is unknown color: approx Ghost White. HEX triplet: FB, FB and FF. RGB value is (251,251,255). Sum of RGB (Red+Green+Blue) = 251+251+255=757 (100% of max value = 765). Red value is 251 (98.44% from 255 or 33.16% from 757); Green value is 251 (98.44% from 255 or 33.16% from 757); Blue value is 255 (100% from 255 or 33.69% from 757); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBFBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFBFF is #040400. Grayscale: #FBFBFB. Windows color (decimal): -263169 or 16776187. OLE color: 16776187.

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

Color convert

RGB251251255-
CMYK0.020.0200
HSL240º100%99.22%-
HSV(B)240º1.57%100%-
XYZ92.3396.72108.41-
YUV251.46130127.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.16%
GREEN value IS 251 (98.44% from 255) = 33.16%
BLUE value IS 255 (100% from 255) = 33.69%
R=33.16%
G=33.16%
B=33.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512512550.020.020024010099.22
HexFBFBFF2200f06463
Octal3733733772200360144143
Binary1111101111111011111111111010001111000011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFBFF; }

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

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

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

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

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

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

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

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