Shades of Ghost White #F8F8FD
Tints of Ghost White #F8F8FD
RGB
CMYK
RGB Variations
Color information
#F8F8FD (or 0xF8F8FD) is known color: Ghost White. HEX triplet: F8, F8 and FD. RGB value is (248,248,253). Sum of RGB (Red+Green+Blue) = 248+248+253=749 (99% of max value = 765). Red value is 248 (97.27% from 255 or 33.11% from 749); Green value is 248 (97.27% from 255 or 33.11% from 749); Blue value is 253 (99.22% from 255 or 33.78% from 749); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8F8FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F8FD is #070702. Grayscale: #F8F8F8. Windows color (decimal): -460547 or 16644344. OLE color: 16644344.
HSL color Cylindrical-coordinate representation of color #F8F8FD: hue angle of 240º degrees, saturation: 0.56, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F8F8FD is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 248 | 248 | 253 | - |
CMYK | 0.02 | 0.02 | 0 | 0.01 |
HSL | 240º | 0.56% | 0.98% | - |
HSV(B) | 240º | 0.02% | 0.99% | - |
XYZ | 90.01 | 94.18 | 106.36 | - |
YUV | 248.57 | 130.5 | 127.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 248 | 253 | 0.02 | 0.02 | 0 | 0.01 | 240 | 0.56 | 0.98 |
Hex | F8 | F8 | FD | 2 | 2 | 0 | 1 | F0 | 38 | 62 |
Octal | 370 | 370 | 375 | 2 | 2 | 0 | 1 | 360 | 70 | 142 |
Binary | 11111000 | 11111000 | 11111101 | 10 | 10 | 0 | 1 | 11110000 | 111000 | 1100010 |
Color Harmonies of #F8F8FD
Complementary color
Monochromatic Colors of #F8F8FD
Black with #F8F8FD
Text Example
Text Example
White with #F8F8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F8FD; }
p { color: rgb(248,248,253); }
H1.HeaderClassName
{
color: #F8F8FD;
}
.AnyTagClassName
{
color: #F8F8FD;
}
</style>
background-color css
<style>
a { background-color: #F8F8FD; }
a { background-color: rgb(248,248,253); }
div.DivClassName
{
background-color: #F8F8FD;
}
.BgClassName
{
background-color: #F8F8FD;
}
</style>
border-color css
<style>
span { border-color: #F8F8FD; }
span { border-color: rgb(248,248,253); }
td.TdClassName
{
border-color: #F8F8FD;
}
.TagClassName
{
border-color: #F8F8FD;
}
</style>