Shades of Moon Glow #F0EFCF
Tints of Moon Glow #F0EFCF
RGB
CMYK
RGB Variations
Color information
#F0EFCF (or 0xF0EFCF) is known color: Moon Glow. HEX triplet: F0, EF and CF. RGB value is (240,239,207). Sum of RGB (Red+Green+Blue) = 240+239+207=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 239 (93.75% from 255 or 34.84% from 686); Blue value is 207 (81.25% from 255 or 30.17% from 686); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EFCF is #0F1030. Grayscale: #EBEBEB. Windows color (decimal): -987185 or 13627376. OLE color: 13627376.
HSL color Cylindrical-coordinate representation of color #F0EFCF: hue angle of 58.18º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0EFCF is Cyan = 0, Magento = 0.00, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 239 | 207 | - |
| CMYK | 0 | 0.00 | 0.14 | 0.06 |
| HSL | 58.18º | 0.52% | 0.88% | - |
| HSV(B) | 58.18º | 0.14% | 0.94% | - |
| XYZ | 78.06 | 84.76 | 71.28 | - |
| YUV | 235.65 | 111.83 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 239 | 207 | 0 | 0.00 | 0.14 | 0.06 | 58.18 | 0.52 | 0.88 |
| Hex | F0 | EF | CF | 0 | 0 | E | 6 | 3A | 34 | 58 |
| Octal | 360 | 357 | 317 | 0 | 0 | 16 | 6 | 72 | 64 | 130 |
| Binary | 11110000 | 11101111 | 11001111 | 0 | 0 | 1110 | 110 | 111010 | 110100 | 1011000 |
Color Harmonies of #F0EFCF
Complementary color
Monochromatic Colors of #F0EFCF
Black with #F0EFCF
Text Example
Text Example
White with #F0EFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EFCF; }
p { color: rgb(240,239,207); }
H1.HeaderClassName
{
color: #F0EFCF;
}
.AnyTagClassName
{
color: #F0EFCF;
}
</style>
background-color css
<style>
a { background-color: #F0EFCF; }
a { background-color: rgb(240,239,207); }
div.DivClassName
{
background-color: #F0EFCF;
}
.BgClassName
{
background-color: #F0EFCF;
}
</style>
border-color css
<style>
span { border-color: #F0EFCF; }
span { border-color: rgb(240,239,207); }
td.TdClassName
{
border-color: #F0EFCF;
}
.TagClassName
{
border-color: #F0EFCF;
}
</style>