Shades of Moon Glow #F5F0CB
Tints of Moon Glow #F5F0CB
RGB
CMYK
RGB Variations
Color information
#F5F0CB (or 0xF5F0CB) is known color: Moon Glow. HEX triplet: F5, F0 and CB. RGB value is (245,240,203). Sum of RGB (Red+Green+Blue) = 245+240+203=688 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.61% from 688); Green value is 240 (94.14% from 255 or 34.88% from 688); Blue value is 203 (79.69% from 255 or 29.51% from 688); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F0CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F0CB is #0A0F34. Grayscale: #EDEDED. Windows color (decimal): -659253 or 13365493. OLE color: 13365493.
HSL color Cylindrical-coordinate representation of color #F5F0CB: hue angle of 52.86º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F5F0CB is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 240 | 203 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.04 |
| HSL | 52.86º | 0.68% | 0.88% | - |
| HSV(B) | 52.86º | 0.17% | 0.96% | - |
| XYZ | 79.6 | 86.04 | 68.91 | - |
| YUV | 237.28 | 108.66 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 240 | 203 | 0 | 0.02 | 0.17 | 0.04 | 52.86 | 0.68 | 0.88 |
| Hex | F5 | F0 | CB | 0 | 2 | 11 | 4 | 35 | 44 | 58 |
| Octal | 365 | 360 | 313 | 0 | 2 | 21 | 4 | 65 | 104 | 130 |
| Binary | 11110101 | 11110000 | 11001011 | 0 | 10 | 10001 | 100 | 110101 | 1000100 | 1011000 |
Color Harmonies of #F5F0CB
Complementary color
Monochromatic Colors of #F5F0CB
Black with #F5F0CB
Text Example
Text Example
White with #F5F0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F0CB; }
p { color: rgb(245,240,203); }
H1.HeaderClassName
{
color: #F5F0CB;
}
.AnyTagClassName
{
color: #F5F0CB;
}
</style>
background-color css
<style>
a { background-color: #F5F0CB; }
a { background-color: rgb(245,240,203); }
div.DivClassName
{
background-color: #F5F0CB;
}
.BgClassName
{
background-color: #F5F0CB;
}
</style>
border-color css
<style>
span { border-color: #F5F0CB; }
span { border-color: rgb(245,240,203); }
td.TdClassName
{
border-color: #F5F0CB;
}
.TagClassName
{
border-color: #F5F0CB;
}
</style>