Shades of Ghost White #F0F0FA
Tints of Ghost White #F0F0FA
RGB
CMYK
RGB Variations
Color information
#F0F0FA (or 0xF0F0FA) is known color: Ghost White. HEX triplet: F0, F0 and FA. RGB value is (240,240,250). Sum of RGB (Red+Green+Blue) = 240+240+250=730 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.88% from 730); Green value is 240 (94.14% from 255 or 32.88% from 730); Blue value is 250 (98.05% from 255 or 34.25% from 730); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0F0FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F0FA is #0F0F05. Grayscale: #F1F1F1. Windows color (decimal): -986886 or 16445680. OLE color: 16445680.
HSL color Cylindrical-coordinate representation of color #F0F0FA: hue angle of 240º degrees, saturation: 0.5, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F0F0FA is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 240 | 250 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.02 |
| HSL | 240º | 0.5% | 0.96% | - |
| HSV(B) | 240º | 0.04% | 0.98% | - |
| XYZ | 84.35 | 87.75 | 102.93 | - |
| YUV | 241.14 | 133 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 240 | 250 | 0.04 | 0.04 | 0 | 0.02 | 240 | 0.5 | 0.96 |
| Hex | F0 | F0 | FA | 4 | 4 | 0 | 2 | F0 | 32 | 60 |
| Octal | 360 | 360 | 372 | 4 | 4 | 0 | 2 | 360 | 62 | 140 |
| Binary | 11110000 | 11110000 | 11111010 | 100 | 100 | 0 | 10 | 11110000 | 110010 | 1100000 |
Color Harmonies of #F0F0FA
Complementary color
Monochromatic Colors of #F0F0FA
Black with #F0F0FA
Text Example
Text Example
White with #F0F0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F0FA; }
p { color: rgb(240,240,250); }
H1.HeaderClassName
{
color: #F0F0FA;
}
.AnyTagClassName
{
color: #F0F0FA;
}
</style>
background-color css
<style>
a { background-color: #F0F0FA; }
a { background-color: rgb(240,240,250); }
div.DivClassName
{
background-color: #F0F0FA;
}
.BgClassName
{
background-color: #F0F0FA;
}
</style>
border-color css
<style>
span { border-color: #F0F0FA; }
span { border-color: rgb(240,240,250); }
td.TdClassName
{
border-color: #F0F0FA;
}
.TagClassName
{
border-color: #F0F0FA;
}
</style>