Shades of Moon Glow #F5F2CB
Tints of Moon Glow #F5F2CB
RGB
CMYK
RGB Variations
Color information
#F5F2CB (or 0xF5F2CB) is known color: Moon Glow. HEX triplet: F5, F2 and CB. RGB value is (245,242,203). Sum of RGB (Red+Green+Blue) = 245+242+203=690 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.51% from 690); Green value is 242 (94.92% from 255 or 35.07% from 690); Blue value is 203 (79.69% from 255 or 29.42% from 690); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F2CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F2CB is #0A0D34. Grayscale: #EEEEEE. Windows color (decimal): -658741 or 13366005. OLE color: 13366005.
HSL color Cylindrical-coordinate representation of color #F5F2CB: hue angle of 55.71º 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 #F5F2CB is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 242 | 203 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.04 |
| HSL | 55.71º | 0.68% | 0.88% | - |
| HSV(B) | 55.71º | 0.17% | 0.96% | - |
| XYZ | 80.19 | 87.23 | 69.11 | - |
| YUV | 238.45 | 107.99 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 242 | 203 | 0 | 0.01 | 0.17 | 0.04 | 55.71 | 0.68 | 0.88 |
| Hex | F5 | F2 | CB | 0 | 1 | 11 | 4 | 38 | 44 | 58 |
| Octal | 365 | 362 | 313 | 0 | 1 | 21 | 4 | 70 | 104 | 130 |
| Binary | 11110101 | 11110010 | 11001011 | 0 | 1 | 10001 | 100 | 111000 | 1000100 | 1011000 |
Color Harmonies of #F5F2CB
Complementary color
Monochromatic Colors of #F5F2CB
Black with #F5F2CB
Text Example
Text Example
White with #F5F2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F2CB; }
p { color: rgb(245,242,203); }
H1.HeaderClassName
{
color: #F5F2CB;
}
.AnyTagClassName
{
color: #F5F2CB;
}
</style>
background-color css
<style>
a { background-color: #F5F2CB; }
a { background-color: rgb(245,242,203); }
div.DivClassName
{
background-color: #F5F2CB;
}
.BgClassName
{
background-color: #F5F2CB;
}
</style>
border-color css
<style>
span { border-color: #F5F2CB; }
span { border-color: rgb(245,242,203); }
td.TdClassName
{
border-color: #F5F2CB;
}
.TagClassName
{
border-color: #F5F2CB;
}
</style>