Shades of Ghost White #F9F9FB
Tints of Ghost White #F9F9FB
RGB
CMYK
RGB Variations
Color information
#F9F9FB (or 0xF9F9FB) is known color: Ghost White. HEX triplet: F9, F9 and FB. RGB value is (249,249,251). Sum of RGB (Red+Green+Blue) = 249+249+251=749 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.24% from 749); Green value is 249 (97.66% from 255 or 33.24% from 749); Blue value is 251 (98.44% from 255 or 33.51% from 749); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9F9FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F9FB is #060604. Grayscale: #F9F9F9. Windows color (decimal): -394757 or 16513529. OLE color: 16513529.
HSL color Cylindrical-coordinate representation of color #F9F9FB: hue angle of 240º degrees, saturation: 0.2, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F9F9FB is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 249 | 251 | - |
CMYK | 0.01 | 0.01 | 0 | 0.02 |
HSL | 240º | 0.2% | 0.98% | - |
HSV(B) | 240º | 0.01% | 0.98% | - |
XYZ | 90.36 | 94.86 | 104.81 | - |
YUV | 249.23 | 129 | 127.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 249 | 251 | 0.01 | 0.01 | 0 | 0.02 | 240 | 0.2 | 0.98 |
Hex | F9 | F9 | FB | 1 | 1 | 0 | 2 | F0 | 14 | 62 |
Octal | 371 | 371 | 373 | 1 | 1 | 0 | 2 | 360 | 24 | 142 |
Binary | 11111001 | 11111001 | 11111011 | 1 | 1 | 0 | 10 | 11110000 | 10100 | 1100010 |
Color Harmonies of #F9F9FB
Complementary color
Monochromatic Colors of #F9F9FB
Black with #F9F9FB
Text Example
Text Example
White with #F9F9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F9FB; }
p { color: rgb(249,249,251); }
H1.HeaderClassName
{
color: #F9F9FB;
}
.AnyTagClassName
{
color: #F9F9FB;
}
</style>
background-color css
<style>
a { background-color: #F9F9FB; }
a { background-color: rgb(249,249,251); }
div.DivClassName
{
background-color: #F9F9FB;
}
.BgClassName
{
background-color: #F9F9FB;
}
</style>
border-color css
<style>
span { border-color: #F9F9FB; }
span { border-color: rgb(249,249,251); }
td.TdClassName
{
border-color: #F9F9FB;
}
.TagClassName
{
border-color: #F9F9FB;
}
</style>