Shades of Ghost White #FBFBFF
Tints of Ghost White #FBFBFF
RGB
CMYK
RGB Variations
Color information
#FBFBFF (or 0xFBFBFF) is known color: 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
RGB | 251 | 251 | 255 | - |
CMYK | 0.02 | 0.02 | 0 | 0 |
HSL | 240º | 1% | 0.99% | - |
HSV(B) | 240º | 0.02% | 1% | - |
XYZ | 92.33 | 96.72 | 108.41 | - |
YUV | 251.46 | 130 | 127.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 251 | 255 | 0.02 | 0.02 | 0 | 0 | 240 | 1 | 0.99 |
Hex | FB | FB | FF | 2 | 2 | 0 | 0 | F0 | 64 | 63 |
Octal | 373 | 373 | 377 | 2 | 2 | 0 | 0 | 360 | 144 | 143 |
Binary | 11111011 | 11111011 | 11111111 | 10 | 10 | 0 | 0 | 11110000 | 1100100 | 1100011 |
Color Harmonies of #FBFBFF
Complementary color
Monochromatic Colors of #FBFBFF
Black with #FBFBFF
Text Example
Text Example
White with #FBFBFF
Text Example
Text Example
HTML Codes & Css Web 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>