Shades of Moon Glow #F2F0CB
Tints of Moon Glow #F2F0CB
RGB
CMYK
RGB Variations
Color information
#F2F0CB (or 0xF2F0CB) is known color: Moon Glow. HEX triplet: F2, F0 and CB. RGB value is (242,240,203). Sum of RGB (Red+Green+Blue) = 242+240+203=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 240 (94.14% from 255 or 35.04% from 685); Blue value is 203 (79.69% from 255 or 29.64% from 685); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F0CB is #0D0F34. Grayscale: #ECECEC. Windows color (decimal): -855861 or 13365490. OLE color: 13365490.
HSL color Cylindrical-coordinate representation of color #F2F0CB: hue angle of 56.92º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2F0CB is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 203 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.05 |
| HSL | 56.92º | 0.6% | 0.87% | - |
| HSV(B) | 56.92º | 0.16% | 0.95% | - |
| XYZ | 78.56 | 85.51 | 68.86 | - |
| YUV | 236.38 | 109.16 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 203 | 0 | 0.01 | 0.16 | 0.05 | 56.92 | 0.6 | 0.87 |
| Hex | F2 | F0 | CB | 0 | 1 | 10 | 5 | 39 | 3C | 57 |
| Octal | 362 | 360 | 313 | 0 | 1 | 20 | 5 | 71 | 74 | 127 |
| Binary | 11110010 | 11110000 | 11001011 | 0 | 1 | 10000 | 101 | 111001 | 111100 | 1010111 |
Color Harmonies of #F2F0CB
Complementary color
Monochromatic Colors of #F2F0CB
Black with #F2F0CB
Text Example
Text Example
White with #F2F0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F0CB; }
p { color: rgb(242,240,203); }
H1.HeaderClassName
{
color: #F2F0CB;
}
.AnyTagClassName
{
color: #F2F0CB;
}
</style>
background-color css
<style>
a { background-color: #F2F0CB; }
a { background-color: rgb(242,240,203); }
div.DivClassName
{
background-color: #F2F0CB;
}
.BgClassName
{
background-color: #F2F0CB;
}
</style>
border-color css
<style>
span { border-color: #F2F0CB; }
span { border-color: rgb(242,240,203); }
td.TdClassName
{
border-color: #F2F0CB;
}
.TagClassName
{
border-color: #F2F0CB;
}
</style>