Shades of GhostWhite #F8F8FF
Tints of GhostWhite #F8F8FF
RGB
CMYK
RGB Variations
Color information
#F8F8FF (or 0xF8F8FF) is known color: GhostWhite. HEX triplet: F8, F8 and FF. RGB value is (248,248,255). Sum of RGB (Red+Green+Blue) = 248+248+255=751 (99% of max value = 765). Red value is 248 (97.27% from 255 or 33.02% from 751); Green value is 248 (97.27% from 255 or 33.02% from 751); Blue value is 255 (100% from 255 or 33.95% from 751); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8F8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F8FF is #070700. Grayscale: #F8F8F8. Windows color (decimal): -460545 or 16775416. OLE color: 16775416.
HSL color Cylindrical-coordinate representation of color #F8F8FF: hue angle of 240º 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 #F8F8FF is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 248 | 248 | 255 | - |
CMYK | 0.03 | 0.03 | 0 | 0 |
HSL | 240º | 1% | 0.99% | - |
HSV(B) | 240º | 0.03% | 1% | - |
XYZ | 90.33 | 94.31 | 108.05 | - |
YUV | 248.8 | 131.5 | 127.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 248 | 255 | 0.03 | 0.03 | 0 | 0 | 240 | 1 | 0.99 |
Hex | F8 | F8 | FF | 3 | 3 | 0 | 0 | F0 | 64 | 63 |
Octal | 370 | 370 | 377 | 3 | 3 | 0 | 0 | 360 | 144 | 143 |
Binary | 11111000 | 11111000 | 11111111 | 11 | 11 | 0 | 0 | 11110000 | 1100100 | 1100011 |
Color Harmonies of #F8F8FF
Complementary color
Monochromatic Colors of #F8F8FF
Black with #F8F8FF
Text Example
Text Example
White with #F8F8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F8FF; }
p { color: rgb(248,248,255); }
H1.HeaderClassName
{
color: #F8F8FF;
}
.AnyTagClassName
{
color: #F8F8FF;
}
</style>
background-color css
<style>
a { background-color: #F8F8FF; }
a { background-color: rgb(248,248,255); }
div.DivClassName
{
background-color: #F8F8FF;
}
.BgClassName
{
background-color: #F8F8FF;
}
</style>
border-color css
<style>
span { border-color: #F8F8FF; }
span { border-color: rgb(248,248,255); }
td.TdClassName
{
border-color: #F8F8FF;
}
.TagClassName
{
border-color: #F8F8FF;
}
</style>