Shades of Moon Glow #F0F0CE
Tints of Moon Glow #F0F0CE
RGB
CMYK
RGB Variations
Color information
#F0F0CE (or 0xF0F0CE) is known color: Moon Glow. HEX triplet: F0, F0 and CE. RGB value is (240,240,206). Sum of RGB (Red+Green+Blue) = 240+240+206=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 240 (94.14% from 255 or 34.99% from 686); Blue value is 206 (80.86% from 255 or 30.03% from 686); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F0CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F0CE is #0F0F31. Grayscale: #ECECEC. Windows color (decimal): -986930 or 13562096. OLE color: 13562096.
HSL color Cylindrical-coordinate representation of color #F0F0CE: hue angle of 60º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0F0CE is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 240 | 206 | - |
| CMYK | 0 | 0 | 0.14 | 0.06 |
| HSL | 60º | 0.53% | 0.87% | - |
| HSV(B) | 60º | 0.14% | 0.94% | - |
| XYZ | 78.24 | 85.3 | 70.73 | - |
| YUV | 236.12 | 111 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 240 | 206 | 0 | 0 | 0.14 | 0.06 | 60 | 0.53 | 0.87 |
| Hex | F0 | F0 | CE | 0 | 0 | E | 6 | 3C | 35 | 57 |
| Octal | 360 | 360 | 316 | 0 | 0 | 16 | 6 | 74 | 65 | 127 |
| Binary | 11110000 | 11110000 | 11001110 | 0 | 0 | 1110 | 110 | 111100 | 110101 | 1010111 |
Color Harmonies of #F0F0CE
Complementary color
Monochromatic Colors of #F0F0CE
Black with #F0F0CE
Text Example
Text Example
White with #F0F0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F0CE; }
p { color: rgb(240,240,206); }
H1.HeaderClassName
{
color: #F0F0CE;
}
.AnyTagClassName
{
color: #F0F0CE;
}
</style>
background-color css
<style>
a { background-color: #F0F0CE; }
a { background-color: rgb(240,240,206); }
div.DivClassName
{
background-color: #F0F0CE;
}
.BgClassName
{
background-color: #F0F0CE;
}
</style>
border-color css
<style>
span { border-color: #F0F0CE; }
span { border-color: rgb(240,240,206); }
td.TdClassName
{
border-color: #F0F0CE;
}
.TagClassName
{
border-color: #F0F0CE;
}
</style>