Shades of Ghost White #F8F7FD
Tints of Ghost White #F8F7FD
RGB
CMYK
RGB Variations
Color information
#F8F7FD (or 0xF8F7FD) is known color: Ghost White. HEX triplet: F8, F7 and FD. RGB value is (248,247,253). Sum of RGB (Red+Green+Blue) = 248+247+253=748 (99% of max value = 765). Red value is 248 (97.27% from 255 or 33.16% from 748); Green value is 247 (96.88% from 255 or 33.02% from 748); Blue value is 253 (99.22% from 255 or 33.82% from 748); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8F7FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F7FD is #070802. Grayscale: #F7F7F7. Windows color (decimal): -460803 or 16644088. OLE color: 16644088.
HSL color Cylindrical-coordinate representation of color #F8F7FD: hue angle of 250º degrees, saturation: 0.6, 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 #F8F7FD is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 248 | 247 | 253 | - |
CMYK | 0.02 | 0.02 | 0 | 0.01 |
HSL | 250º | 0.6% | 0.98% | - |
HSV(B) | 250º | 0.02% | 0.99% | - |
XYZ | 89.7 | 93.57 | 106.26 | - |
YUV | 247.98 | 130.83 | 128.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 247 | 253 | 0.02 | 0.02 | 0 | 0.01 | 250 | 0.6 | 0.98 |
Hex | F8 | F7 | FD | 2 | 2 | 0 | 1 | FA | 3C | 62 |
Octal | 370 | 367 | 375 | 2 | 2 | 0 | 1 | 372 | 74 | 142 |
Binary | 11111000 | 11110111 | 11111101 | 10 | 10 | 0 | 1 | 11111010 | 111100 | 1100010 |
Color Harmonies of #F8F7FD
Complementary color
Monochromatic Colors of #F8F7FD
Black with #F8F7FD
Text Example
Text Example
White with #F8F7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F7FD; }
p { color: rgb(248,247,253); }
H1.HeaderClassName
{
color: #F8F7FD;
}
.AnyTagClassName
{
color: #F8F7FD;
}
</style>
background-color css
<style>
a { background-color: #F8F7FD; }
a { background-color: rgb(248,247,253); }
div.DivClassName
{
background-color: #F8F7FD;
}
.BgClassName
{
background-color: #F8F7FD;
}
</style>
border-color css
<style>
span { border-color: #F8F7FD; }
span { border-color: rgb(248,247,253); }
td.TdClassName
{
border-color: #F8F7FD;
}
.TagClassName
{
border-color: #F8F7FD;
}
</style>