Shades of Ghost White #F5F5FB
Tints of Ghost White #F5F5FB
RGB
CMYK
RGB Variations
Color information
#F5F5FB (or 0xF5F5FB) is known color: Ghost White. HEX triplet: F5, F5 and FB. RGB value is (245,245,251). Sum of RGB (Red+Green+Blue) = 245+245+251=741 (98% of max value = 765). Red value is 245 (96.09% from 255 or 33.06% from 741); Green value is 245 (96.09% from 255 or 33.06% from 741); Blue value is 251 (98.44% from 255 or 33.87% from 741); Max value from RGB is 251 - color contains mainly: blue. Hex color #F5F5FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F5FB is #0A0A04. Grayscale: #F5F5F5. Windows color (decimal): -657925 or 16512501. OLE color: 16512501.
HSL color Cylindrical-coordinate representation of color #F5F5FB: hue angle of 240º degrees, saturation: 0.43, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F5F5FB is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 245 | 245 | 251 | - |
CMYK | 0.02 | 0.02 | 0 | 0.02 |
HSL | 240º | 0.43% | 0.97% | - |
HSV(B) | 240º | 0.02% | 0.98% | - |
XYZ | 87.72 | 91.68 | 104.34 | - |
YUV | 245.68 | 131 | 127.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 245 | 251 | 0.02 | 0.02 | 0 | 0.02 | 240 | 0.43 | 0.97 |
Hex | F5 | F5 | FB | 2 | 2 | 0 | 2 | F0 | 2B | 61 |
Octal | 365 | 365 | 373 | 2 | 2 | 0 | 2 | 360 | 53 | 141 |
Binary | 11110101 | 11110101 | 11111011 | 10 | 10 | 0 | 10 | 11110000 | 101011 | 1100001 |
Color Harmonies of #F5F5FB
Complementary color
Monochromatic Colors of #F5F5FB
Black with #F5F5FB
Text Example
Text Example
White with #F5F5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F5FB; }
p { color: rgb(245,245,251); }
H1.HeaderClassName
{
color: #F5F5FB;
}
.AnyTagClassName
{
color: #F5F5FB;
}
</style>
background-color css
<style>
a { background-color: #F5F5FB; }
a { background-color: rgb(245,245,251); }
div.DivClassName
{
background-color: #F5F5FB;
}
.BgClassName
{
background-color: #F5F5FB;
}
</style>
border-color css
<style>
span { border-color: #F5F5FB; }
span { border-color: rgb(245,245,251); }
td.TdClassName
{
border-color: #F5F5FB;
}
.TagClassName
{
border-color: #F5F5FB;
}
</style>