Shades of Ghost White #F5F5F8
Tints of Ghost White #F5F5F8
RGB
CMYK
RGB Variations
Color information
#F5F5F8 (or 0xF5F5F8) is known color: Ghost White. HEX triplet: F5, F5 and F8. RGB value is (245,245,248). Sum of RGB (Red+Green+Blue) = 245+245+248=738 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.20% from 738); Green value is 245 (96.09% from 255 or 33.20% from 738); Blue value is 248 (97.27% from 255 or 33.60% from 738); Max value from RGB is 248 - color contains mainly: blue. Hex color #F5F5F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F5F8 is #0A0A07. Grayscale: #F5F5F5. Windows color (decimal): -657928 or 16315893. OLE color: 16315893.
HSL color Cylindrical-coordinate representation of color #F5F5F8: hue angle of 240º degrees, saturation: 0.18, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F5F5F8 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 245 | 245 | 248 | - |
CMYK | 0.01 | 0.01 | 0 | 0.03 |
HSL | 240º | 0.18% | 0.97% | - |
HSV(B) | 240º | 0.01% | 0.97% | - |
XYZ | 87.25 | 91.49 | 101.87 | - |
YUV | 245.34 | 129.5 | 127.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 245 | 248 | 0.01 | 0.01 | 0 | 0.03 | 240 | 0.18 | 0.97 |
Hex | F5 | F5 | F8 | 1 | 1 | 0 | 3 | F0 | 12 | 61 |
Octal | 365 | 365 | 370 | 1 | 1 | 0 | 3 | 360 | 22 | 141 |
Binary | 11110101 | 11110101 | 11111000 | 1 | 1 | 0 | 11 | 11110000 | 10010 | 1100001 |
Color Harmonies of #F5F5F8
Complementary color
Monochromatic Colors of #F5F5F8
Black with #F5F5F8
Text Example
Text Example
White with #F5F5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F5F8; }
p { color: rgb(245,245,248); }
H1.HeaderClassName
{
color: #F5F5F8;
}
.AnyTagClassName
{
color: #F5F5F8;
}
</style>
background-color css
<style>
a { background-color: #F5F5F8; }
a { background-color: rgb(245,245,248); }
div.DivClassName
{
background-color: #F5F5F8;
}
.BgClassName
{
background-color: #F5F5F8;
}
</style>
border-color css
<style>
span { border-color: #F5F5F8; }
span { border-color: rgb(245,245,248); }
td.TdClassName
{
border-color: #F5F5F8;
}
.TagClassName
{
border-color: #F5F5F8;
}
</style>