Shades of Ghost White #F5F5FF
Tints of Ghost White #F5F5FF
RGB
CMYK
RGB Variations
Color information
#F5F5FF (or 0xF5F5FF) is known color: Ghost White. HEX triplet: F5, F5 and FF. RGB value is (245,245,255). Sum of RGB (Red+Green+Blue) = 245+245+255=745 (98% of max value = 765). Red value is 245 (96.09% from 255 or 32.89% from 745); Green value is 245 (96.09% from 255 or 32.89% from 745); Blue value is 255 (100% from 255 or 34.23% from 745); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5F5FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F5FF is #0A0A00. Grayscale: #F6F6F6. Windows color (decimal): -657921 or 16774645. OLE color: 16774645.
HSL color Cylindrical-coordinate representation of color #F5F5FF: hue angle of 240º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F5F5FF is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 245 | 255 | - |
| CMYK | 0.04 | 0.04 | 0 | 0 |
| HSL | 240º | 1% | 0.98% | - |
| HSV(B) | 240º | 0.04% | 1% | - |
| XYZ | 88.36 | 91.94 | 107.7 | - |
| YUV | 246.14 | 133 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 245 | 255 | 0.04 | 0.04 | 0 | 0 | 240 | 1 | 0.98 |
| Hex | F5 | F5 | FF | 4 | 4 | 0 | 0 | F0 | 64 | 62 |
| Octal | 365 | 365 | 377 | 4 | 4 | 0 | 0 | 360 | 144 | 142 |
| Binary | 11110101 | 11110101 | 11111111 | 100 | 100 | 0 | 0 | 11110000 | 1100100 | 1100010 |
Color Harmonies of #F5F5FF
Complementary color
Monochromatic Colors of #F5F5FF
Black with #F5F5FF
Text Example
Text Example
White with #F5F5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F5FF; }
p { color: rgb(245,245,255); }
H1.HeaderClassName
{
color: #F5F5FF;
}
.AnyTagClassName
{
color: #F5F5FF;
}
</style>
background-color css
<style>
a { background-color: #F5F5FF; }
a { background-color: rgb(245,245,255); }
div.DivClassName
{
background-color: #F5F5FF;
}
.BgClassName
{
background-color: #F5F5FF;
}
</style>
border-color css
<style>
span { border-color: #F5F5FF; }
span { border-color: rgb(245,245,255); }
td.TdClassName
{
border-color: #F5F5FF;
}
.TagClassName
{
border-color: #F5F5FF;
}
</style>