Shades of Ghost White #F0EFFE
Tints of Ghost White #F0EFFE
RGB
CMYK
RGB Variations
Color information
#F0EFFE (or 0xF0EFFE) is known color: Ghost White. HEX triplet: F0, EF and FE. RGB value is (240,239,254). Sum of RGB (Red+Green+Blue) = 240+239+254=733 (97% of max value = 765). Red value is 240 (94.14% from 255 or 32.74% from 733); Green value is 239 (93.75% from 255 or 32.61% from 733); Blue value is 254 (99.61% from 255 or 34.65% from 733); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0EFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFFE is #0F1001. Grayscale: #F0F0F0. Windows color (decimal): -987138 or 16707568. OLE color: 16707568.
HSL color Cylindrical-coordinate representation of color #F0EFFE: hue angle of 244º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0EFFE is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 239 | 254 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.00 |
| HSL | 244º | 0.88% | 0.97% | - |
| HSV(B) | 244º | 0.06% | 1% | - |
| XYZ | 84.69 | 87.41 | 106.17 | - |
| YUV | 241.01 | 135.33 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 239 | 254 | 0.06 | 0.06 | 0 | 0.00 | 244 | 0.88 | 0.97 |
| Hex | F0 | EF | FE | 6 | 6 | 0 | 0 | F4 | 58 | 61 |
| Octal | 360 | 357 | 376 | 6 | 6 | 0 | 0 | 364 | 130 | 141 |
| Binary | 11110000 | 11101111 | 11111110 | 110 | 110 | 0 | 0 | 11110100 | 1011000 | 1100001 |
Color Harmonies of #F0EFFE
Complementary color
Monochromatic Colors of #F0EFFE
Black with #F0EFFE
Text Example
Text Example
White with #F0EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EFFE; }
p { color: rgb(240,239,254); }
H1.HeaderClassName
{
color: #F0EFFE;
}
.AnyTagClassName
{
color: #F0EFFE;
}
</style>
background-color css
<style>
a { background-color: #F0EFFE; }
a { background-color: rgb(240,239,254); }
div.DivClassName
{
background-color: #F0EFFE;
}
.BgClassName
{
background-color: #F0EFFE;
}
</style>
border-color css
<style>
span { border-color: #F0EFFE; }
span { border-color: rgb(240,239,254); }
td.TdClassName
{
border-color: #F0EFFE;
}
.TagClassName
{
border-color: #F0EFFE;
}
</style>