Shades of Ghost White #F9F9FF
Tints of Ghost White #F9F9FF
RGB
CMYK
RGB Variations
Color information
#F9F9FF (or 0xF9F9FF) is known color: Ghost White. HEX triplet: F9, F9 and FF. RGB value is (249,249,255). Sum of RGB (Red+Green+Blue) = 249+249+255=753 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.07% from 753); Green value is 249 (97.66% from 255 or 33.07% from 753); Blue value is 255 (100% from 255 or 33.86% from 753); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9F9FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F9FF is #060600. Grayscale: #F9F9F9. Windows color (decimal): -394753 or 16775673. OLE color: 16775673.
HSL color Cylindrical-coordinate representation of color #F9F9FF: hue angle of 240º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F9F9FF is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 249 | 249 | 255 | - |
CMYK | 0.02 | 0.02 | 0 | 0 |
HSL | 240º | 1% | 0.99% | - |
HSV(B) | 240º | 0.02% | 1% | - |
XYZ | 90.99 | 95.11 | 108.17 | - |
YUV | 249.68 | 131 | 127.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 249 | 255 | 0.02 | 0.02 | 0 | 0 | 240 | 1 | 0.99 |
Hex | F9 | F9 | FF | 2 | 2 | 0 | 0 | F0 | 64 | 63 |
Octal | 371 | 371 | 377 | 2 | 2 | 0 | 0 | 360 | 144 | 143 |
Binary | 11111001 | 11111001 | 11111111 | 10 | 10 | 0 | 0 | 11110000 | 1100100 | 1100011 |
Color Harmonies of #F9F9FF
Complementary color
Monochromatic Colors of #F9F9FF
Black with #F9F9FF
Text Example
Text Example
White with #F9F9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F9FF; }
p { color: rgb(249,249,255); }
H1.HeaderClassName
{
color: #F9F9FF;
}
.AnyTagClassName
{
color: #F9F9FF;
}
</style>
background-color css
<style>
a { background-color: #F9F9FF; }
a { background-color: rgb(249,249,255); }
div.DivClassName
{
background-color: #F9F9FF;
}
.BgClassName
{
background-color: #F9F9FF;
}
</style>
border-color css
<style>
span { border-color: #F9F9FF; }
span { border-color: rgb(249,249,255); }
td.TdClassName
{
border-color: #F9F9FF;
}
.TagClassName
{
border-color: #F9F9FF;
}
</style>