Shades of Ghost White #F8F9FF
Tints of Ghost White #F8F9FF
RGB
CMYK
RGB Variations
Color information
#F8F9FF (or 0xF8F9FF) is known color: Ghost White. HEX triplet: F8, F9 and FF. RGB value is (248,249,255). Sum of RGB (Red+Green+Blue) = 248+249+255=752 (99% of max value = 765). Red value is 248 (97.27% from 255 or 32.98% from 752); Green value is 249 (97.66% from 255 or 33.11% 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 #F8F9FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F9FF is #070600. Grayscale: #F9F9F9. Windows color (decimal): -460289 or 16775672. OLE color: 16775672.
HSL color Cylindrical-coordinate representation of color #F8F9FF: hue angle of 231.43º 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 #F8F9FF is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 249 | 255 | - |
| CMYK | 0.03 | 0.02 | 0 | 0 |
| HSL | 231.43º | 1% | 0.99% | - |
| HSV(B) | 231.43º | 0.03% | 1% | - |
| XYZ | 90.64 | 94.93 | 108.15 | - |
| YUV | 249.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 249 | 255 | 0.03 | 0.02 | 0 | 0 | 231.43 | 1 | 0.99 |
| Hex | F8 | F9 | FF | 3 | 2 | 0 | 0 | E7 | 64 | 63 |
| Octal | 370 | 371 | 377 | 3 | 2 | 0 | 0 | 347 | 144 | 143 |
| Binary | 11111000 | 11111001 | 11111111 | 11 | 10 | 0 | 0 | 11100111 | 1100100 | 1100011 |
Color Harmonies of #F8F9FF
Complementary color
Monochromatic Colors of #F8F9FF
Black with #F8F9FF
Text Example
Text Example
White with #F8F9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F9FF; }
p { color: rgb(248,249,255); }
H1.HeaderClassName
{
color: #F8F9FF;
}
.AnyTagClassName
{
color: #F8F9FF;
}
</style>
background-color css
<style>
a { background-color: #F8F9FF; }
a { background-color: rgb(248,249,255); }
div.DivClassName
{
background-color: #F8F9FF;
}
.BgClassName
{
background-color: #F8F9FF;
}
</style>
border-color css
<style>
span { border-color: #F8F9FF; }
span { border-color: rgb(248,249,255); }
td.TdClassName
{
border-color: #F8F9FF;
}
.TagClassName
{
border-color: #F8F9FF;
}
</style>