Shades of Ghost White #F7F7FF
Tints of Ghost White #F7F7FF
RGB
CMYK
RGB Variations
Color information
#F7F7FF (or 0xF7F7FF) is known color: Ghost White. HEX triplet: F7, F7 and FF. RGB value is (247,247,255). Sum of RGB (Red+Green+Blue) = 247+247+255=749 (99% of max value = 765). Red value is 247 (96.88% from 255 or 32.98% from 749); Green value is 247 (96.88% from 255 or 32.98% from 749); Blue value is 255 (100% from 255 or 34.05% from 749); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7F7FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7F7FF is #080800. Grayscale: #F7F7F7. Windows color (decimal): -526337 or 16775159. OLE color: 16775159.
HSL color Cylindrical-coordinate representation of color #F7F7FF: hue angle of 240º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F7F7FF is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 247 | 247 | 255 | - |
CMYK | 0.03 | 0.03 | 0 | 0 |
HSL | 240º | 1% | 0.98% | - |
HSV(B) | 240º | 0.03% | 1% | - |
XYZ | 89.67 | 93.52 | 107.93 | - |
YUV | 247.91 | 132 | 127.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 247 | 255 | 0.03 | 0.03 | 0 | 0 | 240 | 1 | 0.98 |
Hex | F7 | F7 | FF | 3 | 3 | 0 | 0 | F0 | 64 | 62 |
Octal | 367 | 367 | 377 | 3 | 3 | 0 | 0 | 360 | 144 | 142 |
Binary | 11110111 | 11110111 | 11111111 | 11 | 11 | 0 | 0 | 11110000 | 1100100 | 1100010 |
Color Harmonies of #F7F7FF
Complementary color
Monochromatic Colors of #F7F7FF
Black with #F7F7FF
Text Example
Text Example
White with #F7F7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F7FF; }
p { color: rgb(247,247,255); }
H1.HeaderClassName
{
color: #F7F7FF;
}
.AnyTagClassName
{
color: #F7F7FF;
}
</style>
background-color css
<style>
a { background-color: #F7F7FF; }
a { background-color: rgb(247,247,255); }
div.DivClassName
{
background-color: #F7F7FF;
}
.BgClassName
{
background-color: #F7F7FF;
}
</style>
border-color css
<style>
span { border-color: #F7F7FF; }
span { border-color: rgb(247,247,255); }
td.TdClassName
{
border-color: #F7F7FF;
}
.TagClassName
{
border-color: #F7F7FF;
}
</style>