Shades of Moon Glow #F4F2D0
Tints of Moon Glow #F4F2D0
RGB
CMYK
RGB Variations
Color information
#F4F2D0 (or 0xF4F2D0) is known color: Moon Glow. HEX triplet: F4, F2 and D0. RGB value is (244,242,208). Sum of RGB (Red+Green+Blue) = 244+242+208=694 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.16% from 694); Green value is 242 (94.92% from 255 or 34.87% from 694); Blue value is 208 (81.64% from 255 or 29.97% from 694); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F2D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4F2D0 is #0B0D2F. Grayscale: #EEEEEE. Windows color (decimal): -724272 or 13693684. OLE color: 13693684.
HSL color Cylindrical-coordinate representation of color #F4F2D0: hue angle of 56.67º degrees, saturation: 0.62, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F4F2D0 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 242 | 208 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.04 |
| HSL | 56.67º | 0.62% | 0.89% | - |
| HSV(B) | 56.67º | 0.15% | 0.96% | - |
| XYZ | 80.45 | 87.29 | 72.28 | - |
| YUV | 238.72 | 110.66 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 242 | 208 | 0 | 0.01 | 0.15 | 0.04 | 56.67 | 0.62 | 0.89 |
| Hex | F4 | F2 | D0 | 0 | 1 | F | 4 | 39 | 3E | 59 |
| Octal | 364 | 362 | 320 | 0 | 1 | 17 | 4 | 71 | 76 | 131 |
| Binary | 11110100 | 11110010 | 11010000 | 0 | 1 | 1111 | 100 | 111001 | 111110 | 1011001 |
Color Harmonies of #F4F2D0
Complementary color
Monochromatic Colors of #F4F2D0
Black with #F4F2D0
Text Example
Text Example
White with #F4F2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F2D0; }
p { color: rgb(244,242,208); }
H1.HeaderClassName
{
color: #F4F2D0;
}
.AnyTagClassName
{
color: #F4F2D0;
}
</style>
background-color css
<style>
a { background-color: #F4F2D0; }
a { background-color: rgb(244,242,208); }
div.DivClassName
{
background-color: #F4F2D0;
}
.BgClassName
{
background-color: #F4F2D0;
}
</style>
border-color css
<style>
span { border-color: #F4F2D0; }
span { border-color: rgb(244,242,208); }
td.TdClassName
{
border-color: #F4F2D0;
}
.TagClassName
{
border-color: #F4F2D0;
}
</style>