Shades of Ghost White #F0EEFF
Tints of Ghost White #F0EEFF
RGB
CMYK
RGB Variations
Color information
#F0EEFF (or 0xF0EEFF) is known color: Ghost White. HEX triplet: F0, EE and FF. RGB value is (240,238,255). Sum of RGB (Red+Green+Blue) = 240+238+255=733 (97% of max value = 765). Red value is 240 (94.14% from 255 or 32.74% from 733); Green value is 238 (93.36% from 255 or 32.47% from 733); Blue value is 255 (100% from 255 or 34.79% from 733); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0EEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EEFF is #0F1100. Grayscale: #F0F0F0. Windows color (decimal): -987393 or 16772848. OLE color: 16772848.
HSL color Cylindrical-coordinate representation of color #F0EEFF: hue angle of 247.06º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0EEFF is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 238 | 255 | - |
| CMYK | 0.06 | 0.07 | 0 | 0 |
| HSL | 247.06º | 1% | 0.97% | - |
| HSV(B) | 247.06º | 0.07% | 1% | - |
| XYZ | 84.56 | 86.89 | 106.92 | - |
| YUV | 240.54 | 136.16 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 238 | 255 | 0.06 | 0.07 | 0 | 0 | 247.06 | 1 | 0.97 |
| Hex | F0 | EE | FF | 6 | 7 | 0 | 0 | F7 | 64 | 61 |
| Octal | 360 | 356 | 377 | 6 | 7 | 0 | 0 | 367 | 144 | 141 |
| Binary | 11110000 | 11101110 | 11111111 | 110 | 111 | 0 | 0 | 11110111 | 1100100 | 1100001 |
Color Harmonies of #F0EEFF
Complementary color
Monochromatic Colors of #F0EEFF
Black with #F0EEFF
Text Example
Text Example
White with #F0EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EEFF; }
p { color: rgb(240,238,255); }
H1.HeaderClassName
{
color: #F0EEFF;
}
.AnyTagClassName
{
color: #F0EEFF;
}
</style>
background-color css
<style>
a { background-color: #F0EEFF; }
a { background-color: rgb(240,238,255); }
div.DivClassName
{
background-color: #F0EEFF;
}
.BgClassName
{
background-color: #F0EEFF;
}
</style>
border-color css
<style>
span { border-color: #F0EEFF; }
span { border-color: rgb(240,238,255); }
td.TdClassName
{
border-color: #F0EEFF;
}
.TagClassName
{
border-color: #F0EEFF;
}
</style>