Shades of Moon Glow #F0EECF
Tints of Moon Glow #F0EECF
RGB
CMYK
RGB Variations
Color information
#F0EECF (or 0xF0EECF) is known color: Moon Glow. HEX triplet: F0, EE and CF. RGB value is (240,238,207). Sum of RGB (Red+Green+Blue) = 240+238+207=685 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.04% from 685); Green value is 238 (93.36% from 255 or 34.74% from 685); Blue value is 207 (81.25% from 255 or 30.22% from 685); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EECF is #0F1130. Grayscale: #EBEBEB. Windows color (decimal): -987441 or 13627120. OLE color: 13627120.
HSL color Cylindrical-coordinate representation of color #F0EECF: hue angle of 56.36º 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 #F0EECF is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 238 | 207 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.06 |
| HSL | 56.36º | 0.52% | 0.88% | - |
| HSV(B) | 56.36º | 0.14% | 0.94% | - |
| XYZ | 77.77 | 84.18 | 71.18 | - |
| YUV | 235.06 | 112.16 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 238 | 207 | 0 | 0.01 | 0.14 | 0.06 | 56.36 | 0.52 | 0.88 |
| Hex | F0 | EE | CF | 0 | 1 | E | 6 | 38 | 34 | 58 |
| Octal | 360 | 356 | 317 | 0 | 1 | 16 | 6 | 70 | 64 | 130 |
| Binary | 11110000 | 11101110 | 11001111 | 0 | 1 | 1110 | 110 | 111000 | 110100 | 1011000 |
Color Harmonies of #F0EECF
Complementary color
Monochromatic Colors of #F0EECF
Black with #F0EECF
Text Example
Text Example
White with #F0EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EECF; }
p { color: rgb(240,238,207); }
H1.HeaderClassName
{
color: #F0EECF;
}
.AnyTagClassName
{
color: #F0EECF;
}
</style>
background-color css
<style>
a { background-color: #F0EECF; }
a { background-color: rgb(240,238,207); }
div.DivClassName
{
background-color: #F0EECF;
}
.BgClassName
{
background-color: #F0EECF;
}
</style>
border-color css
<style>
span { border-color: #F0EECF; }
span { border-color: rgb(240,238,207); }
td.TdClassName
{
border-color: #F0EECF;
}
.TagClassName
{
border-color: #F0EECF;
}
</style>