Shades of Ghost White #F5F5F9
Tints of Ghost White #F5F5F9
RGB
CMYK
RGB Variations
Color information
#F5F5F9 (or 0xF5F5F9) is known color: Ghost White. HEX triplet: F5, F5 and F9. RGB value is (245,245,249). Sum of RGB (Red+Green+Blue) = 245+245+249=739 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.15% from 739); Green value is 245 (96.09% from 255 or 33.15% from 739); Blue value is 249 (97.66% from 255 or 33.69% from 739); Max value from RGB is 249 - color contains mainly: blue. Hex color #F5F5F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F5F9 is #0A0A06. Grayscale: #F5F5F5. Windows color (decimal): -657927 or 16381429. OLE color: 16381429.
HSL color Cylindrical-coordinate representation of color #F5F5F9: hue angle of 240º degrees, saturation: 0.25, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F5F5F9 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 245 | 245 | 249 | - |
CMYK | 0.02 | 0.02 | 0 | 0.02 |
HSL | 240º | 0.25% | 0.97% | - |
HSV(B) | 240º | 0.02% | 0.98% | - |
XYZ | 87.41 | 91.56 | 102.69 | - |
YUV | 245.46 | 130 | 127.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 245 | 249 | 0.02 | 0.02 | 0 | 0.02 | 240 | 0.25 | 0.97 |
Hex | F5 | F5 | F9 | 2 | 2 | 0 | 2 | F0 | 19 | 61 |
Octal | 365 | 365 | 371 | 2 | 2 | 0 | 2 | 360 | 31 | 141 |
Binary | 11110101 | 11110101 | 11111001 | 10 | 10 | 0 | 10 | 11110000 | 11001 | 1100001 |
Color Harmonies of #F5F5F9
Complementary color
Monochromatic Colors of #F5F5F9
Black with #F5F5F9
Text Example
Text Example
White with #F5F5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F5F9; }
p { color: rgb(245,245,249); }
H1.HeaderClassName
{
color: #F5F5F9;
}
.AnyTagClassName
{
color: #F5F5F9;
}
</style>
background-color css
<style>
a { background-color: #F5F5F9; }
a { background-color: rgb(245,245,249); }
div.DivClassName
{
background-color: #F5F5F9;
}
.BgClassName
{
background-color: #F5F5F9;
}
</style>
border-color css
<style>
span { border-color: #F5F5F9; }
span { border-color: rgb(245,245,249); }
td.TdClassName
{
border-color: #F5F5F9;
}
.TagClassName
{
border-color: #F5F5F9;
}
</style>