Shades of Moon Glow #F2EFCD
Tints of Moon Glow #F2EFCD
RGB
CMYK
RGB Variations
Color information
#F2EFCD (or 0xF2EFCD) is known color: Moon Glow. HEX triplet: F2, EF and CD. RGB value is (242,239,205). Sum of RGB (Red+Green+Blue) = 242+239+205=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 239 (93.75% from 255 or 34.84% from 686); Blue value is 205 (80.47% from 255 or 29.88% from 686); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFCD is #0D1032. Grayscale: #ECECEC. Windows color (decimal): -856115 or 13496306. OLE color: 13496306.
HSL color Cylindrical-coordinate representation of color #F2EFCD: hue angle of 55.14º 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 #F2EFCD is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 205 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.05 |
| HSL | 55.14º | 0.59% | 0.88% | - |
| HSV(B) | 55.14º | 0.15% | 0.95% | - |
| XYZ | 78.5 | 85.02 | 70.03 | - |
| YUV | 236.02 | 110.49 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 205 | 0 | 0.01 | 0.15 | 0.05 | 55.14 | 0.59 | 0.88 |
| Hex | F2 | EF | CD | 0 | 1 | F | 5 | 37 | 3B | 58 |
| Octal | 362 | 357 | 315 | 0 | 1 | 17 | 5 | 67 | 73 | 130 |
| Binary | 11110010 | 11101111 | 11001101 | 0 | 1 | 1111 | 101 | 110111 | 111011 | 1011000 |
Color Harmonies of #F2EFCD
Complementary color
Monochromatic Colors of #F2EFCD
Black with #F2EFCD
Text Example
Text Example
White with #F2EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EFCD; }
p { color: rgb(242,239,205); }
H1.HeaderClassName
{
color: #F2EFCD;
}
.AnyTagClassName
{
color: #F2EFCD;
}
</style>
background-color css
<style>
a { background-color: #F2EFCD; }
a { background-color: rgb(242,239,205); }
div.DivClassName
{
background-color: #F2EFCD;
}
.BgClassName
{
background-color: #F2EFCD;
}
</style>
border-color css
<style>
span { border-color: #F2EFCD; }
span { border-color: rgb(242,239,205); }
td.TdClassName
{
border-color: #F2EFCD;
}
.TagClassName
{
border-color: #F2EFCD;
}
</style>