Shades of Ghost White #FBFBFC
Tints of Ghost White #FBFBFC
RGB
CMYK
RGB Variations
Color information
#FBFBFC (or 0xFBFBFC) is known color: 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
RGB | 251 | 251 | 252 | - |
CMYK | 0.00 | 0.00 | 0 | 0.01 |
HSL | 240º | 0.14% | 0.99% | - |
HSV(B) | 240º | 0% | 0.99% | - |
XYZ | 91.85 | 96.53 | 105.89 | - |
YUV | 251.11 | 128.5 | 127.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 251 | 252 | 0.00 | 0.00 | 0 | 0.01 | 240 | 0.14 | 0.99 |
Hex | FB | FB | FC | 0 | 0 | 0 | 1 | F0 | E | 63 |
Octal | 373 | 373 | 374 | 0 | 0 | 0 | 1 | 360 | 16 | 143 |
Binary | 11111011 | 11111011 | 11111100 | 0 | 0 | 0 | 1 | 11110000 | 1110 | 1100011 |
Color Harmonies of #FBFBFC
Complementary color
Monochromatic Colors of #FBFBFC
Black with #FBFBFC
Text Example
Text Example
White with #FBFBFC
Text Example
Text Example
HTML Codes & Css Web 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>