Shades of Moon Glow #F5F0CE
Tints of Moon Glow #F5F0CE
RGB
CMYK
RGB Variations
Color information
#F5F0CE (or 0xF5F0CE) is known color: Moon Glow. HEX triplet: F5, F0 and CE. RGB value is (245,240,206). Sum of RGB (Red+Green+Blue) = 245+240+206=691 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.46% from 691); Green value is 240 (94.14% from 255 or 34.73% from 691); Blue value is 206 (80.86% from 255 or 29.81% from 691); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F0CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F0CE is #0A0F31. Grayscale: #EDEDED. Windows color (decimal): -659250 or 13562101. OLE color: 13562101.
HSL color Cylindrical-coordinate representation of color #F5F0CE: hue angle of 52.31º 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 #F5F0CE is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 240 | 206 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.04 |
| HSL | 52.31º | 0.66% | 0.88% | - |
| HSV(B) | 52.31º | 0.16% | 0.96% | - |
| XYZ | 79.96 | 86.19 | 70.81 | - |
| YUV | 237.62 | 110.16 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 240 | 206 | 0 | 0.02 | 0.16 | 0.04 | 52.31 | 0.66 | 0.88 |
| Hex | F5 | F0 | CE | 0 | 2 | 10 | 4 | 34 | 42 | 58 |
| Octal | 365 | 360 | 316 | 0 | 2 | 20 | 4 | 64 | 102 | 130 |
| Binary | 11110101 | 11110000 | 11001110 | 0 | 10 | 10000 | 100 | 110100 | 1000010 | 1011000 |
Color Harmonies of #F5F0CE
Complementary color
Monochromatic Colors of #F5F0CE
Black with #F5F0CE
Text Example
Text Example
White with #F5F0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F0CE; }
p { color: rgb(245,240,206); }
H1.HeaderClassName
{
color: #F5F0CE;
}
.AnyTagClassName
{
color: #F5F0CE;
}
</style>
background-color css
<style>
a { background-color: #F5F0CE; }
a { background-color: rgb(245,240,206); }
div.DivClassName
{
background-color: #F5F0CE;
}
.BgClassName
{
background-color: #F5F0CE;
}
</style>
border-color css
<style>
span { border-color: #F5F0CE; }
span { border-color: rgb(245,240,206); }
td.TdClassName
{
border-color: #F5F0CE;
}
.TagClassName
{
border-color: #F5F0CE;
}
</style>