Shades of Moon Glow #F5F2CE
Tints of Moon Glow #F5F2CE
RGB
CMYK
RGB Variations
Color information
#F5F2CE (or 0xF5F2CE) is known color: Moon Glow. HEX triplet: F5, F2 and CE. RGB value is (245,242,206). Sum of RGB (Red+Green+Blue) = 245+242+206=693 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.35% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 206 (80.86% from 255 or 29.73% from 693); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F2CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F2CE is #0A0D31. Grayscale: #EEEEEE. Windows color (decimal): -658738 or 13562613. OLE color: 13562613.
HSL color Cylindrical-coordinate representation of color #F5F2CE: hue angle of 55.38º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5F2CE is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 242 | 206 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.04 |
| HSL | 55.38º | 0.66% | 0.88% | - |
| HSV(B) | 55.38º | 0.16% | 0.96% | - |
| XYZ | 80.55 | 87.37 | 71.01 | - |
| YUV | 238.79 | 109.49 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 242 | 206 | 0 | 0.01 | 0.16 | 0.04 | 55.38 | 0.66 | 0.88 |
| Hex | F5 | F2 | CE | 0 | 1 | 10 | 4 | 37 | 42 | 58 |
| Octal | 365 | 362 | 316 | 0 | 1 | 20 | 4 | 67 | 102 | 130 |
| Binary | 11110101 | 11110010 | 11001110 | 0 | 1 | 10000 | 100 | 110111 | 1000010 | 1011000 |
Color Harmonies of #F5F2CE
Complementary color
Monochromatic Colors of #F5F2CE
Black with #F5F2CE
Text Example
Text Example
White with #F5F2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F2CE; }
p { color: rgb(245,242,206); }
H1.HeaderClassName
{
color: #F5F2CE;
}
.AnyTagClassName
{
color: #F5F2CE;
}
</style>
background-color css
<style>
a { background-color: #F5F2CE; }
a { background-color: rgb(245,242,206); }
div.DivClassName
{
background-color: #F5F2CE;
}
.BgClassName
{
background-color: #F5F2CE;
}
</style>
border-color css
<style>
span { border-color: #F5F2CE; }
span { border-color: rgb(245,242,206); }
td.TdClassName
{
border-color: #F5F2CE;
}
.TagClassName
{
border-color: #F5F2CE;
}
</style>