Shades of Ghost White #F9F8FF
Tints of Ghost White #F9F8FF
RGB
CMYK
RGB Variations
Color information
#F9F8FF (or 0xF9F8FF) is known color: Ghost White. HEX triplet: F9, F8 and FF. RGB value is (249,248,255). Sum of RGB (Red+Green+Blue) = 249+248+255=752 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.11% from 752); Green value is 248 (97.27% from 255 or 32.98% from 752); Blue value is 255 (100% from 255 or 33.91% from 752); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9F8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F8FF is #060700. Grayscale: #F9F9F9. Windows color (decimal): -395009 or 16775417. OLE color: 16775417.
HSL color Cylindrical-coordinate representation of color #F9F8FF: hue angle of 248.57º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F9F8FF is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 248 | 255 | - |
| CMYK | 0.02 | 0.03 | 0 | 0 |
| HSL | 248.57º | 1% | 0.99% | - |
| HSV(B) | 248.57º | 0.03% | 1% | - |
| XYZ | 90.68 | 94.49 | 108.07 | - |
| YUV | 249.1 | 131.33 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 248 | 255 | 0.02 | 0.03 | 0 | 0 | 248.57 | 1 | 0.99 |
| Hex | F9 | F8 | FF | 2 | 3 | 0 | 0 | F9 | 64 | 63 |
| Octal | 371 | 370 | 377 | 2 | 3 | 0 | 0 | 371 | 144 | 143 |
| Binary | 11111001 | 11111000 | 11111111 | 10 | 11 | 0 | 0 | 11111001 | 1100100 | 1100011 |
Color Harmonies of #F9F8FF
Complementary color
Monochromatic Colors of #F9F8FF
Black with #F9F8FF
Text Example
Text Example
White with #F9F8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F8FF; }
p { color: rgb(249,248,255); }
H1.HeaderClassName
{
color: #F9F8FF;
}
.AnyTagClassName
{
color: #F9F8FF;
}
</style>
background-color css
<style>
a { background-color: #F9F8FF; }
a { background-color: rgb(249,248,255); }
div.DivClassName
{
background-color: #F9F8FF;
}
.BgClassName
{
background-color: #F9F8FF;
}
</style>
border-color css
<style>
span { border-color: #F9F8FF; }
span { border-color: rgb(249,248,255); }
td.TdClassName
{
border-color: #F9F8FF;
}
.TagClassName
{
border-color: #F9F8FF;
}
</style>