Shades of Moon Glow #F2F0CD
Tints of Moon Glow #F2F0CD
RGB
CMYK
RGB Variations
Color information
#F2F0CD (or 0xF2F0CD) is known color: Moon Glow. HEX triplet: F2, F0 and CD. RGB value is (242,240,205). Sum of RGB (Red+Green+Blue) = 242+240+205=687 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.23% from 687); Green value is 240 (94.14% from 255 or 34.93% from 687); Blue value is 205 (80.47% from 255 or 29.84% from 687); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F0CD is #0D0F32. Grayscale: #ECECEC. Windows color (decimal): -855859 or 13496562. OLE color: 13496562.
HSL color Cylindrical-coordinate representation of color #F2F0CD: hue angle of 56.76º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2F0CD is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 205 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.05 |
| HSL | 56.76º | 0.59% | 0.88% | - |
| HSV(B) | 56.76º | 0.15% | 0.95% | - |
| XYZ | 78.8 | 85.61 | 70.13 | - |
| YUV | 236.61 | 110.16 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 205 | 0 | 0.01 | 0.15 | 0.05 | 56.76 | 0.59 | 0.88 |
| Hex | F2 | F0 | CD | 0 | 1 | F | 5 | 39 | 3B | 58 |
| Octal | 362 | 360 | 315 | 0 | 1 | 17 | 5 | 71 | 73 | 130 |
| Binary | 11110010 | 11110000 | 11001101 | 0 | 1 | 1111 | 101 | 111001 | 111011 | 1011000 |
Color Harmonies of #F2F0CD
Complementary color
Monochromatic Colors of #F2F0CD
Black with #F2F0CD
Text Example
Text Example
White with #F2F0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F0CD; }
p { color: rgb(242,240,205); }
H1.HeaderClassName
{
color: #F2F0CD;
}
.AnyTagClassName
{
color: #F2F0CD;
}
</style>
background-color css
<style>
a { background-color: #F2F0CD; }
a { background-color: rgb(242,240,205); }
div.DivClassName
{
background-color: #F2F0CD;
}
.BgClassName
{
background-color: #F2F0CD;
}
</style>
border-color css
<style>
span { border-color: #F2F0CD; }
span { border-color: rgb(242,240,205); }
td.TdClassName
{
border-color: #F2F0CD;
}
.TagClassName
{
border-color: #F2F0CD;
}
</style>