Shades of Ghost White #F8F9FD
Tints of Ghost White #F8F9FD
RGB
CMYK
RGB Variations
Color information
#F8F9FD (or 0xF8F9FD) is known color: Ghost White. HEX triplet: F8, F9 and FD. RGB value is (248,249,253). Sum of RGB (Red+Green+Blue) = 248+249+253=750 (99% of max value = 765). Red value is 248 (97.27% from 255 or 33.07% from 750); Green value is 249 (97.66% from 255 or 33.2% from 750); Blue value is 253 (99.22% from 255 or 33.73% from 750); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8F9FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F9FD is #070602. Grayscale: #F9F9F9. Windows color (decimal): -460291 or 16644600. OLE color: 16644600.
HSL color Cylindrical-coordinate representation of color #F8F9FD: hue angle of 228º 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 #F8F9FD is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 248 | 249 | 253 | - |
CMYK | 0.02 | 0.02 | 0 | 0.01 |
HSL | 228º | 0.56% | 0.98% | - |
HSV(B) | 228º | 0.02% | 0.99% | - |
XYZ | 90.32 | 94.8 | 106.47 | - |
YUV | 249.16 | 130.17 | 127.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 249 | 253 | 0.02 | 0.02 | 0 | 0.01 | 228 | 0.56 | 0.98 |
Hex | F8 | F9 | FD | 2 | 2 | 0 | 1 | E4 | 38 | 62 |
Octal | 370 | 371 | 375 | 2 | 2 | 0 | 1 | 344 | 70 | 142 |
Binary | 11111000 | 11111001 | 11111101 | 10 | 10 | 0 | 1 | 11100100 | 111000 | 1100010 |
Color Harmonies of #F8F9FD
Complementary color
Monochromatic Colors of #F8F9FD
Black with #F8F9FD
Text Example
Text Example
White with #F8F9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F9FD; }
p { color: rgb(248,249,253); }
H1.HeaderClassName
{
color: #F8F9FD;
}
.AnyTagClassName
{
color: #F8F9FD;
}
</style>
background-color css
<style>
a { background-color: #F8F9FD; }
a { background-color: rgb(248,249,253); }
div.DivClassName
{
background-color: #F8F9FD;
}
.BgClassName
{
background-color: #F8F9FD;
}
</style>
border-color css
<style>
span { border-color: #F8F9FD; }
span { border-color: rgb(248,249,253); }
td.TdClassName
{
border-color: #F8F9FD;
}
.TagClassName
{
border-color: #F8F9FD;
}
</style>